Home
last modified time | relevance | path

Searched defs:efx_nic_type (Results 1 – 1 of 1) sorted by relevance

/drivers/net/ethernet/sfc/
Dnet_driver.h1244 struct efx_nic_type { struct
1245 unsigned int (*mem_map_size)(struct efx_nic *efx);
1246 int (*probe)(struct efx_nic *efx);
1247 void (*remove)(struct efx_nic *efx);
1248 int (*init)(struct efx_nic *efx);
1249 int (*dimension_resources)(struct efx_nic *efx);
1250 void (*fini)(struct efx_nic *efx);
1251 void (*monitor)(struct efx_nic *efx);
1252 enum reset_type (*map_reset_reason)(enum reset_type reason);
1253 int (*map_reset_flags)(u32 *flags);
[all …]