Lines Matching refs:frame_control
219 u16 frame_control; in mt7996_reverse_frag0_hdr_trans() local
235 frame_control = le32_get_bits(rxd[8], MT_RXD8_FRAME_CONTROL); in mt7996_reverse_frag0_hdr_trans()
236 hdr.frame_control = cpu_to_le16(frame_control); in mt7996_reverse_frag0_hdr_trans()
242 switch (frame_control & (IEEE80211_FCTL_TODS | in mt7996_reverse_frag0_hdr_trans()
270 if (ieee80211_has_order(hdr.frame_control)) in mt7996_reverse_frag0_hdr_trans()
273 if (ieee80211_is_data_qos(hdr.frame_control)) { in mt7996_reverse_frag0_hdr_trans()
281 if (ieee80211_has_a4(hdr.frame_control)) in mt7996_reverse_frag0_hdr_trans()
667 fc = hdr->frame_control; in mt7996_mac_fill_rx()
759 __le16 fc = hdr->frame_control, sc = hdr->seq_ctrl; in mt7996_mac_write_txwi_80211()
767 else if (ieee80211_is_mgmt(hdr->frame_control)) in mt7996_mac_write_txwi_80211()
813 if (ieee80211_is_back_req(hdr->frame_control)) { in mt7996_mac_write_txwi_80211()
900 else if (is_8023 || !ieee80211_is_mgmt(hdr->frame_control)) in mt7996_mac_write_txwi()
912 bool mcast = ieee80211_is_data(hdr->frame_control) && in mt7996_mac_write_txwi()
985 if (!is_8023 && ieee80211_is_mgmt(hdr->frame_control)) in mt7996_tx_prepare_skb()
1060 fc = le16_to_cpu(hdr->frame_control) & in mt7996_tx_check_aggr()