Searched refs:htt_host_rx_desc_base (Results 1 – 9 of 9) sorted by relevance
/wlan-driver/qcacld-3.0/core/dp/htt/ |
H A D | htt_internal.h | 128 struct htt_host_rx_desc_base { struct 150 (offsetof(struct htt_host_rx_desc_base, attention)) argument 152 (offsetof(struct htt_host_rx_desc_base, frag_info)) 154 (offsetof(struct htt_host_rx_desc_base, mpdu_start)) 156 (offsetof(struct htt_host_rx_desc_base, msdu_start)) 158 (offsetof(struct htt_host_rx_desc_base, msdu_end)) 160 (offsetof(struct htt_host_rx_desc_base, mpdu_end)) 162 (offsetof(struct htt_host_rx_desc_base, ppdu_start)) 164 (offsetof(struct htt_host_rx_desc_base, ppdu_end)) 166 (offsetof(struct htt_host_rx_desc_base, rx_hdr_status)) [all …]
|
H A D | htt_rx_ll.c | 392 struct htt_host_rx_desc_base *rx_desc; in htt_rx_ring_fill_n() 647 struct htt_host_rx_desc_base *rx_desc) in htt_set_checksum_result_ll() 702 struct htt_host_rx_desc_base *rx_desc) in htt_set_checksum_result_ll() 715 struct htt_host_rx_desc_base *rx_desc = in htt_rx_mpdu_is_encrypted_ll() 716 (struct htt_host_rx_desc_base *)mpdu_desc; in htt_rx_mpdu_is_encrypted_ll() 751 struct htt_host_rx_desc_base *rx_desc = in htt_rx_msdu_first_msdu_flag_ll() 752 (struct htt_host_rx_desc_base *)msdu_desc; in htt_rx_msdu_first_msdu_flag_ll() 763 struct htt_host_rx_desc_base *rx_desc = (struct htt_host_rx_desc_base *) in htt_rx_msdu_desc_key_id_ll() 791 struct htt_host_rx_desc_base *rx_desc = in htt_rx_mpdu_desc_retry_ll() 792 (struct htt_host_rx_desc_base *)mpdu_desc; in htt_rx_mpdu_desc_retry_ll() [all …]
|
H A D | htt_monitor_rx.c | 351 static void htt_mon_rx_get_phy_info(struct htt_host_rx_desc_base *rx_desc, in htt_mon_rx_get_phy_info() 440 static uint8_t htt_mon_rx_get_rtap_flags(struct htt_host_rx_desc_base *rx_desc) in htt_mon_rx_get_rtap_flags() 465 struct htt_host_rx_desc_base *rx_desc, in htt_rx_mon_get_rx_status() 509 struct htt_host_rx_desc_base *rx_desc; in htt_rx_mon_amsdu_rx_in_order_pop_ll() 729 htt_rx_parse_ppdu_start_status(struct htt_host_rx_desc_base *rx_desc, in htt_rx_parse_ppdu_start_status() 795 struct htt_host_rx_desc_base *rx_desc; in htt_rx_restitch_mpdu_from_msdus()
|
H A D | htt_rx_hl.c | 63 struct htt_host_rx_desc_base *rx_desc) in htt_set_checksum_result_hl() 108 struct htt_host_rx_desc_base *rx_desc) in htt_set_checksum_result_hl() 307 (struct htt_host_rx_desc_base *) in htt_rx_amsdu_pop_hl()
|
H A D | htt_rx.c | 65 struct htt_host_rx_desc_base *rx_desc = in htt_rx_mpdu_wifi_hdr_retrieve() 66 (struct htt_host_rx_desc_base *)mpdu_desc; in htt_rx_mpdu_wifi_hdr_retrieve()
|
H A D | htt_t2h.c | 80 struct htt_host_rx_desc_base *rx_desc; in htt_rx_frag_set_last_msdu()
|
/wlan-driver/qcacld-3.0/core/dp/txrx/ |
H A D | ol_rx.c | 1193 struct htt_host_rx_desc_base *rx_desc; in ol_rx_timestamp_update() 1206 struct htt_host_rx_desc_base *rx_mpdu_desc = rx_desc; in ol_rx_timestamp() 1242 struct htt_host_rx_desc_base *rx_desc; in ol_rx_timestamp_update()
|
/wlan-driver/qca-wifi-host-cmn/utils/pktlog/ |
H A D | pktlog_wifi2.c | 501 struct htt_host_rx_desc_base *rx_desc; in process_rx_info_remote() 518 (struct htt_host_rx_desc_base *)(qdf_nbuf_data(msdu)) - 1; in process_rx_info_remote()
|
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/ |
H A D | wlan_pkt_capture_data_txrx.c | 369 struct htt_host_rx_desc_base *rx_desc = desc; in pkt_capture_rx_convert8023to80211() 893 struct htt_host_rx_desc_base *rx_desc; in pkt_capture_rx_data_cb()
|