Searched defs:efx_nic_type (Results 1 – 1 of 1) sorted by relevance
1340 struct efx_nic_type { struct1341 bool is_vf;1342 unsigned int (*mem_bar)(struct efx_nic *efx);1343 unsigned int (*mem_map_size)(struct efx_nic *efx);1344 int (*probe)(struct efx_nic *efx);1345 void (*remove)(struct efx_nic *efx);1346 int (*init)(struct efx_nic *efx);1347 int (*dimension_resources)(struct efx_nic *efx);1348 void (*fini)(struct efx_nic *efx);1349 void (*monitor)(struct efx_nic *efx);[all …]