Lines Matching refs:tp
2363 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()
12720 &tp, &hp); in dp_check_pending_tx()
12722 if (hp != tp) { in dp_check_pending_tx()
12724 i, hp, tp); in dp_check_pending_tx()