Searched defs:efx_nic_type (Results 1 – 1 of 1) sorted by relevance
1220 struct efx_nic_type { struct1221 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 …]