Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dsdio.h222 struct list_head wr_asyncq; member
H A Dsdio.c1465 list_for_each_entry_safe(req, tmp_req, &ar_sdio->wr_asyncq, list) { in ath10k_sdio_write_async_work()
1511 list_add_tail(&bus_req->list, &ar_sdio->wr_asyncq); in ath10k_sdio_prep_async_req()
1982 list_for_each_entry_safe(req, tmp_req, &ar_sdio->wr_asyncq, list) { in ath10k_sdio_hif_stop()
2582 INIT_LIST_HEAD(&ar_sdio->wr_asyncq); in ath10k_sdio_probe()