Home
last modified time | relevance | path

Searched refs:s_req (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/ath/ath6kl/
A Dsdio.c365 if (!s_req) in ath6kl_sdio_alloc_prep_scat_req()
371 kfree(s_req); in ath6kl_sdio_alloc_prep_scat_req()
375 s_req->virt_dma_buf = in ath6kl_sdio_alloc_prep_scat_req()
381 if (!s_req->sgentries) { in ath6kl_sdio_alloc_prep_scat_req()
382 kfree(s_req); in ath6kl_sdio_alloc_prep_scat_req()
390 kfree(s_req->sgentries); in ath6kl_sdio_alloc_prep_scat_req()
392 kfree(s_req); in ath6kl_sdio_alloc_prep_scat_req()
707 list_del(&s_req->list); in ath6kl_sdio_cleanup_scatter()
715 if (s_req->busrequest) { in ath6kl_sdio_cleanup_scatter()
720 kfree(s_req->sgentries); in ath6kl_sdio_cleanup_scatter()
[all …]
A Dhif-ops.h66 struct hif_scatter_req *s_req) in hif_scatter_req_add() argument
68 return ar->hif_ops->scatter_req_add(ar, s_req); in hif_scatter_req_add()
A Dhif.h239 struct hif_scatter_req *s_req);

Completed in 10 milliseconds