Searched refs:fc_stype (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76_connac_mac.c | 347 u8 fc_type, fc_stype; in mt76_connac2_mac_write_txwi_8023() local 369 fc_stype = wmm ? IEEE80211_STYPE_QOS_DATA >> 4 : 0; in mt76_connac2_mac_write_txwi_8023() 372 FIELD_PREP(MT_TXD2_SUB_TYPE, fc_stype); in mt76_connac2_mac_write_txwi_8023() 377 FIELD_PREP(MT_TXD7_SUB_TYPE, fc_stype); in mt76_connac2_mac_write_txwi_8023() 393 u8 fc_type, fc_stype; in mt76_connac2_mac_write_txwi_80211() local 418 fc_stype = (le16_to_cpu(fc) & IEEE80211_FCTL_STYPE) >> 4; in mt76_connac2_mac_write_txwi_80211() 421 FIELD_PREP(MT_TXD2_SUB_TYPE, fc_stype) | in mt76_connac2_mac_write_txwi_80211() 459 FIELD_PREP(MT_TXD7_SUB_TYPE, fc_stype); in mt76_connac2_mac_write_txwi_80211() 463 FIELD_PREP(MT_TXD8_L_SUB_TYPE, fc_stype); in mt76_connac2_mac_write_txwi_80211()
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_struct.h | 207 u64 fc_stype : 2; member 253 u64 fc_stype : 2; member
|
H A D | rvu_debugfs.c | 1088 aura->fc_up_crossing, aura->fc_stype); in print_npa_aura_ctx() 1131 pool->avg_con, pool->fc_ena, pool->fc_stype); in print_npa_pool_ctx()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | mac.c | 723 u8 fc_type, fc_stype, p_fmt, q_idx, omac_idx = 0, wmm_idx = 0; in mt7615_mac_write_txwi() local 753 fc_stype = (le16_to_cpu(fc) & IEEE80211_FCTL_STYPE) >> 4; in mt7615_mac_write_txwi() 784 FIELD_PREP(MT_TXD2_SUB_TYPE, fc_stype) | in mt7615_mac_write_txwi() 866 FIELD_PREP(MT_TXD7_SUB_TYPE, fc_stype) | in mt7615_mac_write_txwi() 871 FIELD_PREP(MT_TXD8_L_SUB_TYPE, fc_stype); in mt7615_mac_write_txwi()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | mac.c | 732 u8 fc_type, fc_stype; in mt7996_mac_write_txwi_8023() local 754 fc_stype = wmm ? IEEE80211_STYPE_QOS_DATA >> 4 : 0; in mt7996_mac_write_txwi_8023() 757 FIELD_PREP(MT_TXD2_SUB_TYPE, fc_stype); in mt7996_mac_write_txwi_8023() 775 u8 fc_type, fc_stype; in mt7996_mac_write_txwi_80211() local 803 fc_stype = (le16_to_cpu(fc) & IEEE80211_FCTL_STYPE) >> 4; in mt7996_mac_write_txwi_80211() 806 FIELD_PREP(MT_TXD2_SUB_TYPE, fc_stype); in mt7996_mac_write_txwi_80211()
|