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

/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c764 u32 txb_mask; local
795 txb_mask = (1 << WMM_AC_BK);
801 txb_mask = ((1 << ac) - 1);
810 target->tx_bndl_mask &= ~txb_mask;
812 target->tx_bndl_mask |= txb_mask;

Completed in 102 milliseconds