Home
last modified time | relevance | path

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

/drivers/net/wireless/wl12xx/
Drx.c183 queue_work(wl->freezable_wq, &wl->netstack_work); in wl1271_rx_handle_data()
Dwl12xx.h405 struct work_struct netstack_work; member
Dmain.c879 container_of(work, struct wl1271, netstack_work); in wl1271_netstack_work()
1459 cancel_work_sync(&wl->netstack_work); in wl1271_plt_start()
1505 cancel_work_sync(&wl->netstack_work); in wl1271_plt_stop()
1877 cancel_work_sync(&wl->netstack_work); in wl1271_op_stop()
2092 cancel_work_sync(&wl->netstack_work); in wl12xx_init_fw()
5320 INIT_WORK(&wl->netstack_work, wl1271_netstack_work); in wl1271_alloc_hw()
Dtx.c891 queue_work(wl->freezable_wq, &wl->netstack_work); in wl1271_tx_complete_packet()