Home
last modified time | relevance | path

Searched defs:efx_nic_type (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/ethernet/sfc/siena/
Dnet_driver.h1291 struct efx_nic_type { struct
1292 bool is_vf;
1293 unsigned int (*mem_bar)(struct efx_nic *efx);
1294 unsigned int (*mem_map_size)(struct efx_nic *efx);
1295 int (*probe)(struct efx_nic *efx);
1296 void (*remove)(struct efx_nic *efx);
1297 int (*init)(struct efx_nic *efx);
1298 int (*dimension_resources)(struct efx_nic *efx);
1299 void (*fini)(struct efx_nic *efx);
1300 void (*monitor)(struct efx_nic *efx);
[all …]
/linux-6.15/drivers/net/ethernet/sfc/
Dnet_driver.h1394 struct efx_nic_type { struct
1395 bool is_vf;
1396 unsigned int (*mem_bar)(struct efx_nic *efx);
1397 unsigned int (*mem_map_size)(struct efx_nic *efx);
1398 int (*probe)(struct efx_nic *efx);
1399 void (*remove)(struct efx_nic *efx);
1400 int (*init)(struct efx_nic *efx);
1401 int (*dimension_resources)(struct efx_nic *efx);
1402 void (*fini)(struct efx_nic *efx);
1403 void (*monitor)(struct efx_nic *efx);
[all …]