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); \
189 struct fw_flowc_wr *flowc;
193 flowclen = sizeof(*flowc) + nparams * sizeof(struct
204 flowc = wrtod(wr);
205 memset(flowc, 0, wr->wr_len);
207 flowc->op_to_nparams = htobe32(V_FW_WR_OP(FW_FLOWC_WR) |
209 flowc->flowid_len16 = htonl(V_FW_WR_LEN16(flowclen16) |
212 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_SCHEDCLASS;
214 flowc->mnemval[0].val = htobe32(0xff);
216 flowc->mnemval[0].val = htobe32(tc_idx);
1299 ("%s: flowc for tid %u [%s] not sent already",
1824 * Very unusual case: we'd sent a flowc + abort_req for a synq entry and
1825 * now this comes back carrying the credits for the flowc.