Home
last modified time | relevance | path

Searched refs:efx_probe_data (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/sfc/
H A Defx_cxl.h18 struct efx_probe_data;
26 int efx_cxl_init(struct efx_probe_data *probe_data);
27 void efx_cxl_exit(struct efx_probe_data *probe_data);
29 static inline int efx_cxl_init(struct efx_probe_data *probe_data) { return 0; } in efx_cxl_init()
30 static inline void efx_cxl_exit(struct efx_probe_data *probe_data) {} in efx_cxl_exit()
H A Def100_netdev.h21 int ef100_probe_netdev(struct efx_probe_data *probe_data);
22 void ef100_remove_netdev(struct efx_probe_data *probe_data);
H A Defx_cxl.c17 int efx_cxl_init(struct efx_probe_data *probe_data) in efx_cxl_init()
97 void efx_cxl_exit(struct efx_probe_data *probe_data) in efx_cxl_exit()
H A Def100_netdev.c383 void ef100_remove_netdev(struct efx_probe_data *probe_data) in ef100_remove_netdev()
423 int ef100_probe_netdev(struct efx_probe_data *probe_data) in ef100_probe_netdev()
426 struct efx_probe_data **probe_ptr; in ef100_probe_netdev()
H A Def100.c426 struct efx_probe_data *probe_data; in ef100_pci_remove()
431 probe_data = container_of(efx, struct efx_probe_data, efx); in ef100_pci_remove()
451 struct efx_probe_data *probe_data; in ef100_pci_probe()
H A Dnet_driver.h1211 struct efx_probe_data { struct
1222 struct efx_probe_data **probe_ptr = netdev_priv(dev); in efx_netdev_priv() argument
1223 struct efx_probe_data *probe_data = *probe_ptr; in efx_netdev_priv()
H A Defx.c959 struct efx_probe_data *probe_data; in efx_pci_remove()
986 probe_data = container_of(efx, struct efx_probe_data, efx); in efx_pci_remove()
1156 struct efx_probe_data *probe_data, **probe_ptr; in efx_pci_probe()
H A Def10.c1151 struct efx_probe_data *probe_data; in efx_ef10_dimension_resources()
1282 probe_data = container_of(efx, struct efx_probe_data, efx); in efx_ef10_dimension_resources()