Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/ath/ath6kl/
Dhtc_mbox.c1368 u32 *lk_ahds, struct list_head *queue, int n_msg) in ath6kl_htc_rx_setup() argument
1389 for (j = 0; j < n_msg; j++) { in ath6kl_htc_rx_setup()
1477 int i, n_msg; in ath6kl_htc_rx_alloc() local
1518 n_msg = (htc_hdr->flags & HTC_FLG_RX_BNDL_CNT) >> in ath6kl_htc_rx_alloc()
1522 n_msg++; in ath6kl_htc_rx_alloc()
1523 if (n_msg > target->msg_per_bndl_max) { in ath6kl_htc_rx_alloc()
1531 n_msg); in ath6kl_htc_rx_alloc()
1534 n_msg = 1; in ath6kl_htc_rx_alloc()
1538 queue, n_msg); in ath6kl_htc_rx_alloc()