Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath6kl/
Dsdio.c346 struct hif_scatter_req *s_req; in ath6kl_sdio_alloc_prep_scat_req() local
352 scat_req_sz = sizeof(*s_req) + scat_list_sz; in ath6kl_sdio_alloc_prep_scat_req()
362 s_req = kzalloc(scat_req_sz, GFP_KERNEL); in ath6kl_sdio_alloc_prep_scat_req()
363 if (!s_req) in ath6kl_sdio_alloc_prep_scat_req()
369 kfree(s_req); in ath6kl_sdio_alloc_prep_scat_req()
373 s_req->virt_dma_buf = in ath6kl_sdio_alloc_prep_scat_req()
377 s_req->sgentries = kzalloc(size, GFP_KERNEL); in ath6kl_sdio_alloc_prep_scat_req()
379 if (!s_req->sgentries) { in ath6kl_sdio_alloc_prep_scat_req()
380 kfree(s_req); in ath6kl_sdio_alloc_prep_scat_req()
388 kfree(s_req->sgentries); in ath6kl_sdio_alloc_prep_scat_req()
[all …]
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()
Dhif.h245 struct hif_scatter_req *s_req);