Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
Dnet_driver.h1298 struct efx_nic_type { struct
1299 bool is_vf;
1300 unsigned int (*mem_bar)(struct efx_nic *efx);
1301 unsigned int (*mem_map_size)(struct efx_nic *efx);
1302 int (*probe)(struct efx_nic *efx);
1303 void (*remove)(struct efx_nic *efx);
1304 int (*init)(struct efx_nic *efx);
1305 int (*dimension_resources)(struct efx_nic *efx);
1306 void (*fini)(struct efx_nic *efx);
1307 void (*monitor)(struct efx_nic *efx);
[all …]
/kernel/linux/linux-4.19/drivers/net/ethernet/sfc/
Dnet_driver.h1273 struct efx_nic_type { struct
1274 bool is_vf;
1275 unsigned int (*mem_bar)(struct efx_nic *efx);
1276 unsigned int (*mem_map_size)(struct efx_nic *efx);
1277 int (*probe)(struct efx_nic *efx);
1278 void (*remove)(struct efx_nic *efx);
1279 int (*init)(struct efx_nic *efx);
1280 int (*dimension_resources)(struct efx_nic *efx);
1281 void (*fini)(struct efx_nic *efx);
1282 void (*monitor)(struct efx_nic *efx);
[all …]