Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgb/ulp/tom/
HDcxgb_cpl_io.c342 req->wr.wrh_lo = htonl(V_WR_TID(toep->tp_tid)); in close_conn()
362 req->wr.wrh_lo = htonl(V_WR_TID(toep->tp_tid)); in make_tx_data_wr()
1084 req->wr.wrh_lo = htonl(V_WR_TID(tid)); in send_reset()
1456 rpl->wr.wrh_lo = htonl(V_WR_TID(tid)); in send_abort_rpl()
1637 p->wr.wrh_lo = htonl(V_WR_TID(tid)); in fixup_and_send_ofo()
HDcxgb_listen.c1107 req->wr.wrh_lo = htonl(V_WR_TID(tid)); in t3_send_reset_synqe()
/NextBSD/sys/dev/cxgb/
HDcxgb_sge.c1448 V_WR_GEN(txqs.gen)) | htonl(V_WR_TID(txq->token)); in t3_encap()
1530 V_WR_GEN(txqs.gen) | V_WR_TID(txq->token)); in t3_encap()
1562 V_WR_GEN(txqs.gen) | V_WR_TID(txq->token)); in t3_encap()
1583 wr_lo = htonl(V_WR_TID(txq->token)); in t3_encap()
1881 wrp->wrh_lo = htonl(V_WR_TID(q->token)); in ctrl_xmit()
/NextBSD/sys/dev/cxgb/common/
HDcxgb_t3_cpl.h324 #define V_WR_TID(x) ((x) << S_WR_TID) macro