Home
last modified time | relevance | path

Searched refs:rs_idx (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/rtw88/
H A Dphy.c1586 u8 rs_idx, rs_ht, rs_vht; in rtw_xref_txpwr_lmt_by_rs() local
1590 for (rs_idx = 0; rs_idx < 2; rs_idx++) { in rtw_xref_txpwr_lmt_by_rs()
1591 rs_ht = rs_cmp[rs_idx][0]; in rtw_xref_txpwr_lmt_by_rs()
1592 rs_vht = rs_cmp[rs_idx][1]; in rtw_xref_txpwr_lmt_by_rs()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmac.c1098 bool rs_idx; in mt7603_fill_txs() local
1146 rs_idx = !((u32)(le32_get_bits(txs_data[1], MT_TXS1_F0_TIMESTAMP) - in mt7603_fill_txs()
1148 rs_idx ^= rate_set_tsf & BIT(0); in mt7603_fill_txs()
1149 rs = &sta->rateset[rs_idx]; in mt7603_fill_txs()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmac.c1325 bool rs_idx; in mt7615_fill_txs() local
1366 rs_idx = !((u32)(le32_get_bits(txs_data[4], MT_TXS4_F0_TIMESTAMP) - in mt7615_fill_txs()
1368 rs_idx ^= rate_set_tsf & BIT(0); in mt7615_fill_txs()
1369 rs = &sta->rateset[rs_idx]; in mt7615_fill_txs()