Lines Matching refs:data
154 static void efx_mac_work(struct work_struct *data)
156 struct efx_nic *efx = container_of(data, struct efx_nic, mac_work);
164 int efx_set_mac_address(struct net_device *net_dev, void *data)
167 struct sockaddr *addr = data;
208 int efx_set_features(struct net_device *net_dev, netdev_features_t data)
214 if (net_dev->features & ~data & NETIF_F_NTUPLE) {
223 if ((net_dev->features ^ data) & (NETIF_F_HW_VLAN_CTAG_FILTER |
321 static void efx_monitor(struct work_struct *data)
323 struct efx_nic *efx = container_of(data, struct efx_nic,
518 * the hardware and software data path, regular activity for the port
561 /* Quiesce the hardware and software data path, and regular activity
871 static void efx_reset_work(struct work_struct *data)
873 struct efx_nic *efx = container_of(data, struct efx_nic, reset_work);