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

/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c1368 u32 *lk_ahds, struct list_head *queue, int n_msg)
1389 for (j = 0; j < n_msg; j++) {
1477 int i, n_msg; local
1518 n_msg = (htc_hdr->flags & HTC_FLG_RX_BNDL_CNT) >>
1522 n_msg++;
1523 if (n_msg > target->msg_per_bndl_max) {
1531 n_msg);
1534 n_msg = 1;
1538 queue, n_msg);
1366 ath6kl_htc_rx_setup(struct htc_target *target, struct htc_endpoint *ep, u32 *lk_ahds, struct list_head *queue, int n_msg) argument

Completed in 116 milliseconds