Home
last modified time | relevance | path

Searched refs:V_RSPQ (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/cxgb/
H A Dcxgb_sge.c1049 V_RSPQ(q->cntxt_id) | V_CREDITS(credits)); in refill_rspq()
2598 t3_write_reg(sc, A_SG_GTS, V_RSPQ(q->rspq.cntxt_id) | in t3_sge_alloc_qset()
3010 t3_write_reg(adap, A_SG_GTS, V_RSPQ(rq->cntxt_id) | in process_responses_gts()
3320 t3_write_reg(sc, A_SG_GTS, V_RSPQ(qs->rspq.cntxt_id) | in t3_set_coalesce_usecs()
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h143 #define V_RSPQ(x) ((x) << S_RSPQ) macro