Searched defs:efx_nic_type (Results 1 – 1 of 1) sorted by relevance
1349 struct efx_nic_type { struct1350 bool is_vf;1351 unsigned int (*mem_bar)(struct efx_nic *efx);1352 unsigned int (*mem_map_size)(struct efx_nic *efx);1353 int (*probe)(struct efx_nic *efx);1354 void (*remove)(struct efx_nic *efx);1355 int (*init)(struct efx_nic *efx);1356 int (*dimension_resources)(struct efx_nic *efx);1357 void (*fini)(struct efx_nic *efx);1358 void (*monitor)(struct efx_nic *efx);[all …]