Searched defs:efx_nic_type (Results 1 – 1 of 1) sorted by relevance
870 struct efx_nic_type { struct871 int (*probe)(struct efx_nic *efx);872 void (*remove)(struct efx_nic *efx);873 int (*init)(struct efx_nic *efx);874 void (*fini)(struct efx_nic *efx);875 void (*monitor)(struct efx_nic *efx);876 enum reset_type (*map_reset_reason)(enum reset_type reason);877 int (*map_reset_flags)(u32 *flags);878 int (*reset)(struct efx_nic *efx, enum reset_type method);879 int (*probe_port)(struct efx_nic *efx);[all …]