Home
last modified time | relevance | path

Searched refs:i_qos (Results 1 – 13 of 13) sorted by relevance

/wlan-driver/qcacld-3.0/core/cds/inc/
Dcds_ieee80211_common.h55 uint8_t i_qos[2]; member
71 uint8_t i_qos[2]; member
92 uint8_t i_qos[2]; member
111 uint8_t i_qos[2]; member
/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_txrx_encap.c81 qos_cntl->i_qos[0] = in ol_tx_encap_from_native_wifi()
86 qos_cntl->i_qos[0] |= 1 << IEEE80211_QOS_ACKPOLICY_S; in ol_tx_encap_from_native_wifi()
89 qos_cntl->i_qos[1] = 0; in ol_tx_encap_from_native_wifi()
208 qos_cntl->i_qos[0] = in ol_tx_encap_from_8023()
213 qos_cntl->i_qos[0] |= 1 << IEEE80211_QOS_ACKPOLICY_S; in ol_tx_encap_from_8023()
215 qos_cntl->i_qos[1] = 0; in ol_tx_encap_from_8023()
Dol_rx_defrag.c76 ((_x)->i_qos[0] & IEEE80211_QOS_TID)
1144 hdr[12] = qwh->i_qos[0] & IEEE80211_QOS_TID; in ol_rx_defrag_michdr()
Dol_tx_classify.c267 tid = whqos->i_qos[0] & IEEE80211_QOS_TID; in ol_tx_tid_by_raw_type()
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
Dwlan_pkt_capture_data_txrx.c414 qos_cntl->i_qos[0] = in pkt_capture_rx_convert8023to80211()
418 qos_cntl->i_qos[1] = 0; in pkt_capture_rx_convert8023to80211()
506 qos_cntl->i_qos[0] = (tid & IEEE80211_QOS_TID); in pkt_capture_rx_convert8023to80211()
509 qos_cntl->i_qos[1] = 0; in pkt_capture_rx_convert8023to80211()
1219 qos_cntl->i_qos[0] = in pkt_capture_tx_data_cb()
1221 qos_cntl->i_qos[1] = 0; in pkt_capture_tx_data_cb()
1414 qos_cntl->i_qos[0] = in pkt_capture_tx_data_cb()
1416 qos_cntl->i_qos[1] = 0; in pkt_capture_tx_data_cb()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/crypto/src/
Dwlan_crypto_def_i.h538 return ((struct wlan_frame_hdr_qos_addr4 *)data)->i_qos[0] in wlan_get_tid()
541 return ((struct wlan_frame_hdr_qos *)data)->i_qos[0] in wlan_get_tid()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_net_types.h602 uint8_t i_qos[2]; member
/wlan-driver/qcacld-3.0/core/dp/htt/
Dhtt_monitor_rx.c918 is_amsdu = (qos->i_qos[0] & IEEE80211_QOS_AMSDU); in htt_rx_restitch_mpdu_from_msdus()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/cmn_defs/inc/
Dwlan_cmn_ieee80211.h1373 uint8_t i_qos[2]; member
1389 uint8_t i_qos[2]; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_rx_defrag.c612 hdr[12] = qwh->i_qos[0] & IEEE80211_QOS_TID; in dp_rx_defrag_michdr()
616 hdr[12] = qwh->i_qos[0] & IEEE80211_QOS_TID; in dp_rx_defrag_michdr()
Ddp_tx.c1439 (qos_wh->i_qos[0] & IEEE80211_QOS_AMSDU)) in dp_tx_prepare_raw()
1743 qos_wh->i_qos[0] & DP_QOS_TID : 0; in dp_tx_get_tid()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/1.0/
Ddp_rx_mon_dest_1.0.c1862 is_amsdu = (qos->i_qos[0] & IEEE80211_QOS_AMSDU); in dp_rx_mon_restitch_mpdu_from_msdus()
2180 is_amsdu = (qos->i_qos[0] & IEEE80211_QOS_AMSDU); in dp_rx_mon_frag_restitch_mpdu_from_msdus()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
Ddp_rx_mon_2.0.c1530 is_amsdu = (qos->i_qos[0] & IEEE80211_QOS_AMSDU); in dp_rx_mon_handle_full_mon()