Linux Kernel
3.7.1
|
#include <nic.h>
Data Fields | |
u8 | id |
int(* | init )(struct efx_nic *nic) |
void(* | init_phy )(struct efx_nic *efx) |
void(* | fini )(struct efx_nic *nic) |
void(* | set_id_led )(struct efx_nic *efx, enum efx_led_mode mode) |
int(* | monitor )(struct efx_nic *nic) |
struct falcon_board_type - board operations and type information : Board type id, as found in NVRAM : Allocate resources and initialise peripheral hardware : Do board-specific PHY initialisation : Shut down hardware and free resources : Set state of identifying LED or revert to automatic function : Board-specific health check function
void(* set_id_led)(struct efx_nic *efx, enum efx_led_mode mode) |