Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/target/iscsi/cxgbit/
Dcxgbit_cm.c1099 mnemval[FLOWC_WR_NPARAMS_MAX]); in cxgbit_alloc_csk_skb()
1402 flowclen = offsetof(struct fw_flowc_wr, mnemval[nparams]); in cxgbit_tx_flowc_wr_credits()
1437 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in cxgbit_send_tx_flowc_wr()
1438 flowc->mnemval[0].val = cpu_to_be32(FW_PFVF_CMD_PFN_V in cxgbit_send_tx_flowc_wr()
1440 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in cxgbit_send_tx_flowc_wr()
1441 flowc->mnemval[1].val = cpu_to_be32(csk->tx_chan); in cxgbit_send_tx_flowc_wr()
1442 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in cxgbit_send_tx_flowc_wr()
1443 flowc->mnemval[2].val = cpu_to_be32(csk->tx_chan); in cxgbit_send_tx_flowc_wr()
1444 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in cxgbit_send_tx_flowc_wr()
1445 flowc->mnemval[3].val = cpu_to_be32(csk->rss_qid); in cxgbit_send_tx_flowc_wr()
[all …]
/Linux-v5.4/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c594 flowclen = offsetof(struct fw_flowc_wr, mnemval[nparams]); in tx_flowc_wr_credits()
625 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in send_tx_flowc_wr()
626 flowc->mnemval[0].val = htonl(csk->cdev->pfvf); in send_tx_flowc_wr()
627 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_tx_flowc_wr()
628 flowc->mnemval[1].val = htonl(csk->tx_chan); in send_tx_flowc_wr()
629 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in send_tx_flowc_wr()
630 flowc->mnemval[2].val = htonl(csk->tx_chan); in send_tx_flowc_wr()
631 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in send_tx_flowc_wr()
632 flowc->mnemval[3].val = htonl(csk->rss_qid); in send_tx_flowc_wr()
633 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDNXT; in send_tx_flowc_wr()
[all …]
/Linux-v5.4/drivers/infiniband/hw/cxgb4/
Dcm.c604 flowclen = offsetof(struct fw_flowc_wr, mnemval[nparams]); 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()
[all …]
Diw_cxgb4.h842 FLOWC_LEN = offsetof(struct fw_flowc_wr, mnemval[FW_FLOWC_MNEM_MAX])
/Linux-v5.4/drivers/crypto/chelsio/chtls/
Dchtls_cm.h89 #define failover_flowc_wr_len offsetof(struct fw_flowc_wr, mnemval[3])
Dchtls_io.c79 flowclen = offsetof(struct fw_flowc_wr, mnemval[nparams]); in flowc_wr_credits()
164 struct fw_flowc_mnemval mnemval[FW_FLOWC_MNEM_MAX]; in send_tx_flowc_wr() member
178 flowc->mnemval[paramidx].mnemonic = FW_FLOWC_MNEM_##__m; \ in send_tx_flowc_wr()
179 flowc->mnemval[paramidx].val = cpu_to_be32(__v); \ in send_tx_flowc_wr()
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dt4fw_api.h692 struct fw_flowc_mnemval mnemval[0]; member