Lines Matching refs:fc
42 __le16 fc = rtl_get_fc(skb); in _rtl92ce_map_hwqueue_to_fwqueue() local
44 if (unlikely(ieee80211_is_beacon(fc))) in _rtl92ce_map_hwqueue_to_fwqueue()
46 if (ieee80211_is_mgmt(fc) || ieee80211_is_ctl(fc)) in _rtl92ce_map_hwqueue_to_fwqueue()
305 __le16 fc; in _rtl92ce_translate_rx_signal_stuff() local
312 fc = hdr->frame_control; in _rtl92ce_translate_rx_signal_stuff()
313 c_fc = le16_to_cpu(fc); in _rtl92ce_translate_rx_signal_stuff()
314 type = WLAN_FC_GET_TYPE(fc); in _rtl92ce_translate_rx_signal_stuff()
328 if (ieee80211_is_beacon(fc)) in _rtl92ce_translate_rx_signal_stuff()
436 __le16 fc = hdr->frame_control; in rtl92ce_tx_fill_desc() local
472 if (ieee80211_is_nullfunc(fc) || ieee80211_is_ctl(fc)) { in rtl92ce_tx_fill_desc()
557 if (ieee80211_is_data_qos(fc)) { in rtl92ce_tx_fill_desc()
583 if ((!ieee80211_is_data_qos(fc)) && ppsc->fwctrl_lps) { in rtl92ce_tx_fill_desc()
614 __le16 fc = hdr->frame_control; in rtl92ce_tx_fill_cmddesc() local
655 if (!ieee80211_is_data_qos(fc)) { in rtl92ce_tx_fill_cmddesc()