Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath6kl/
H A Dsdio.c348 struct hif_scatter_req *s_req; in ath6kl_sdio_alloc_prep_scat_req() local
354 scat_req_sz = sizeof(*s_req) + scat_list_sz; in ath6kl_sdio_alloc_prep_scat_req()
364 s_req = kzalloc(scat_req_sz, GFP_KERNEL); in ath6kl_sdio_alloc_prep_scat_req()
365 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()
379 s_req->sgentries = kzalloc(size, GFP_KERNEL); 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()
[all …]
H 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()
H A Dhif.h239 struct hif_scatter_req *s_req);