Home
last modified time | relevance | path

Searched refs:netstack_work (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ti/wl18xx/
Dtx.c142 queue_work(wl->freezable_wq, &wl->netstack_work); in wl18xx_tx_complete_packet()
/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Drx.c208 queue_work(wl->freezable_wq, &wl->netstack_work); in wl1271_rx_handle_data()
Dwlcore.h302 struct work_struct netstack_work; member
Dmain.c523 container_of(work, struct wl1271, netstack_work); in wl1271_netstack_work()
1192 cancel_work_sync(&wl->netstack_work); in wl1271_plt_stop()
1949 cancel_work_sync(&wl->netstack_work); in wlcore_op_stop_locked()
2352 cancel_work_sync(&wl->netstack_work); in wl12xx_init_fw()
6398 INIT_WORK(&wl->netstack_work, wl1271_netstack_work); in wlcore_alloc_hw()
Dtx.c981 queue_work(wl->freezable_wq, &wl->netstack_work); in wl1271_tx_complete_packet()