Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath10k/
Dsdio.c503 size_t *bndl_cnt) in ath10k_sdio_mbox_alloc_bundle() argument
508 *bndl_cnt = ath10k_htc_get_bundle_count(max_msgs, htc_hdr->flags); in ath10k_sdio_mbox_alloc_bundle()
510 if (*bndl_cnt > max_msgs) { in ath10k_sdio_mbox_alloc_bundle()
524 for (i = 0; i < *bndl_cnt; i++) { in ath10k_sdio_mbox_alloc_bundle()
587 size_t bndl_cnt; in ath10k_sdio_mbox_rx_alloc() local
594 &bndl_cnt); in ath10k_sdio_mbox_rx_alloc()
602 pkt_cnt += bndl_cnt; in ath10k_sdio_mbox_rx_alloc()