Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dsdio.c503 size_t *bndl_cnt) in ath10k_sdio_mbox_alloc_bundle()
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()
518 /* Allocate bndl_cnt extra skb's for the bundle. in ath10k_sdio_mbox_alloc_bundle()
521 * in bndl_cnt. The skb for that packet will be 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()
499 ath10k_sdio_mbox_alloc_bundle(struct ath10k *ar, struct ath10k_sdio_rx_data *rx_pkts, struct ath10k_htc_hdr *htc_hdr, size_t full_len, size_t act_len, size_t *bndl_cnt) ath10k_sdio_mbox_alloc_bundle() argument
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dsdio.c503 size_t *bndl_cnt) in ath10k_sdio_mbox_alloc_bundle()
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()
518 /* Allocate bndl_cnt extra skb's for the bundle. in ath10k_sdio_mbox_alloc_bundle()
521 * in bndl_cnt. The skb for that packet will be 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()
499 ath10k_sdio_mbox_alloc_bundle(struct ath10k *ar, struct ath10k_sdio_rx_data *rx_pkts, struct ath10k_htc_hdr *htc_hdr, size_t full_len, size_t act_len, size_t *bndl_cnt) ath10k_sdio_mbox_alloc_bundle() argument

Completed in 7 milliseconds