Searched refs:flowid_mask (Results 1 – 2 of 2) sorted by relevance
2296 if (!(msta->twt.flowid_mask & BIT(i))) in mt7915_mac_twt_param_equal()2334 if (hweight8(msta->twt.flowid_mask) == ARRAY_SIZE(msta->twt.flow)) in mt7915_mac_add_twt_setup()2343 flowid = ffs(~msta->twt.flowid_mask) - 1; in mt7915_mac_add_twt_setup()2390 msta->twt.flowid_mask |= BIT(flowid); in mt7915_mac_add_twt_setup()2414 if (!(msta->twt.flowid_mask & BIT(flowid))) in mt7915_mac_twt_teardown_flow()2423 msta->twt.flowid_mask &= ~BIT(flowid); in mt7915_mac_twt_teardown_flow()
2552 if (!(msta->twt.flowid_mask & BIT(i))) in mt7996_mac_twt_param_equal()2589 if (hweight8(msta->twt.flowid_mask) == ARRAY_SIZE(msta->twt.flow)) in mt7996_mac_add_twt_setup()2601 flowid = ffs(~msta->twt.flowid_mask) - 1; in mt7996_mac_add_twt_setup()2645 msta->twt.flowid_mask |= BIT(flowid); in mt7996_mac_add_twt_setup()2668 if (!(msta->twt.flowid_mask & BIT(flowid))) in mt7996_mac_twt_teardown_flow()2677 msta->twt.flowid_mask &= ~BIT(flowid); in mt7996_mac_twt_teardown_flow()