Lines Matching refs:fc
221 u16 rtl8192cu_mq_to_hwq(__le16 fc, u16 mac80211_queue_index) in rtl8192cu_mq_to_hwq() argument
225 if (unlikely(ieee80211_is_beacon(fc))) { in rtl8192cu_mq_to_hwq()
229 if (ieee80211_is_mgmt(fc)) { in rtl8192cu_mq_to_hwq()
257 __le16 fc, u16 mac80211_queue_index) in _rtl8192cu_mq_to_descq() argument
262 if (unlikely(ieee80211_is_beacon(fc))) { in _rtl8192cu_mq_to_descq()
266 if (ieee80211_is_mgmt(fc)) { in _rtl8192cu_mq_to_descq()
371 __le16 fc; in _rtl_rx_process() local
419 fc = hdr->frame_control; in _rtl_rx_process()
420 bv = ieee80211_is_probe_resp(fc); in _rtl_rx_process()
424 if (ieee80211_is_beacon(fc)) in _rtl_rx_process()
426 if (ieee80211_is_data(fc)) in _rtl_rx_process()
430 fc, in _rtl_rx_process()
510 __le16 fc = hdr->frame_control; in rtl92cu_tx_fill_desc() local
513 enum rtl_desc_qsel fw_qsel = _rtl8192cu_mq_to_descq(hw, fc, in rtl92cu_tx_fill_desc()
593 if (ieee80211_is_data_qos(fc)) { in rtl92cu_tx_fill_desc()
608 if ((!ieee80211_is_data_qos(fc)) && ppsc->leisure_ps && in rtl92cu_tx_fill_desc()
615 if (ieee80211_has_morefrags(fc)) in rtl92cu_tx_fill_desc()
656 __le16 fc = hdr->frame_control; in rtl92cu_tx_fill_cmddesc() local
675 if (!ieee80211_is_data_qos(fc)) { in rtl92cu_tx_fill_cmddesc()