Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
Dhtc_mbox.c1370 u32 *lk_ahds, struct list_head *queue, int n_msg) in ath6kl_htc_rx_setup() argument
1391 for (j = 0; j < n_msg; j++) { in ath6kl_htc_rx_setup()
1479 int i, n_msg; in ath6kl_htc_rx_alloc() local
1520 n_msg = (htc_hdr->flags & HTC_FLG_RX_BNDL_CNT) >> in ath6kl_htc_rx_alloc()
1524 n_msg++; in ath6kl_htc_rx_alloc()
1525 if (n_msg > target->msg_per_bndl_max) { in ath6kl_htc_rx_alloc()
1533 n_msg); in ath6kl_htc_rx_alloc()
1536 n_msg = 1; in ath6kl_htc_rx_alloc()
1540 queue, n_msg); in ath6kl_htc_rx_alloc()
/linux-4.1.27/drivers/block/
Dsx8.c344 __le32 n_msg; member
706 ab->n_msg = cpu_to_le32(CARM_Q_LEN); in carm_fill_alloc_buf()