Lines Matching refs:fc
454 __le16 fc; in _rtl_usb_rx_process_agg() local
465 fc = hdr->frame_control; in _rtl_usb_rx_process_agg()
478 if (ieee80211_is_data(fc)) { in _rtl_usb_rx_process_agg()
496 __le16 fc; in _rtl_usb_rx_process_noagg() local
507 fc = hdr->frame_control; in _rtl_usb_rx_process_noagg()
520 if (ieee80211_is_data(fc)) { in _rtl_usb_rx_process_noagg()
968 __le16 fc = hdr->frame_control; in _rtl_usb_tx_preprocess() local
976 if (ieee80211_is_auth(fc)) { in _rtl_usb_tx_preprocess()
982 if (ieee80211_is_data(fc) && !ieee80211_is_nullfunc(fc) && in _rtl_usb_tx_preprocess()
983 !ieee80211_has_pm(fc)) in _rtl_usb_tx_preprocess()
994 if (ieee80211_is_data_qos(fc)) { in _rtl_usb_tx_preprocess()
1008 if (ieee80211_is_data(fc)) in _rtl_usb_tx_preprocess()
1020 __le16 fc = hdr->frame_control; in rtl_usb_tx() local
1025 hw_queue = rtlusb->usb_mq_to_hwq(fc, skb_get_queue_mapping(skb)); in rtl_usb_tx()