Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/sfc/
Dnet_driver.h1376 struct efx_nic_type { struct
1377 bool is_vf;
1378 unsigned int (*mem_bar)(struct efx_nic *efx);
1379 unsigned int (*mem_map_size)(struct efx_nic *efx);
1380 int (*probe)(struct efx_nic *efx);
1381 void (*remove)(struct efx_nic *efx);
1382 int (*init)(struct efx_nic *efx);
1383 int (*dimension_resources)(struct efx_nic *efx);
1384 void (*fini)(struct efx_nic *efx);
1385 void (*monitor)(struct efx_nic *efx);
[all …]
/linux-6.1.9/drivers/net/ethernet/sfc/siena/
Dnet_driver.h1302 struct efx_nic_type { struct
1303 bool is_vf;
1304 unsigned int (*mem_bar)(struct efx_nic *efx);
1305 unsigned int (*mem_map_size)(struct efx_nic *efx);
1306 int (*probe)(struct efx_nic *efx);
1307 void (*remove)(struct efx_nic *efx);
1308 int (*init)(struct efx_nic *efx);
1309 int (*dimension_resources)(struct efx_nic *efx);
1310 void (*fini)(struct efx_nic *efx);
1311 void (*monitor)(struct efx_nic *efx);
[all …]