Home
last modified time | relevance | path

Searched refs:tp (Results 1 – 20 of 20) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_api.h1359 if (srng->u.dst_ring.tp != srng->u.dst_ring.cached_hp) in hal_srng_dst_peek()
1360 return (void *)(&srng->ring_base_vaddr[srng->u.dst_ring.tp]); in hal_srng_dst_peek()
1574 if (srng->u.dst_ring.tp == srng->u.dst_ring.cached_hp) in hal_srng_dst_get_next()
1577 desc = &srng->ring_base_vaddr[srng->u.dst_ring.tp]; in hal_srng_dst_get_next()
1584 srng->u.dst_ring.tp = (srng->u.dst_ring.tp + srng->entry_size); in hal_srng_dst_get_next()
1585 if (srng->u.dst_ring.tp == srng->ring_size) in hal_srng_dst_get_next()
1586 srng->u.dst_ring.tp = 0; in hal_srng_dst_get_next()
1591 uint32_t tp; in hal_srng_dst_get_next() local
1593 tp = srng->u.dst_ring.tp; in hal_srng_dst_get_next()
1594 desc_next = &srng->ring_base_vaddr[srng->u.dst_ring.tp]; in hal_srng_dst_get_next()
[all …]
H A Dhal_srng.c685 srng->updated_tp = srng->u.dst_ring.tp; in hal_srng_update_last_hptp()
718 value = srng->u.dst_ring.tp; in hal_srng_check_and_update_hptp()
768 q_elem->dequeue_val = srng->u.dst_ring.tp; in hal_process_reg_write_q_elem()
771 srng->u.dst_ring.tp, false); in hal_process_reg_write_q_elem()
772 write_val = srng->u.dst_ring.tp; in hal_process_reg_write_q_elem()
1849 srng->u.dst_ring.tp = 0; in hal_srng_setup_idx()
2014 srng->u.dst_ring.tp, in hal_srng_dump()
H A Dhal_generic_api.h529 srng->u.dst_ring.tp = idx * srng->entry_size; in hal_srng_dst_hw_init_generic()
H A Dhal_internal.h800 uint32_t tp; member
/wlan-driver/qcacld-3.0/os_if/dp/src/
H A Dos_if_dp_txrx.c385 struct tcf_proto *tp; in __osif_check_for_prio_filter_in_clsact_qdisc() local
392 tp = tcf_chain_dereference(chain->filter_chain, chain); in __osif_check_for_prio_filter_in_clsact_qdisc()
393 while (tp) { in __osif_check_for_prio_filter_in_clsact_qdisc()
394 tp_next = rtnl_dereference(tp->next); in __osif_check_for_prio_filter_in_clsact_qdisc()
395 if (tp->prio == (prio << 16)) { in __osif_check_for_prio_filter_in_clsact_qdisc()
399 tp = tp_next; in __osif_check_for_prio_filter_in_clsact_qdisc()
416 struct tcf_proto *tp; in __osif_check_for_prio_filter_in_clsact_qdisc() local
423 for (tp = rtnl_dereference(chain->filter_chain); tp; in __osif_check_for_prio_filter_in_clsact_qdisc()
424 tp = rtnl_dereference(tp->next)) { in __osif_check_for_prio_filter_in_clsact_qdisc()
425 if (tp->prio == (prio << 16)) in __osif_check_for_prio_filter_in_clsact_qdisc()
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
H A Dce_service_srng.c85 uint32_t hp = 0, tp = 0; in hif_display_ctrl_traffic_pipes_state() local
90 &tp, &hp); in hif_display_ctrl_traffic_pipes_state()
92 hp, tp); in hif_display_ctrl_traffic_pipes_state()
95 tp = 0; in hif_display_ctrl_traffic_pipes_state()
97 hal_get_sw_hptp(scn->hal_soc, CE_state->src_ring->srng_ctx, &tp, &hp); in hif_display_ctrl_traffic_pipes_state()
98 hif_info_high("CE-3 Source ring current snapshot HP:%u TP:%u", hp, tp); in hif_display_ctrl_traffic_pipes_state()
477 uint32_t hp, tp; in ce_completed_recv_next_nolock_srng() local
486 &tp, &hp); in ce_completed_recv_next_nolock_srng()
487 hif_info_rl("No data to reap, hp %d tp %d", hp, tp); in ce_completed_recv_next_nolock_srng()
1086 uint32_t tp, hp; in ce_get_index_info_srng() local
[all …]
H A Dce_main.h303 uint16_t tp; member
H A Dce_service.c201 uint32_t hp, uint32_t tp) in hif_record_latest_evt() argument
244 latest_evts[idx].ring_tp = tp; in hif_record_latest_evt()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/1.0/
H A Ddp_rx_mon_status_1.0.c713 uint32_t hp, tp; in dp_rx_mon_status_srng_process() local
715 &tp, &hp); in dp_rx_mon_status_srng_process()
717 hp, tp); in dp_rx_mon_status_srng_process()
1035 uint32_t hp, tp; in dp_rx_mon_status_buffers_replenish() local
1095 hal_get_sw_hptp(dp_soc->hal_soc, rxdma_srng, &tp, &hp); in dp_rx_mon_status_buffers_replenish()
1097 dp_soc, count, hp, tp); in dp_rx_mon_status_buffers_replenish()
1106 hal_get_sw_hptp(dp_soc->hal_soc, rxdma_srng, &tp, &hp); in dp_rx_mon_status_buffers_replenish()
1107 dp_err("HP adjusted to proper buffer index, hp:%u tp:%u", hp, tp); in dp_rx_mon_status_buffers_replenish()
H A Ddp_mon_1.0.c180 uint32_t hp, tp; in dp_flush_monitor_rings() local
208 hal_get_sw_hptp(hal_soc, mon_dst_srng, &tp, &hp); in dp_flush_monitor_rings()
209 dp_info("Before flush: Monitor DST ring HP %u TP %u", hp, tp); in dp_flush_monitor_rings()
213 hal_get_sw_hptp(hal_soc, mon_dst_srng, &tp, &hp); in dp_flush_monitor_rings()
214 dp_info("After flush: Monitor DST ring HP %u TP %u", hp, tp); in dp_flush_monitor_rings()
/wlan-driver/qca-wifi-host-cmn/target_if/direct_buf_rx/src/
H A Dtarget_if_direct_buf_rx_main.c2032 uint32_t hp = 0, tp = 0; in target_if_dbr_add_ring_debug_entry() local
2071 hal_get_sw_hptp(hal_soc, srng, &tp, &hp); in target_if_dbr_add_ring_debug_entry()
2073 tp = qdf_le32_to_cpu(tp); in target_if_dbr_add_ring_debug_entry()
2077 entry->tail_idx = tp; in target_if_dbr_add_ring_debug_entry()
2455 uint32_t hp = 0, tp = 0; in target_if_direct_buf_rx_print_ring_stat() local
2489 hal_get_sw_hptp(hal_soc, srng, &tp, &hp); in target_if_direct_buf_rx_print_ring_stat()
2490 tp = qdf_le32_to_cpu(tp); in target_if_direct_buf_rx_print_ring_stat()
2494 hp, tp); in target_if_direct_buf_rx_print_ring_stat()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_rings_main.c2873 uint32_t hp, tp, i; in dp_display_srng_info() local
2879 &tp, &hp); in dp_display_srng_info()
2880 dp_info("TCL DATA ring[%d]: hp=0x%x, tp=0x%x", i, hp, tp); in dp_display_srng_info()
2887 &tp, &hp); in dp_display_srng_info()
2888 dp_info("TX comp ring[%d]: hp=0x%x, tp=0x%x", i, hp, tp); in dp_display_srng_info()
2893 &tp, &hp); in dp_display_srng_info()
2894 if (hp != tp) in dp_display_srng_info()
2897 dp_info("REO DST ring[%d]: hp=0x%x, tp=0x%x", i, hp, tp); in dp_display_srng_info()
2900 hal_get_sw_hptp(hal_soc, soc->reo_exception_ring.hal_srng, &tp, &hp); in dp_display_srng_info()
2901 dp_info("REO exception ring: hp=0x%x, tp=0x%x", hp, tp); in dp_display_srng_info()
[all …]
H A Ddp_rx.c294 uint32_t tp; in dp_rx_refill_ring_record_entry() local
307 hal_get_sw_hptp(soc->hal_soc, hal_ring_hdl, &tp, &hp); in dp_rx_refill_ring_record_entry()
312 record->tp = tp; in dp_rx_refill_ring_record_entry()
H A Ddp_main.c2363 uint32_t hp, tp; in dp_srng_access_start() local
2369 hal_get_sw_hptp(hal_soc, hal_ring_hdl, &tp, &hp); in dp_srng_access_start()
2373 ring_id, hp, tp, HIF_EVENT_SRNG_ACCESS_START); in dp_srng_access_start()
2382 uint32_t hp, tp; in dp_srng_access_end() local
2388 hal_get_sw_hptp(hal_soc, hal_ring_hdl, &tp, &hp); in dp_srng_access_end()
2392 ring_id, hp, tp, HIF_EVENT_SRNG_ACCESS_END); in dp_srng_access_end()
12700 uint32_t hp, tp, i; in dp_check_pending_tx() local
12707 &tp, &hp); in dp_check_pending_tx()
12709 if (hp != tp) { in dp_check_pending_tx()
12711 i, hp, tp); in dp_check_pending_tx()
[all …]
H A Ddp_tx.h1529 hal_get_sw_hptp(soc->hal_soc, hal_ring_hdl, &evt->tp, &evt->hp); in dp_tx_hw_desc_update_evt()
H A Ddp_types.h1580 uint32_t tp; member
1683 uint32_t tp; member
/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_exec.c126 last_irq_rec->tp = last_irq_rec->timestamp - in hif_hist_skip_event_record()
139 if (event->hp == event->tp) in hif_hist_skip_event_record()
193 record->tp = event->tp; in hif_hist_record_event()
H A Dhif_main.h257 uint32_t hp, uint32_t tp);
/wlan-driver/qca-wifi-host-cmn/hif/inc/
H A Dhif.h617 uint32_t tp; member
730 uint32_t tp, in hif_record_event() argument
737 event.tp = tp; in hif_record_event()
758 uint32_t tp, in hif_record_event() argument
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_mon_2.0.c525 int sync_hw_ptr = 1, hp = 0, tp = 0; in dp_rx_mon_refill_buf_ring_2_0() local
538 hal_get_sw_hptp(soc->hal_soc, (hal_ring_handle_t)hal_srng, &tp, &hp); in dp_rx_mon_refill_buf_ring_2_0()