Searched defs:efx_nic_type (Results 1 – 2 of 2) sorted by relevance
1289 struct efx_nic_type { struct1290 bool is_vf;1291 unsigned int (*mem_bar)(struct efx_nic *efx);1292 unsigned int (*mem_map_size)(struct efx_nic *efx);1293 int (*probe)(struct efx_nic *efx);1294 void (*remove)(struct efx_nic *efx);1295 int (*init)(struct efx_nic *efx);1296 int (*dimension_resources)(struct efx_nic *efx);1297 void (*fini)(struct efx_nic *efx);1298 void (*monitor)(struct efx_nic *efx);[all …]
1402 struct efx_nic_type { struct1403 bool is_vf;1404 unsigned int (*mem_bar)(struct efx_nic *efx);1405 unsigned int (*mem_map_size)(struct efx_nic *efx);1406 int (*probe)(struct efx_nic *efx);1407 void (*remove)(struct efx_nic *efx);1408 int (*init)(struct efx_nic *efx);1409 int (*dimension_resources)(struct efx_nic *efx);1410 void (*fini)(struct efx_nic *efx);1411 void (*monitor)(struct efx_nic *efx);[all …]