Searched refs:fc_stype (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt76_connac_mac.c | 365 u8 fc_type, fc_stype; in mt76_connac2_mac_write_txwi_8023() local 387 fc_stype = wmm ? IEEE80211_STYPE_QOS_DATA >> 4 : 0; in mt76_connac2_mac_write_txwi_8023() 390 FIELD_PREP(MT_TXD2_SUB_TYPE, fc_stype); in mt76_connac2_mac_write_txwi_8023() 395 FIELD_PREP(MT_TXD7_SUB_TYPE, fc_stype); in mt76_connac2_mac_write_txwi_8023() 412 u8 fc_type, fc_stype; in mt76_connac2_mac_write_txwi_80211() local 438 fc_stype = (le16_to_cpu(fc) & IEEE80211_FCTL_STYPE) >> 4; in mt76_connac2_mac_write_txwi_80211() 441 FIELD_PREP(MT_TXD2_SUB_TYPE, fc_stype) | in mt76_connac2_mac_write_txwi_80211() 486 FIELD_PREP(MT_TXD7_SUB_TYPE, fc_stype); in mt76_connac2_mac_write_txwi_80211() 490 FIELD_PREP(MT_TXD8_L_SUB_TYPE, fc_stype); in mt76_connac2_mac_write_txwi_80211()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7925/ |
| H A D | mac.c | 626 u8 fc_type, fc_stype; in mt7925_mac_write_txwi_8023() local 648 fc_stype = wmm ? IEEE80211_STYPE_QOS_DATA >> 4 : 0; in mt7925_mac_write_txwi_8023() 651 FIELD_PREP(MT_TXD2_SUB_TYPE, fc_stype); in mt7925_mac_write_txwi_8023() 667 u8 fc_type, fc_stype; in mt7925_mac_write_txwi_80211() local 696 fc_stype = (le16_to_cpu(fc) & IEEE80211_FCTL_STYPE) >> 4; in mt7925_mac_write_txwi_80211() 699 FIELD_PREP(MT_TXD2_SUB_TYPE, fc_stype); in mt7925_mac_write_txwi_80211()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/cn20k/ |
| H A D | debugfs.c | 420 aura->fc_up_crossing, aura->fc_stype); in print_npa_cn20k_aura_ctx() 459 pool->avg_con, pool->fc_ena, pool->fc_stype); in print_npa_cn20k_pool_ctx()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
| H A D | mac.c | 716 u8 fc_type, fc_stype; in mt7996_mac_write_txwi_8023() local 737 fc_stype = wmm ? IEEE80211_STYPE_QOS_DATA >> 4 : 0; in mt7996_mac_write_txwi_8023() 740 FIELD_PREP(MT_TXD2_SUB_TYPE, fc_stype); in mt7996_mac_write_txwi_8023() 762 u8 fc_type, fc_stype; in mt7996_mac_write_txwi_80211() local 800 fc_stype = (le16_to_cpu(fc) & IEEE80211_FCTL_STYPE) >> 4; in mt7996_mac_write_txwi_80211() 803 FIELD_PREP(MT_TXD2_SUB_TYPE, fc_stype); in mt7996_mac_write_txwi_80211()
|