Searched refs:n_msg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | htc_mbox.c | 1368 u32 *lk_ahds, struct list_head *queue, int n_msg) in ath6kl_htc_rx_setup() 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() 1366 ath6kl_htc_rx_setup(struct htc_target *target, struct htc_endpoint *ep, u32 *lk_ahds, struct list_head *queue, int n_msg) ath6kl_htc_rx_setup() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | htc_mbox.c | 1368 u32 *lk_ahds, struct list_head *queue, int n_msg) in ath6kl_htc_rx_setup() 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() 1366 ath6kl_htc_rx_setup(struct htc_target *target, struct htc_endpoint *ep, u32 *lk_ahds, struct list_head *queue, int n_msg) ath6kl_htc_rx_setup() argument
|
Completed in 7 milliseconds