Lines Matching refs:frame_control
177 u16 frame_control; in mt7925_reverse_frag0_hdr_trans() local
193 frame_control = le32_get_bits(rxd[8], MT_RXD8_FRAME_CONTROL); in mt7925_reverse_frag0_hdr_trans()
194 hdr.frame_control = cpu_to_le16(frame_control); in mt7925_reverse_frag0_hdr_trans()
200 switch (frame_control & (IEEE80211_FCTL_TODS | in mt7925_reverse_frag0_hdr_trans()
228 if (ieee80211_has_order(hdr.frame_control)) in mt7925_reverse_frag0_hdr_trans()
231 if (ieee80211_is_data_qos(hdr.frame_control)) { in mt7925_reverse_frag0_hdr_trans()
239 if (ieee80211_has_a4(hdr.frame_control)) in mt7925_reverse_frag0_hdr_trans()
585 fc = hdr->frame_control; in mt7925_mac_fill_rx()
665 __le16 fc = hdr->frame_control; in mt7925_mac_write_txwi_80211()
673 else if (ieee80211_is_mgmt(hdr->frame_control)) in mt7925_mac_write_txwi_80211()
708 if (ieee80211_is_back_req(hdr->frame_control)) { in mt7925_mac_write_txwi_80211()
818 bool mcast = ieee80211_is_data(hdr->frame_control) && in mt7925_mac_write_txwi()
869 fc = le16_to_cpu(hdr->frame_control) & in mt7925_tx_check_aggr()