Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds