Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/target/iscsi/cxgbit/
Dcxgbit_cm.c1081 mnemval[FLOWC_WR_NPARAMS_MAX]); in cxgbit_alloc_csk_skb()
1383 flowclen = offsetof(struct fw_flowc_wr, mnemval[nparams]); in cxgbit_tx_flowc_wr_credits()
1418 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in cxgbit_send_tx_flowc_wr()
1419 flowc->mnemval[0].val = cpu_to_be32(FW_PFVF_CMD_PFN_V in cxgbit_send_tx_flowc_wr()
1421 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in cxgbit_send_tx_flowc_wr()
1422 flowc->mnemval[1].val = cpu_to_be32(csk->tx_chan); in cxgbit_send_tx_flowc_wr()
1423 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in cxgbit_send_tx_flowc_wr()
1424 flowc->mnemval[2].val = cpu_to_be32(csk->tx_chan); in cxgbit_send_tx_flowc_wr()
1425 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in cxgbit_send_tx_flowc_wr()
1426 flowc->mnemval[3].val = cpu_to_be32(csk->rss_qid); in cxgbit_send_tx_flowc_wr()
[all …]
/Linux-v4.19/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c577 flowclen = offsetof(struct fw_flowc_wr, mnemval[nparams]); in tx_flowc_wr_credits()
605 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in send_tx_flowc_wr()
606 flowc->mnemval[0].val = htonl(csk->cdev->pfvf); in send_tx_flowc_wr()
607 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_tx_flowc_wr()
608 flowc->mnemval[1].val = htonl(csk->tx_chan); in send_tx_flowc_wr()
609 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in send_tx_flowc_wr()
610 flowc->mnemval[2].val = htonl(csk->tx_chan); in send_tx_flowc_wr()
611 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in send_tx_flowc_wr()
612 flowc->mnemval[3].val = htonl(csk->rss_qid); in send_tx_flowc_wr()
613 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDNXT; in send_tx_flowc_wr()
[all …]
/Linux-v4.19/drivers/infiniband/hw/cxgb4/
Dcm.c602 flowclen = offsetof(struct fw_flowc_wr, mnemval[nparams]); in send_flowc()
614 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in send_flowc()
615 flowc->mnemval[0].val = cpu_to_be32(FW_PFVF_CMD_PFN_V in send_flowc()
617 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_flowc()
618 flowc->mnemval[1].val = cpu_to_be32(ep->tx_chan); in send_flowc()
619 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in send_flowc()
620 flowc->mnemval[2].val = cpu_to_be32(ep->tx_chan); in send_flowc()
621 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in send_flowc()
622 flowc->mnemval[3].val = cpu_to_be32(ep->rss_qid); in send_flowc()
623 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDNXT; in send_flowc()
[all …]
Diw_cxgb4.h914 FLOWC_LEN = offsetof(struct fw_flowc_wr, mnemval[FW_FLOWC_MNEM_MAX])
/Linux-v4.19/drivers/crypto/chelsio/chtls/
Dchtls_cm.h92 #define failover_flowc_wr_len offsetof(struct fw_flowc_wr, mnemval[3])
Dchtls_io.c82 flowclen = offsetof(struct fw_flowc_wr, mnemval[nparams]); in flowc_wr_credits()
167 struct fw_flowc_mnemval mnemval[FW_FLOWC_MNEM_MAX]; in send_tx_flowc_wr() member
181 flowc->mnemval[paramidx].mnemonic = FW_FLOWC_MNEM_##__m; \ in send_tx_flowc_wr()
182 flowc->mnemval[paramidx].val = cpu_to_be32(__v); \ in send_tx_flowc_wr()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dt4fw_api.h692 struct fw_flowc_mnemval mnemval[0]; member