Searched refs:to_wcid_lo (Results 1 – 3 of 3) sorted by relevance
981 #define to_wcid_lo(id) FIELD_GET(GENMASK(7, 0), (u16)id) macro991 *wlan_idx_lo = wcid ? to_wcid_lo(wcid->idx) : 0; in mt76_connac_mcu_get_wlan_idx()
85 #define to_wcid_lo(id) FIELD_GET(GENMASK(7, 0), (u16)id) macro722 .wlan_idx_lo = msta ? to_wcid_lo(msta->wcid.idx) : 0, in mt7915_mcu_alloc_sta_req()744 .wlan_idx_lo = to_wcid_lo(msta->wcid.idx), in mt7915_mcu_alloc_wtbl_req()862 bss->bmc_wcid_lo = to_wcid_lo(wlan_idx); in mt7915_mcu_bss_basic_tlv()2348 .wlan_idx_lo = to_wcid_lo(msta->wcid.idx), in mt7915_mcu_add_group()
88 #define to_wcid_lo(id) FIELD_GET(GENMASK(7, 0), (u16)id) macro