Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/ath10k/
Dsdio.c504 size_t *bndl_cnt) in ath10k_sdio_mbox_alloc_bundle() argument
509 *bndl_cnt = ath10k_htc_get_bundle_count(max_msgs, htc_hdr->flags); in ath10k_sdio_mbox_alloc_bundle()
511 if (*bndl_cnt > max_msgs) { in ath10k_sdio_mbox_alloc_bundle()
525 for (i = 0; i < *bndl_cnt; i++) { in ath10k_sdio_mbox_alloc_bundle()
588 size_t bndl_cnt; in ath10k_sdio_mbox_rx_alloc() local
595 &bndl_cnt); in ath10k_sdio_mbox_rx_alloc()
603 pkt_cnt += bndl_cnt; in ath10k_sdio_mbox_rx_alloc()