Home
last modified time | relevance | path

Searched refs:mpdu_desc (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_rx_hl.c145 void *mpdu_desc = (void *)qdf_nbuf_data(rx_ind_msg); in htt_rx_mpdu_desc_list_next_hl() local
146 return mpdu_desc; in htt_rx_mpdu_desc_list_next_hl()
167 bool htt_rx_mpdu_is_encrypted_hl(htt_pdev_handle pdev, void *mpdu_desc) in htt_rx_mpdu_is_encrypted_hl() argument
169 if (htt_rx_msdu_first_msdu_flag_hl(pdev, mpdu_desc) == true) { in htt_rx_mpdu_is_encrypted_hl()
172 (struct hl_htt_rx_desc_base *)mpdu_desc; in htt_rx_mpdu_is_encrypted_hl()
186 htt_rx_msdu_chan_info_present_hl(htt_pdev_handle pdev, void *mpdu_desc) in htt_rx_msdu_chan_info_present_hl() argument
188 if (htt_rx_msdu_first_msdu_flag_hl(pdev, mpdu_desc) == true && in htt_rx_msdu_chan_info_present_hl()
189 HTT_WORD_GET(*(u_int32_t *)mpdu_desc, in htt_rx_msdu_chan_info_present_hl()
199 void *mpdu_desc, in htt_rx_msdu_center_freq_hl() argument
208 index = htt_rx_msdu_is_wlan_mcast(pdev, mpdu_desc) ? in htt_rx_msdu_center_freq_hl()
[all …]
H A Dhtt_rx.c63 char *htt_rx_mpdu_wifi_hdr_retrieve(htt_pdev_handle pdev, void *mpdu_desc) in htt_rx_mpdu_wifi_hdr_retrieve() argument
66 (struct htt_host_rx_desc_base *)mpdu_desc; in htt_rx_mpdu_wifi_hdr_retrieve()
82 uint32_t htt_rx_mpdu_desc_tsf32(htt_pdev_handle pdev, void *mpdu_desc) in htt_rx_mpdu_desc_tsf32() argument
145 int16_t htt_rx_mpdu_desc_rssi_dbm(htt_pdev_handle pdev, void *mpdu_desc) in htt_rx_mpdu_desc_rssi_dbm() argument
188 bool (*htt_rx_mpdu_desc_retry)(htt_pdev_handle pdev, void *mpdu_desc);
190 uint16_t (*htt_rx_mpdu_desc_seq_num)(htt_pdev_handle pdev, void *mpdu_desc,
194 void *mpdu_desc,
197 uint8_t (*htt_rx_mpdu_desc_tid)(htt_pdev_handle pdev, void *mpdu_desc);
211 bool (*htt_rx_mpdu_is_encrypted)(htt_pdev_handle pdev, void *mpdu_desc);
214 void *mpdu_desc, uint8_t *key_id);
[all …]
H A Dhtt_rx_ll.c713 static bool htt_rx_mpdu_is_encrypted_ll(htt_pdev_handle pdev, void *mpdu_desc) in htt_rx_mpdu_is_encrypted_ll() argument
716 (struct htt_host_rx_desc_base *)mpdu_desc; in htt_rx_mpdu_is_encrypted_ll()
724 bool htt_rx_msdu_chan_info_present_ll(htt_pdev_handle pdev, void *mpdu_desc) in htt_rx_msdu_chan_info_present_ll() argument
731 void *mpdu_desc, in htt_rx_msdu_center_freq_ll() argument
760 htt_rx_msdu_desc_key_id_ll(htt_pdev_handle pdev, void *mpdu_desc, in htt_rx_msdu_desc_key_id_ll() argument
764 mpdu_desc; in htt_rx_msdu_desc_key_id_ll()
766 if (!htt_rx_msdu_first_msdu_flag_ll(pdev, mpdu_desc)) in htt_rx_msdu_desc_key_id_ll()
789 htt_rx_mpdu_desc_retry_ll(htt_pdev_handle pdev, void *mpdu_desc) in htt_rx_mpdu_desc_retry_ll() argument
792 (struct htt_host_rx_desc_base *)mpdu_desc; in htt_rx_mpdu_desc_retry_ll()
801 void *mpdu_desc, in htt_rx_mpdu_desc_seq_num_ll() argument
[all …]
/wlan-driver/qcacld-3.0/core/dp/ol/inc/
H A Dol_htt_rx_api.h366 htt_pdev_handle pdev, void *mpdu_desc);
384 (*htt_rx_mpdu_desc_seq_num)(htt_pdev_handle pdev, void *mpdu_desc,
439 void *mpdu_desc,
455 htt_pdev_handle pdev, void *mpdu_desc);
467 uint32_t htt_rx_mpdu_desc_tsf32(htt_pdev_handle pdev, void *mpdu_desc);
479 char *htt_rx_mpdu_wifi_hdr_retrieve(htt_pdev_handle pdev, void *mpdu_desc);
490 int16_t htt_rx_mpdu_desc_rssi_dbm(htt_pdev_handle pdev, void *mpdu_desc);
541 extern bool (*htt_rx_mpdu_is_encrypted)(htt_pdev_handle pdev, void *mpdu_desc);
680 void *mpdu_desc, uint8_t *key_id);
685 void *mpdu_desc);
[all …]
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
H A Dhal_be_generic_api.c661 void *mpdu_desc, in hal_mpdu_desc_info_set_be() argument
665 (struct rx_mpdu_desc_info *)mpdu_desc; in hal_mpdu_desc_info_set_be()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/
H A Dhal_li_generic_api.c920 void *mpdu_desc, in hal_mpdu_desc_info_set_li() argument
924 (struct rx_mpdu_desc_info *)mpdu_desc; in hal_mpdu_desc_info_set_li()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/rh/
H A Dhal_rh_generic_api.c180 void *mpdu_desc, uint32_t seq_no) in hal_mpdu_desc_info_set_rh() argument