Lines Matching defs:cpl
484 struct cpl_get_tcb *cpl;
490 cpl = start_wrq_wr(&sc->sge.ctrlq[0], howmany(sizeof(*cpl), 16),
492 if (__predict_false(cpl == NULL))
494 bzero(cpl, sizeof(*cpl));
495 INIT_TP_WR(cpl, tid);
496 OPCODE_TID(cpl) = htobe32(MK_OPCODE_TID(CPL_GET_TCB, tid));
497 cpl->reply_ctrl = htobe16(V_REPLY_CHAN(0) |
499 cpl->cookie = 0xff;
500 commit_wrq_wr(&sc->sge.ctrlq[0], cpl, &cookie);
700 const struct cpl_get_tcb_rpl *cpl = mtod(m, const void *);
701 const uint64_t *tcb = (const uint64_t *)(const void *)(cpl + 1);
703 const u_int tid = GET_TID(cpl);
714 GET_TCB_FIELD(tcb, RCV_SCALE), cpl->cookie);
1741 struct cpl_act_open_req *cpl;
1753 cpl = wrtod(wr);
1754 opcode = GET_OPCODE(cpl);
1759 atid = G_TID_TID(be32toh(OPCODE_TID(cpl)));
1766 tid = GET_TID(cpl);