Home
last modified time | relevance | path

Searched refs:mac_work (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Dusb.c86 cancel_delayed_work_sync(&dev->mphy.mac_work); in mt76x0u_stop()
112 ieee80211_queue_delayed_work(dev->mt76.hw, &dev->mphy.mac_work, in mt76x0u_start()
/linux/drivers/net/ethernet/sfc/
H A Defx_common.c156 struct efx_nic *efx = container_of(data, struct efx_nic, mac_work); in efx_mac_work()
204 queue_work(efx->workqueue, &efx->mac_work); in efx_set_rx_mode()
514 cancel_work_sync(&efx->mac_work); in efx_stop_port()
1004 INIT_WORK(&efx->mac_work, efx_mac_work); in efx_init_struct()
H A Dnet_driver.h1114 struct work_struct mac_work; member
/linux/drivers/net/ethernet/sfc/siena/
H A Defx_common.c160 struct efx_nic *efx = container_of(data, struct efx_nic, mac_work); in efx_mac_work()
208 queue_work(efx->workqueue, &efx->mac_work); in efx_siena_set_rx_mode()
518 cancel_work_sync(&efx->mac_work); in efx_stop_port()
1030 INIT_WORK(&efx->mac_work, efx_mac_work); in efx_siena_init_struct()
H A Dnet_driver.h1033 struct work_struct mac_work; member
/linux/drivers/net/wireless/mediatek/mt7601u/
H A Dmain.c22 ieee80211_queue_delayed_work(dev->hw, &dev->mac_work, in mt7601u_start()
38 cancel_delayed_work_sync(&dev->mac_work); in mt7601u_stop()
H A Dmac.c304 mac_work.work); in mt7601u_mac_work()
351 ieee80211_queue_delayed_work(dev->hw, &dev->mac_work, 10 * HZ); in mt7601u_mac_work()
H A Dmt7601u.h168 struct delayed_work mac_work; member
H A Dinit.c621 INIT_DELAYED_WORK(&dev->mac_work, mt7601u_mac_work); in mt7601u_register_device()
/linux/drivers/net/ethernet/sfc/falcon/
H A Defx.c1014 struct ef4_nic *efx = container_of(data, struct ef4_nic, mac_work); in ef4_mac_work()
1110 cancel_work_sync(&efx->mac_work); in ef4_stop_port()
2168 queue_work(efx->workqueue, &efx->mac_work); in ef4_set_rx_mode()
2647 INIT_WORK(&efx->mac_work, ef4_mac_work); in ef4_init_struct()