Searched refs:is_amsdu (Results 1 – 5 of 5) sorted by relevance
/wlan-driver/qcacld-3.0/core/dp/htt/ ! |
H A D | htt_monitor_rx.c | 794 is_amsdu, is_first_frag, amsdu_pad, msdu_len; in htt_rx_restitch_mpdu_from_msdus() local 912 is_amsdu = 0; in htt_rx_restitch_mpdu_from_msdus() 918 is_amsdu = (qos->i_qos[0] & IEEE80211_QOS_AMSDU); in htt_rx_restitch_mpdu_from_msdus() 925 msdu_llc_len = is_amsdu ? (14 + 8) : 8; in htt_rx_restitch_mpdu_from_msdus()
|
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/core/src/ ! |
H A D | vdev_mgr_ops.c | 960 bool is_amsdu) in vdev_mgr_set_custom_aggr_size_param_update() argument 970 param->aggr_type = is_amsdu ? WLAN_MLME_CUSTOM_AGGR_TYPE_AMSDU in vdev_mgr_set_custom_aggr_size_param_update() 977 param->tx_aggr_size = is_amsdu ? mlme_obj->mgmt.generic.amsdu in vdev_mgr_set_custom_aggr_size_param_update() 986 bool is_amsdu) in vdev_mgr_set_custom_aggr_size_send() argument 992 ¶m, is_amsdu); in vdev_mgr_set_custom_aggr_size_send()
|
H A D | vdev_mgr_ops.h | 152 struct vdev_mlme_obj *mlme_obj, bool is_amsdu);
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/1.0/ ! |
H A D | dp_rx_mon_dest_1.0.c | 1719 is_amsdu, is_first_frag, amsdu_pad; in dp_rx_mon_restitch_mpdu_from_msdus() local 1856 is_amsdu = 0; in dp_rx_mon_restitch_mpdu_from_msdus() 1862 is_amsdu = (qos->i_qos[0] & IEEE80211_QOS_AMSDU); in dp_rx_mon_restitch_mpdu_from_msdus() 1881 msdu_llc_len = is_amsdu ? (14 + 8) : 8; in dp_rx_mon_restitch_mpdu_from_msdus() 2089 is_amsdu, amsdu_pad, frag_size, tot_msdu_len; in dp_rx_mon_frag_restitch_mpdu_from_msdus() local 2174 is_amsdu = 0; in dp_rx_mon_frag_restitch_mpdu_from_msdus() 2180 is_amsdu = (qos->i_qos[0] & IEEE80211_QOS_AMSDU); in dp_rx_mon_frag_restitch_mpdu_from_msdus() 2199 msdu_llc_len = is_amsdu ? (14 + 8) : 8; in dp_rx_mon_frag_restitch_mpdu_from_msdus()
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/ ! |
H A D | dp_rx_mon_2.0.c | 1458 is_amsdu, amsdu_pad, frag_size, tot_msdu_len; in dp_rx_mon_handle_full_mon() local 1524 is_amsdu = 0; in dp_rx_mon_handle_full_mon() 1530 is_amsdu = (qos->i_qos[0] & IEEE80211_QOS_AMSDU); in dp_rx_mon_handle_full_mon() 1549 msdu_llc_len = is_amsdu ? (DP_RX_MON_DECAP_HDR_SIZE + in dp_rx_mon_handle_full_mon()
|