Lines Matching refs:flowc
469 struct fw_flowc_wr *flowc; in send_flowc() local
473 flowc = (struct fw_flowc_wr *)__skb_put(skb, flowclen); in send_flowc()
475 flowc->op_to_nparams = cpu_to_be32(FW_WR_OP_V(FW_FLOWC_WR) | in send_flowc()
477 flowc->flowid_len16 = cpu_to_be32(FW_WR_LEN16_V(DIV_ROUND_UP(flowclen, in send_flowc()
480 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in send_flowc()
481 flowc->mnemval[0].val = cpu_to_be32(FW_PFVF_CMD_PFN_V in send_flowc()
483 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_flowc()
484 flowc->mnemval[1].val = cpu_to_be32(ep->tx_chan); in send_flowc()
485 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in send_flowc()
486 flowc->mnemval[2].val = cpu_to_be32(ep->tx_chan); in send_flowc()
487 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in send_flowc()
488 flowc->mnemval[3].val = cpu_to_be32(ep->rss_qid); in send_flowc()
489 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDNXT; in send_flowc()
490 flowc->mnemval[4].val = cpu_to_be32(ep->snd_seq); in send_flowc()
491 flowc->mnemval[5].mnemonic = FW_FLOWC_MNEM_RCVNXT; in send_flowc()
492 flowc->mnemval[5].val = cpu_to_be32(ep->rcv_seq); in send_flowc()
493 flowc->mnemval[6].mnemonic = FW_FLOWC_MNEM_SNDBUF; in send_flowc()
494 flowc->mnemval[6].val = cpu_to_be32(ep->snd_win); in send_flowc()
495 flowc->mnemval[7].mnemonic = FW_FLOWC_MNEM_MSS; in send_flowc()
496 flowc->mnemval[7].val = cpu_to_be32(ep->emss); in send_flowc()
498 flowc->mnemval[8].mnemonic = 0; in send_flowc()
499 flowc->mnemval[8].val = 0; in send_flowc()
501 flowc->mnemval[i].r4[0] = 0; in send_flowc()
502 flowc->mnemval[i].r4[1] = 0; in send_flowc()
503 flowc->mnemval[i].r4[2] = 0; in send_flowc()