Lines Matching refs:fc
38 __le16 fc = rtl_get_fc(skb); in _rtl8723e_map_hwqueue_to_fwqueue() local
40 if (unlikely(ieee80211_is_beacon(fc))) in _rtl8723e_map_hwqueue_to_fwqueue()
42 if (ieee80211_is_mgmt(fc) || ieee80211_is_ctl(fc)) in _rtl8723e_map_hwqueue_to_fwqueue()
250 u16 fc, type; in translate_rx_signal_stuff() local
256 fc = le16_to_cpu(hdr->frame_control); in translate_rx_signal_stuff()
261 (ether_addr_equal(mac->bssid, (fc & IEEE80211_FCTL_TODS) ? in translate_rx_signal_stuff()
262 hdr->addr1 : (fc & IEEE80211_FCTL_FROMDS) ? in translate_rx_signal_stuff()
377 __le16 fc = hdr->frame_control; in rtl8723e_tx_fill_desc() local
410 if (ieee80211_is_nullfunc(fc) || ieee80211_is_ctl(fc)) { in rtl8723e_tx_fill_desc()
498 if (ieee80211_is_data_qos(fc)) { in rtl8723e_tx_fill_desc()
523 if ((!ieee80211_is_data_qos(fc)) && ppsc->fwctrl_lps) { in rtl8723e_tx_fill_desc()
556 __le16 fc = hdr->frame_control; in rtl8723e_tx_fill_cmddesc() local
597 if (!ieee80211_is_data_qos(fc)) { in rtl8723e_tx_fill_cmddesc()