Searched refs:SRS_BW_ENFORCED (Results 1 – 2 of 2) sorted by relevance
1246 if ((mac_srs)->srs_bw->mac_bw_state & SRS_BW_ENFORCED) \1247 (mac_srs)->srs_bw->mac_bw_state &= ~SRS_BW_ENFORCED; \2519 if (!(mac_srs->srs_bw->mac_bw_state & SRS_BW_ENFORCED)) in mac_srs_pick_chain()2521 SRS_BW_ENFORCED; in mac_srs_pick_chain()2827 if (mac_srs->srs_bw->mac_bw_state & SRS_BW_ENFORCED) in mac_rx_srs_drain_bw()2828 mac_srs->srs_bw->mac_bw_state &= ~SRS_BW_ENFORCED; in mac_rx_srs_drain_bw()2829 } else if (mac_srs->srs_bw->mac_bw_state & SRS_BW_ENFORCED) { in mac_rx_srs_drain_bw()2834 mac_srs->srs_bw->mac_bw_state |= SRS_BW_ENFORCED; in mac_rx_srs_drain_bw()2856 !(mac_srs->srs_bw->mac_bw_state & SRS_BW_ENFORCED)) { in mac_rx_srs_drain_bw()2998 if (!(mac_srs->srs_bw->mac_bw_state & SRS_BW_ENFORCED)) { in mac_rx_srs_drain_bw()[all …]
458 #define SRS_BW_ENFORCED 0x00000080 macro