Lines Matching refs:tx_allowed_mask
1626 u32 tx_allowed_mask; in wsm_get_tx_queue_and_mask() local
1631 tx_allowed_mask = BIT(CW1200_LINK_ID_AFTER_DTIM); in wsm_get_tx_queue_and_mask()
1633 tx_allowed_mask, &total); in wsm_get_tx_queue_and_mask()
1641 tx_allowed_mask = ~priv->sta_asleep_mask; in wsm_get_tx_queue_and_mask()
1642 tx_allowed_mask |= BIT(CW1200_LINK_ID_UAPSD); in wsm_get_tx_queue_and_mask()
1644 tx_allowed_mask |= priv->pspoll_mask; in wsm_get_tx_queue_and_mask()
1645 tx_allowed_mask &= ~BIT(CW1200_LINK_ID_AFTER_DTIM); in wsm_get_tx_queue_and_mask()
1647 tx_allowed_mask |= BIT(CW1200_LINK_ID_AFTER_DTIM); in wsm_get_tx_queue_and_mask()
1650 tx_allowed_mask, &total); in wsm_get_tx_queue_and_mask()
1656 *tx_allowed_mask_p = tx_allowed_mask; in wsm_get_tx_queue_and_mask()
1667 u32 tx_allowed_mask = 0; in wsm_get_tx() local
1692 &tx_allowed_mask, &more); in wsm_get_tx()
1712 tx_allowed_mask, in wsm_get_tx()
1732 (int)cw1200_queue_get_num_queued(queue, tx_allowed_mask) + 1); in wsm_get_tx()