Searched refs:wr_asyncq (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | sdio.c | 66 struct list_head wr_asyncq; member 68 /* protects access to wr_asyncq */ 470 list_for_each_entry_safe(req, tmp_req, &ar_sdio->wr_asyncq, list) { in ath6kl_sdio_write_async_work() 585 list_add_tail(&bus_req->list, &ar_sdio->wr_asyncq); in ath6kl_sdio_write_async() 690 list_add_tail(&scat_req->busrequest->list, &ar_sdio->wr_asyncq); in ath6kl_sdio_async_rw_scatter() 1234 list_for_each_entry_safe(req, tmp_req, &ar_sdio->wr_asyncq, list) { in ath6kl_sdio_stop() 1342 INIT_LIST_HEAD(&ar_sdio->wr_asyncq); in ath6kl_sdio_probe()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | sdio.c | 66 struct list_head wr_asyncq; member 68 /* protects access to wr_asyncq */ 470 list_for_each_entry_safe(req, tmp_req, &ar_sdio->wr_asyncq, list) { in ath6kl_sdio_write_async_work() 585 list_add_tail(&bus_req->list, &ar_sdio->wr_asyncq); in ath6kl_sdio_write_async() 690 list_add_tail(&scat_req->busrequest->list, &ar_sdio->wr_asyncq); in ath6kl_sdio_async_rw_scatter() 1234 list_for_each_entry_safe(req, tmp_req, &ar_sdio->wr_asyncq, list) { in ath6kl_sdio_stop() 1342 INIT_LIST_HEAD(&ar_sdio->wr_asyncq); in ath6kl_sdio_probe()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | sdio.h | 222 struct list_head wr_asyncq; member 223 /* protects access to wr_asyncq */
|
H A D | sdio.c | 1465 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() 1976 list_for_each_entry_safe(req, tmp_req, &ar_sdio->wr_asyncq, list) { in ath10k_sdio_hif_stop() 2584 INIT_LIST_HEAD(&ar_sdio->wr_asyncq); in ath10k_sdio_probe()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | sdio.h | 222 struct list_head wr_asyncq; member 223 /* protects access to wr_asyncq */
|
H A D | sdio.c | 1465 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()
|
Completed in 13 milliseconds