Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/
H A Dwsm.c1624 u32 tx_allowed_mask; in wsm_get_tx_queue_and_mask() local
1629 tx_allowed_mask = BIT(CW1200_LINK_ID_AFTER_DTIM); in wsm_get_tx_queue_and_mask()
1631 tx_allowed_mask, &total); in wsm_get_tx_queue_and_mask()
1639 tx_allowed_mask = ~priv->sta_asleep_mask; in wsm_get_tx_queue_and_mask()
1640 tx_allowed_mask |= BIT(CW1200_LINK_ID_UAPSD); in wsm_get_tx_queue_and_mask()
1642 tx_allowed_mask |= priv->pspoll_mask; in wsm_get_tx_queue_and_mask()
1643 tx_allowed_mask &= ~BIT(CW1200_LINK_ID_AFTER_DTIM); in wsm_get_tx_queue_and_mask()
1645 tx_allowed_mask |= BIT(CW1200_LINK_ID_AFTER_DTIM); in wsm_get_tx_queue_and_mask()
1648 tx_allowed_mask, &total); in wsm_get_tx_queue_and_mask()
1654 *tx_allowed_mask_p = tx_allowed_mask; in wsm_get_tx_queue_and_mask()
1665 u32 tx_allowed_mask = 0; wsm_get_tx() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/
H A Dwsm.c1624 u32 tx_allowed_mask; in wsm_get_tx_queue_and_mask() local
1629 tx_allowed_mask = BIT(CW1200_LINK_ID_AFTER_DTIM); in wsm_get_tx_queue_and_mask()
1631 tx_allowed_mask, &total); in wsm_get_tx_queue_and_mask()
1639 tx_allowed_mask = ~priv->sta_asleep_mask; in wsm_get_tx_queue_and_mask()
1640 tx_allowed_mask |= BIT(CW1200_LINK_ID_UAPSD); in wsm_get_tx_queue_and_mask()
1642 tx_allowed_mask |= priv->pspoll_mask; in wsm_get_tx_queue_and_mask()
1643 tx_allowed_mask &= ~BIT(CW1200_LINK_ID_AFTER_DTIM); in wsm_get_tx_queue_and_mask()
1645 tx_allowed_mask |= BIT(CW1200_LINK_ID_AFTER_DTIM); in wsm_get_tx_queue_and_mask()
1648 tx_allowed_mask, &total); in wsm_get_tx_queue_and_mask()
1654 *tx_allowed_mask_p = tx_allowed_mask; in wsm_get_tx_queue_and_mask()
1665 u32 tx_allowed_mask = 0; wsm_get_tx() local
[all...]

Completed in 5 milliseconds