Lines Matching refs:mnemval
497 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in send_flowc()
498 flowc->mnemval[0].val = cpu_to_be32(FW_PFVF_CMD_PFN_V in send_flowc()
500 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_flowc()
501 flowc->mnemval[1].val = cpu_to_be32(ep->tx_chan); in send_flowc()
502 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in send_flowc()
503 flowc->mnemval[2].val = cpu_to_be32(ep->tx_chan); in send_flowc()
504 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in send_flowc()
505 flowc->mnemval[3].val = cpu_to_be32(ep->rss_qid); in send_flowc()
506 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDNXT; in send_flowc()
507 flowc->mnemval[4].val = cpu_to_be32(ep->snd_seq); in send_flowc()
508 flowc->mnemval[5].mnemonic = FW_FLOWC_MNEM_RCVNXT; in send_flowc()
509 flowc->mnemval[5].val = cpu_to_be32(ep->rcv_seq); in send_flowc()
510 flowc->mnemval[6].mnemonic = FW_FLOWC_MNEM_SNDBUF; in send_flowc()
511 flowc->mnemval[6].val = cpu_to_be32(ep->snd_win); in send_flowc()
512 flowc->mnemval[7].mnemonic = FW_FLOWC_MNEM_MSS; in send_flowc()
513 flowc->mnemval[7].val = cpu_to_be32(ep->emss); in send_flowc()
515 flowc->mnemval[8].mnemonic = 0; in send_flowc()
516 flowc->mnemval[8].val = 0; in send_flowc()
518 flowc->mnemval[i].r4[0] = 0; in send_flowc()
519 flowc->mnemval[i].r4[1] = 0; in send_flowc()
520 flowc->mnemval[i].r4[2] = 0; in send_flowc()