Home
last modified time | relevance | path

Searched refs:ieee80211_is_ctl (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h758 ieee80211_is_ctl(__le16 fc) in ieee80211_is_ctl() function
811 if (ieee80211_is_ctl(fc)) { in ieee80211_hdrlen()
/freebsd/sys/contrib/dev/rtw88/
H A Drx.c131 ieee80211_is_ctl(hdr->frame_control)) in rtw_rx_addr_match()
H A Dtx.c768 else if (unlikely(ieee80211_is_mgmt(fc) || ieee80211_is_ctl(fc))) in rtw_tx_queue_mapping()
H A Dusb.c453 if (unlikely(ieee80211_is_mgmt(fc) || ieee80211_is_ctl(fc))) in rtw_usb_tx_queue_mapping_to_qsel()
H A Dphy.c648 ieee80211_is_ctl(hdr->frame_control)) in rtw_phy_parsing_cfo()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dagg-rx.c128 if (!ieee80211_is_ctl(bar->frame_control)) in mt76_rx_aggr_check_ctl()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dcoex.c712 } else if (ieee80211_is_ctl(fc)) { in iwl_mvm_bt_coex_tx_prio()
H A Drxmq.c529 if (ieee80211_is_ctl(hdr->frame_control) || in iwl_mvm_is_dup()