• Home
  • Raw
  • Download

Lines Matching refs:flowc

590 	struct fw_flowc_wr *flowc;  in send_flowc()  local
608 flowc = __skb_put(skb, flowclen); in send_flowc()
609 memset(flowc, 0, flowclen); in send_flowc()
611 flowc->op_to_nparams = cpu_to_be32(FW_WR_OP_V(FW_FLOWC_WR) | in send_flowc()
613 flowc->flowid_len16 = cpu_to_be32(FW_WR_LEN16_V(flowclen16) | in send_flowc()
616 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in send_flowc()
617 flowc->mnemval[0].val = cpu_to_be32(FW_PFVF_CMD_PFN_V in send_flowc()
619 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_flowc()
620 flowc->mnemval[1].val = cpu_to_be32(ep->tx_chan); in send_flowc()
621 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in send_flowc()
622 flowc->mnemval[2].val = cpu_to_be32(ep->tx_chan); in send_flowc()
623 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in send_flowc()
624 flowc->mnemval[3].val = cpu_to_be32(ep->rss_qid); in send_flowc()
625 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDNXT; in send_flowc()
626 flowc->mnemval[4].val = cpu_to_be32(ep->snd_seq); in send_flowc()
627 flowc->mnemval[5].mnemonic = FW_FLOWC_MNEM_RCVNXT; in send_flowc()
628 flowc->mnemval[5].val = cpu_to_be32(ep->rcv_seq); in send_flowc()
629 flowc->mnemval[6].mnemonic = FW_FLOWC_MNEM_SNDBUF; in send_flowc()
630 flowc->mnemval[6].val = cpu_to_be32(ep->snd_win); in send_flowc()
631 flowc->mnemval[7].mnemonic = FW_FLOWC_MNEM_MSS; in send_flowc()
632 flowc->mnemval[7].val = cpu_to_be32(ep->emss); in send_flowc()
633 flowc->mnemval[8].mnemonic = FW_FLOWC_MNEM_RCV_SCALE; in send_flowc()
634 flowc->mnemval[8].val = cpu_to_be32(ep->snd_wscale); in send_flowc()
638 flowc->mnemval[9].mnemonic = FW_FLOWC_MNEM_SCHEDCLASS; in send_flowc()
639 flowc->mnemval[9].val = cpu_to_be32(pri); in send_flowc()