Searched refs:wr_async_work (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
H A Dsdio.c65 struct work_struct wr_async_work; member in struct:ath6kl_sdio
465 ar_sdio = container_of(work, struct ath6kl_sdio, wr_async_work); ath6kl_sdio_write_async_work()
578 queue_work(ar->ath6kl_wq, &ar_sdio->wr_async_work); ath6kl_sdio_write_async()
683 queue_work(ar->ath6kl_wq, &ar_sdio->wr_async_work); ath6kl_sdio_async_rw_scatter()
1218 cancel_work_sync(&ar_sdio->wr_async_work); ath6kl_sdio_stop()
1332 INIT_WORK(&ar_sdio->wr_async_work, ath6kl_sdio_write_async_work); ath6kl_sdio_probe()
1389 cancel_work_sync(&ar_sdio->wr_async_work); ath6kl_sdio_remove()

Completed in 46 milliseconds