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 …]
1392 struct efx_nic_type { struct1393 bool is_vf;1394 unsigned int (*mem_bar)(struct efx_nic *efx);1395 unsigned int (*mem_map_size)(struct efx_nic *efx);1396 int (*probe)(struct efx_nic *efx);1397 void (*remove)(struct efx_nic *efx);1398 int (*init)(struct efx_nic *efx);1399 int (*dimension_resources)(struct efx_nic *efx);1400 void (*fini)(struct efx_nic *efx);1401 void (*monitor)(struct efx_nic *efx);[all …]