Searched refs:mac_work (Results 1 – 2 of 2) sorted by relevance
1000 struct efx_nic *efx = container_of(data, struct efx_nic, mac_work); in efx_mac_work()1096 cancel_work_sync(&efx->mac_work); in efx_stop_port()2185 queue_work(efx->workqueue, &efx->mac_work); in efx_set_rx_mode()2731 INIT_WORK(&efx->mac_work, efx_mac_work); in efx_init_struct()
1018 struct work_struct mac_work; member