Home
last modified time | relevance | path

Searched refs:spe_idx (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/drivers/net/wireless/mediatek/mt76/
Dmt76_connac_mac.c589 u8 spe_idx = mt76_connac_spe_idx(mphy->antenna_mask); in mt76_connac2_mac_write_txwi() local
591 if (!spe_idx) in mt76_connac2_mac_write_txwi()
592 spe_idx = 24 + phy_idx; in mt76_connac2_mac_write_txwi()
593 txwi[7] |= cpu_to_le32(FIELD_PREP(MT_TXD7_SPE_IDX, spe_idx)); in mt76_connac2_mac_write_txwi()
Dmt76_connac_mcu.h598 u8 spe_idx; member
728 u8 spe_idx; member
Dmt76_connac_mcu.c584 spe->spe_idx = 24; in mt76_connac_mcu_wtbl_generic_tlv()
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/mt7915/
Dtestmode.c451 phy->test.spe_idx = td->tx_spe_idx; in mt7915_tm_set_tx_frames()
453 phy->test.spe_idx = mt76_connac_spe_idx(td->tx_antenna_mask); in mt7915_tm_set_tx_frames()
Dmt7915.h237 u8 spe_idx; member
Dmcu.c1337 ra->spe_idx = *(u8 *)data; in mt7915_mcu_set_fixed_rate_ctrl()
1387 u8 spe_idx = mt76_connac_spe_idx(mphy->antenna_mask); in mt7915_mcu_set_spe_idx() local
1389 return mt7915_mcu_set_fixed_rate_ctrl(dev, vif, sta, &spe_idx, in mt7915_mcu_set_spe_idx()
Dmac.c719 phy->test.spe_idx)); in mt7915_mac_write_txwi_tm()