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.h1220 struct efx_nic_type { struct
1221 bool is_vf;
1222 unsigned int mem_bar;
1223 unsigned int (*mem_map_size)(struct efx_nic *efx);
1224 int (*probe)(struct efx_nic *efx);
1225 void (*remove)(struct efx_nic *efx);
1226 int (*init)(struct efx_nic *efx);
1227 int (*dimension_resources)(struct efx_nic *efx);
1228 void (*fini)(struct efx_nic *efx);
1229 void (*monitor)(struct efx_nic *efx);
[all …]