Lines Matching refs:flowc
2515 * cxgb4_ethofld_send_flowc - Send ETHOFLD flowc request to bind eotid to tc.
2531 struct fw_flowc_wr *flowc;
2537 len = struct_size(flowc, mnemval, nparams);
2571 flowc = __skb_put(skb, len);
2572 memset(flowc, 0, len);
2575 flowc->flowid_len16 = cpu_to_be32(FW_WR_LEN16_V(len16) |
2577 flowc->op_to_nparams = cpu_to_be32(FW_WR_OP_V(FW_FLOWC_WR) |
2580 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN;
2581 flowc->mnemval[0].val = cpu_to_be32(FW_PFVF_CMD_PFN_V(adap->pf));
2582 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH;
2583 flowc->mnemval[1].val = cpu_to_be32(pi->tx_chan);
2584 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT;
2585 flowc->mnemval[2].val = cpu_to_be32(pi->tx_chan);
2586 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID;
2587 flowc->mnemval[3].val = cpu_to_be32(rxq->rspq.abs_id);
2588 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SCHEDCLASS;
2589 flowc->mnemval[4].val = cpu_to_be32(tc);
2590 flowc->mnemval[5].mnemonic = FW_FLOWC_MNEM_EOSTATE;
2591 flowc->mnemval[5].val = cpu_to_be32(tc == FW_SCHED_CLS_NONE ?