efx_probe_data
struct efx_probe_data *probe_data;
probe_data = container_of(efx, struct efx_probe_data, efx);
struct efx_probe_data *probe_data;
void ef100_remove_netdev(struct efx_probe_data *probe_data)
int ef100_probe_netdev(struct efx_probe_data *probe_data)
struct efx_probe_data **probe_ptr;
int ef100_probe_netdev(struct efx_probe_data *probe_data);
void ef100_remove_netdev(struct efx_probe_data *probe_data);
struct efx_probe_data *probe_data, **probe_ptr;
struct efx_probe_data *probe_data;
probe_data = container_of(efx, struct efx_probe_data, efx);
struct efx_probe_data **probe_ptr = netdev_priv(dev);
struct efx_probe_data *probe_data = *probe_ptr;