Lines Matching refs:frame_control
48 u16 mh_len = ieee80211_hdrlen(hdr->frame_control); in iwl_mvm_tx_csum_pre_bz()
136 else if (ieee80211_hdrlen(hdr->frame_control) % 4) in iwl_mvm_tx_csum_pre_bz()
147 unsigned int hdrlen = ieee80211_hdrlen(hdr->frame_control); in iwl_mvm_tx_csum_bz()
199 __le16 fc = hdr->frame_control; in iwl_mvm_set_tx_cmd()
517 if (ieee80211_is_data_qos(hdr->frame_control)) { in iwl_mvm_set_tx_params()
531 if (!sta || !ieee80211_is_data(hdr->frame_control) || in iwl_mvm_set_tx_params()
536 hdr->frame_control); in iwl_mvm_set_tx_params()
582 iwl_mvm_set_tx_cmd_rate(mvm, tx_cmd, info, sta, hdr->frame_control); in iwl_mvm_set_tx_params()
608 __le16 fc = hdr->frame_control; in iwl_mvm_get_ctrl_vif_queue()
714 int hdrlen = ieee80211_hdrlen(hdr->frame_control); in iwl_mvm_tx_skb_non_sta()
715 __le16 fc = hdr->frame_control; in iwl_mvm_tx_skb_non_sta()
738 if (!ieee80211_is_data(hdr->frame_control)) in iwl_mvm_tx_skb_non_sta()
826 bool qos = ieee80211_is_data_qos(hdr->frame_control); in iwl_mvm_tx_tso_segment()
897 !ieee80211_is_data_qos(hdr->frame_control) || in iwl_mvm_tx_tso()
1074 fc = hdr->frame_control; in iwl_mvm_tx_mpdu()
1440 u32 status, __le16 frame_control) in iwl_mvm_tx_status_check_trigger() argument
1450 if (ieee80211_is_action(frame_control)) in iwl_mvm_tx_status_check_trigger()
1558 status, le16_to_cpu(hdr->frame_control)); in iwl_mvm_rx_tx_cmd_single()
1566 ieee80211_is_mgmt(hdr->frame_control)) in iwl_mvm_rx_tx_cmd_single()
1577 iwl_mvm_tx_status_check_trigger(mvm, status, hdr->frame_control); in iwl_mvm_rx_tx_cmd_single()
1599 if (ieee80211_is_back_req(hdr->frame_control)) in iwl_mvm_rx_tx_cmd_single()
1612 if (ieee80211_is_qos_nullfunc(hdr->frame_control)) in iwl_mvm_rx_tx_cmd_single()
1935 if (ieee80211_is_data_qos(hdr->frame_control)) in iwl_mvm_tx_reclaim()