Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dsdio.c1292 struct ath10k_sdio_bus_request *bus_req; in ath10k_sdio_alloc_busreq() local
1297 bus_req = NULL; in ath10k_sdio_alloc_busreq()
1301 bus_req = list_first_entry(&ar_sdio->bus_req_freeq, in ath10k_sdio_alloc_busreq()
1303 list_del(&bus_req->list); in ath10k_sdio_alloc_busreq()
1307 return bus_req; in ath10k_sdio_alloc_busreq()
1311 struct ath10k_sdio_bus_request *bus_req) in ath10k_sdio_free_bus_req() argument
1315 memset(bus_req, 0, sizeof(*bus_req)); in ath10k_sdio_free_bus_req()
1318 list_add_tail(&bus_req->list, &ar_sdio->bus_req_freeq); in ath10k_sdio_free_bus_req()
1492 struct ath10k_sdio_bus_request *bus_req; in ath10k_sdio_prep_async_req() local
1497 bus_req = ath10k_sdio_alloc_busreq(ar); in ath10k_sdio_prep_async_req()
[all …]
H A Dsdio.h193 struct ath10k_sdio_bus_request bus_req[ATH10K_SDIO_BUS_REQUEST_MAX_NUM]; member