Searched refs:V_RSPQ (Results 1 – 2 of 2) sorted by relevance
765 V_RSPQ(q->cntxt_id) | V_CREDITS(credits)); in refill_rspq()2140 t3_write_reg(sc, A_SG_GTS, V_RSPQ(q->rspq.cntxt_id) | in t3_sge_alloc_qset()2546 t3_write_reg(adap, A_SG_GTS, V_RSPQ(rq->cntxt_id) | in process_responses_gts()
130 #define V_RSPQ(x) ((x) << S_RSPQ) macro