Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/cxgbe/tom/
HDt4_cpl_io.c1964 req->reply_ctrl = htobe16(V_QUEUENO(toep->ofld_rxq->iq.abs_id)); in t4_set_tcb_field()
HDt4_tom.c498 V_QUEUENO(sc->sge.ofld_rxq[0].iq.cntxt_id)); in send_get_tcb()
/freebsd-14-stable/sys/dev/cxgbe/
HDt4_filter.c1199 req->reply_ctrl = htobe16(V_QUEUENO(sc->sge.fwq.abs_id) | in set_tcb_field()
/freebsd-14-stable/sys/dev/cxgbe/common/
HDt4_msg.h931 #define V_QUEUENO(x) ((x) << S_QUEUENO) macro