Lines Matching defs:flowc
84 struct fw_flowc_wr *flowc;
93 ("%s: flowc for tid %u sent already", __func__, toep->tid));
105 flowclen = sizeof(*flowc) + nparams * sizeof(struct fw_flowc_mnemval);
112 flowc = wrtod(wr);
113 memset(flowc, 0, wr->wr_len);
115 flowc->op_to_nparams = htobe32(V_FW_WR_OP(FW_FLOWC_WR) |
117 flowc->flowid_len16 = htonl(V_FW_WR_LEN16(howmany(flowclen, 16)) |
122 flowc->mnemval[paramidx].mnemonic = FW_FLOWC_MNEM_##__m; \
123 flowc->mnemval[paramidx].val = htobe32(__v); \
192 struct fw_flowc_wr *flowc;
196 flowclen = sizeof(*flowc) + nparams * sizeof(struct
207 flowc = wrtod(wr);
208 memset(flowc, 0, wr->wr_len);
210 flowc->op_to_nparams = htobe32(V_FW_WR_OP(FW_FLOWC_WR) |
212 flowc->flowid_len16 = htonl(V_FW_WR_LEN16(flowclen16) |
215 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_SCHEDCLASS;
217 flowc->mnemval[0].val = htobe32(0xff);
219 flowc->mnemval[0].val = htobe32(tc_idx);
1398 ("%s: flowc for tid %u [%s] not sent already",
1923 * Very unusual case: we'd sent a flowc + abort_req for a synq entry and
1924 * now this comes back carrying the credits for the flowc.