Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
Dnet_driver.h1340 struct efx_nic_type { struct
1341 bool is_vf;
1342 unsigned int (*mem_bar)(struct efx_nic *efx);
1343 unsigned int (*mem_map_size)(struct efx_nic *efx);
1344 int (*probe)(struct efx_nic *efx);
1345 void (*remove)(struct efx_nic *efx);
1346 int (*init)(struct efx_nic *efx);
1347 int (*dimension_resources)(struct efx_nic *efx);
1348 void (*fini)(struct efx_nic *efx);
1349 void (*monitor)(struct efx_nic *efx);
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
Dnet_driver.h1353 struct efx_nic_type { struct
1354 bool is_vf;
1355 unsigned int (*mem_bar)(struct efx_nic *efx);
1356 unsigned int (*mem_map_size)(struct efx_nic *efx);
1357 int (*probe)(struct efx_nic *efx);
1358 void (*remove)(struct efx_nic *efx);
1359 int (*init)(struct efx_nic *efx);
1360 int (*dimension_resources)(struct efx_nic *efx);
1361 void (*fini)(struct efx_nic *efx);
1362 void (*monitor)(struct efx_nic *efx);
[all …]