Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c1367 u32 *lk_ahds, struct list_head *queue, int n_msg) in ath6kl_htc_rx_setup() argument
1388 for (j = 0; j < n_msg; j++) { in ath6kl_htc_rx_setup()
1476 int i, n_msg; in ath6kl_htc_rx_alloc() local
1517 n_msg = (htc_hdr->flags & HTC_FLG_RX_BNDL_CNT) >> in ath6kl_htc_rx_alloc()
1521 n_msg++; in ath6kl_htc_rx_alloc()
1522 if (n_msg > target->msg_per_bndl_max) { in ath6kl_htc_rx_alloc()
1530 n_msg); in ath6kl_htc_rx_alloc()
1533 n_msg = 1; in ath6kl_htc_rx_alloc()
1537 queue, n_msg); in ath6kl_htc_rx_alloc()