Home
last modified time | relevance | path

Searched refs:mnemval (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c506 flowclen = offsetof(struct fw_flowc_wr, mnemval[nparams]); in tx_flowc_wr_credits()
534 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in send_tx_flowc_wr()
535 flowc->mnemval[0].val = htonl(csk->cdev->pfvf); in send_tx_flowc_wr()
536 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_tx_flowc_wr()
537 flowc->mnemval[1].val = htonl(csk->tx_chan); in send_tx_flowc_wr()
538 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in send_tx_flowc_wr()
539 flowc->mnemval[2].val = htonl(csk->tx_chan); in send_tx_flowc_wr()
540 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in send_tx_flowc_wr()
541 flowc->mnemval[3].val = htonl(csk->rss_qid); in send_tx_flowc_wr()
542 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDNXT; in send_tx_flowc_wr()
[all …]
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dcm.c480 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()
[all …]
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dt4fw_api.h575 struct fw_flowc_mnemval mnemval[0]; member