Searched refs:efx_probe_data (Results 1 – 8 of 8) sorted by relevance
18 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()
21 int ef100_probe_netdev(struct efx_probe_data *probe_data);22 void ef100_remove_netdev(struct efx_probe_data *probe_data);
17 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()
383 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()
426 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()
1211 struct efx_probe_data { struct1222 struct efx_probe_data **probe_ptr = netdev_priv(dev); in efx_netdev_priv() argument1223 struct efx_probe_data *probe_data = *probe_ptr; in efx_netdev_priv()
959 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()
1151 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()