Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c810 target->tx_bndl_mask &= ~txb_mask; in ath6kl_htc_tx_bundle()
812 target->tx_bndl_mask |= txb_mask; in ath6kl_htc_tx_bundle()
904 if ((target->tx_bndl_mask) && in ath6kl_htc_tx_from_queue()
910 if (target->tx_bndl_mask & (1 << ac)) { in ath6kl_htc_tx_from_queue()
946 if (!(target->tx_bndl_mask & (1 << ac)) && in ath6kl_htc_tx_from_queue()
951 target->tx_bndl_mask |= (1 << ac); in ath6kl_htc_tx_from_queue()
2635 target->tx_bndl_mask = (1 << WMM_NUM_AC) - 1; in htc_setup_msg_bndl()
2650 target->tx_bndl_mask = 0; in htc_setup_msg_bndl()
H A Dhtc.h614 u32 tx_bndl_mask; member