Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/cxgb/
H A Dcxgb_sge.c1265 V_WR_GEN(txqs.gen) | V_WR_TID(txq->token)); in t3_encap()
1291 wr_lo = htonl(V_WR_TID(txq->token)); in t3_encap()
1428 wrp->wr_lo = htonl(V_WR_TID(q->token)); in ctrl_xmit()
H A Dcxgb_t3_cpl.h297 #define V_WR_TID(x) ((x) << S_WR_TID) macro
H A Dcxgb_offload.c779 rpl->wr.wr_lo = htonl(V_WR_TID(GET_TID(req))); in do_abort_req_rss()