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

/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
H A Dsdio.c66 struct list_head wr_asyncq; member in struct:ath6kl_sdio
68 /* protects access to wr_asyncq */
468 list_for_each_entry_safe(req, tmp_req, &ar_sdio->wr_asyncq, list) { ath6kl_sdio_write_async_work()
576 list_add_tail(&bus_req->list, &ar_sdio->wr_asyncq); ath6kl_sdio_write_async()
681 list_add_tail(&scat_req->busrequest->list, &ar_sdio->wr_asyncq); ath6kl_sdio_async_rw_scatter()
1222 list_for_each_entry_safe(req, tmp_req, &ar_sdio->wr_asyncq, list) { ath6kl_sdio_stop()
1330 INIT_LIST_HEAD(&ar_sdio->wr_asyncq); ath6kl_sdio_probe()

Completed in 57 milliseconds