Searched refs:mnemval (Results 1 – 3 of 3) sorted by relevance
513 flowclen = offsetof(struct fw_flowc_wr, mnemval[nparams]); in tx_flowc_wr_credits()541 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in send_tx_flowc_wr()542 flowc->mnemval[0].val = htonl(csk->cdev->pfvf); in send_tx_flowc_wr()543 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_tx_flowc_wr()544 flowc->mnemval[1].val = htonl(csk->tx_chan); in send_tx_flowc_wr()545 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in send_tx_flowc_wr()546 flowc->mnemval[2].val = htonl(csk->tx_chan); in send_tx_flowc_wr()547 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in send_tx_flowc_wr()548 flowc->mnemval[3].val = htonl(csk->rss_qid); in send_tx_flowc_wr()549 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDNXT; in send_tx_flowc_wr()[all …]
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()[all …]
575 struct fw_flowc_mnemval mnemval[0]; member