Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/1.0/
Ddp_rx_mon_status_1.0.c69 struct hal_buf_info hbi; in dp_rx_mon_handle_status_buf_done() local
87 &hbi); in dp_rx_mon_handle_status_buf_done()
88 rx_desc = dp_rx_cookie_2_va_mon_status(soc, hbi.sw_cookie); in dp_rx_mon_handle_status_buf_done()
353 struct hal_buf_info hbi; in dp_rx_mon_status_ring_record_entry() local
368 hal_rx_buffer_addr_info_get_paddr(ring_desc, &hbi); in dp_rx_mon_status_ring_record_entry()
372 &hbi); in dp_rx_mon_status_ring_record_entry()
374 record->hbi.paddr = hbi.paddr; in dp_rx_mon_status_ring_record_entry()
375 record->hbi.sw_cookie = hbi.sw_cookie; in dp_rx_mon_status_ring_record_entry()
376 record->hbi.rbm = hbi.rbm; in dp_rx_mon_status_ring_record_entry()
668 struct hal_buf_info hbi; in dp_rx_mon_status_srng_process() local
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_rx_err.c1832 record->hbi.paddr = paddr; in dp_rx_err_ring_record_entry()
1833 record->hbi.sw_cookie = sw_cookie; in dp_rx_err_ring_record_entry()
1834 record->hbi.rbm = rbm; in dp_rx_err_ring_record_entry()
1850 struct hal_buf_info hbi; in dp_rx_err_handle_msdu_buf() local
1854 hal_rx_reo_buf_paddr_get(soc->hal_soc, ring_desc, &hbi); in dp_rx_err_handle_msdu_buf()
1856 rx_desc = dp_rx_cookie_2_va_rxdma_buf(soc, hbi.sw_cookie); in dp_rx_err_handle_msdu_buf()
1867 dp_rx_err_ring_record_entry(soc, hbi.paddr, in dp_rx_err_handle_msdu_buf()
1868 hbi.sw_cookie, in dp_rx_err_handle_msdu_buf()
1871 if (hbi.paddr != qdf_nbuf_get_frag_paddr(rx_desc->nbuf, 0)) { in dp_rx_err_handle_msdu_buf()
2043 struct hal_buf_info hbi; in dp_rx_err_process() local
[all …]
Ddp_rx.c137 struct hal_buf_info hbi; in dp_rx_desc_nbuf_sanity_check() local
139 hal_rx_reo_buf_paddr_get(soc->hal_soc, ring_desc, &hbi); in dp_rx_desc_nbuf_sanity_check()
141 if (dp_rx_desc_paddr_sanity_check(rx_desc, (&hbi)->paddr)) in dp_rx_desc_nbuf_sanity_check()
176 struct hal_buf_info hbi; in dp_rx_ring_record_entry() local
182 hal_rx_reo_buf_paddr_get(soc->hal_soc, ring_desc, &hbi); in dp_rx_ring_record_entry()
186 &hbi); in dp_rx_ring_record_entry()
195 record->hbi.paddr = hbi.paddr; in dp_rx_ring_record_entry()
196 record->hbi.sw_cookie = hbi.sw_cookie; in dp_rx_ring_record_entry()
197 record->hbi.rbm = hbi.rbm; in dp_rx_ring_record_entry()
Ddp_rx_defrag.c1192 record->hbi.paddr = paddr; in dp_rx_reinject_ring_record_entry()
1193 record->hbi.sw_cookie = sw_cookie; in dp_rx_reinject_ring_record_entry()
1194 record->hbi.rbm = rbm; in dp_rx_reinject_ring_record_entry()
Ddp_types.h1621 struct hal_buf_info hbi; member
1669 struct hal_buf_info hbi; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
Ddp_rh_rx.c308 record->hbi.paddr = in dp_rx_ring_record_entry_rh()
311 record->hbi.sw_cookie = in dp_rx_ring_record_entry_rh()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
Ddp_mon.c7044 struct hal_buf_info hbi; in dp_check_and_dump_full_mon_info() local
7186 &hbi); in dp_check_and_dump_full_mon_info()
7189 &hbi, sizeof(struct hal_buf_info), false); in dp_check_and_dump_full_mon_info()
7191 rx_desc = dp_rx_cookie_2_va_mon_status(soc, hbi.sw_cookie); in dp_check_and_dump_full_mon_info()