Lines Matching refs:fc
41 __le16 fc = rtl_get_fc(skb); in _rtl92de_map_hwqueue_to_fwqueue() local
43 if (unlikely(ieee80211_is_beacon(fc))) in _rtl92de_map_hwqueue_to_fwqueue()
45 if (ieee80211_is_mgmt(fc)) in _rtl92de_map_hwqueue_to_fwqueue()
454 __le16 fc; in _rtl92de_translate_rx_signal_stuff() local
459 fc = hdr->frame_control; in _rtl92de_translate_rx_signal_stuff()
460 cfc = le16_to_cpu(fc); in _rtl92de_translate_rx_signal_stuff()
461 type = WLAN_FC_GET_TYPE(fc); in _rtl92de_translate_rx_signal_stuff()
471 if (ieee80211_is_beacon(fc)) in _rtl92de_translate_rx_signal_stuff()
559 __le16 fc = hdr->frame_control; in rtl92de_tx_fill_desc() local
593 if (ieee80211_is_nullfunc(fc) || ieee80211_is_ctl(fc)) { in rtl92de_tx_fill_desc()
699 if (ieee80211_is_data_qos(fc)) { in rtl92de_tx_fill_desc()
720 if (ieee80211_is_data_qos(fc)) in rtl92de_tx_fill_desc()
723 if ((!ieee80211_is_data_qos(fc)) && ppsc->fwctrl_lps) { in rtl92de_tx_fill_desc()
743 __le16 fc = hdr->frame_control; in rtl92de_tx_fill_cmddesc() local
777 if (!ieee80211_is_data_qos(fc) && ppsc->fwctrl_lps) { in rtl92de_tx_fill_cmddesc()