Home
last modified time | relevance | path

Searched refs:V_QUEUENO (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_filter.c1199 req->reply_ctrl = htobe16(V_QUEUENO(sc->sge.fwq.abs_id) | in set_tcb_field()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tls.c
H A Dt4_cpl_io.c1964 req->reply_ctrl = htobe16(V_QUEUENO(toep->ofld_rxq->iq.abs_id)); in t4_set_tcb_field()
H A Dt4_tom.c498 V_QUEUENO(sc->sge.ofld_rxq[0].iq.cntxt_id)); in send_get_tcb()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_msg.h931 #define V_QUEUENO(x) ((x) << S_QUEUENO) macro