Searched refs:V_WR_TID (Results 1 – 4 of 4) sorted by relevance
342 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()
1107 req->wr.wrh_lo = htonl(V_WR_TID(tid)); in t3_send_reset_synqe()
1448 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()
324 #define V_WR_TID(x) ((x) << S_WR_TID) macro