Searched refs:tx_bndl_mask (Results 1 – 2 of 2) sorted by relevance
809 target->tx_bndl_mask &= ~txb_mask; in ath6kl_htc_tx_bundle()811 target->tx_bndl_mask |= txb_mask; in ath6kl_htc_tx_bundle()903 if ((target->tx_bndl_mask) && in ath6kl_htc_tx_from_queue()909 if (target->tx_bndl_mask & (1 << ac)) { in ath6kl_htc_tx_from_queue()945 if (!(target->tx_bndl_mask & (1 << ac)) && in ath6kl_htc_tx_from_queue()950 target->tx_bndl_mask |= (1 << ac); in ath6kl_htc_tx_from_queue()2634 target->tx_bndl_mask = (1 << WMM_NUM_AC) - 1; in htc_setup_msg_bndl()2649 target->tx_bndl_mask = 0; in htc_setup_msg_bndl()
614 u32 tx_bndl_mask; member