Lines Matching defs:flowc
861 struct fw_flowc_wr *flowc;
863 const int flowclen = sizeof(*flowc) + sizeof(struct fw_flowc_mnemval);
872 flowc = start_wrq_wr(&toep->ofld_txq->wrq, flowclen16, &cookie);
873 if (__predict_false(flowc == NULL)) {
877 flowc->op_to_nparams = htobe32(V_FW_WR_OP(FW_FLOWC_WR) |
879 flowc->flowid_len16 = htonl(V_FW_WR_LEN16(flowclen16) |
881 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_MSS;
882 flowc->mnemval[0].val = htobe32(toep->params.emss);
891 commit_wrq_wr(&toep->ofld_txq->wrq, flowc, &cookie);
960 /* Update the firmware flowc. */