Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c1101 mnemval[FLOWC_WR_NPARAMS_MAX]); in cxgbit_alloc_csk_skb()
1437 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; 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()
1444 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in cxgbit_send_tx_flowc_wr()
1452 flowc->mnemval[7].mnemonic = FW_FLOWC_MNEM_MSS; in cxgbit_send_tx_flowc_wr()
1453 flowc->mnemval[7].val = cpu_to_be32(csk->emss); in cxgbit_send_tx_flowc_wr()
1459 flowc->mnemval[8].val = cpu_to_be32(16384); in cxgbit_send_tx_flowc_wr()
1473 flowc->mnemval[index].val = cpu_to_be32(0); in cxgbit_send_tx_flowc_wr()
[all …]
/openbmc/linux/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c633 flowc->mnemval[1].val = htonl(csk->tx_chan); in send_tx_flowc_wr()
635 flowc->mnemval[2].val = htonl(csk->tx_chan); in send_tx_flowc_wr()
637 flowc->mnemval[3].val = htonl(csk->rss_qid); in send_tx_flowc_wr()
639 flowc->mnemval[4].val = htonl(csk->snd_nxt); in send_tx_flowc_wr()
641 flowc->mnemval[5].val = htonl(csk->rcv_nxt); in send_tx_flowc_wr()
643 flowc->mnemval[6].val = htonl(csk->snd_win); in send_tx_flowc_wr()
645 flowc->mnemval[7].val = htonl(csk->advmss); in send_tx_flowc_wr()
646 flowc->mnemval[8].mnemonic = 0; in send_tx_flowc_wr()
647 flowc->mnemval[8].val = 0; in send_tx_flowc_wr()
652 flowc->mnemval[8].val = cpu_to_be32(16128); in send_tx_flowc_wr()
[all …]
/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Dcm.c619 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()
626 flowc->mnemval[4].val = cpu_to_be32(ep->snd_seq); in send_flowc()
628 flowc->mnemval[5].val = cpu_to_be32(ep->rcv_seq); in send_flowc()
631 flowc->mnemval[7].mnemonic = FW_FLOWC_MNEM_MSS; in send_flowc()
632 flowc->mnemval[7].val = cpu_to_be32(ep->emss); in send_flowc()
[all …]
H A Diw_cxgb4.h830 FLOWC_LEN = offsetof(struct fw_flowc_wr, mnemval[FW_FLOWC_MNEM_MAX])
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.h87 #define failover_flowc_wr_len offsetof(struct fw_flowc_wr, mnemval[3])
H A 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()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c2550 len = struct_size(flowc, mnemval, nparams); in cxgb4_ethofld_send_flowc()
2593 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in cxgb4_ethofld_send_flowc()
2595 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in cxgb4_ethofld_send_flowc()
2596 flowc->mnemval[1].val = cpu_to_be32(pi->tx_chan); in cxgb4_ethofld_send_flowc()
2597 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in cxgb4_ethofld_send_flowc()
2598 flowc->mnemval[2].val = cpu_to_be32(pi->tx_chan); in cxgb4_ethofld_send_flowc()
2599 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in cxgb4_ethofld_send_flowc()
2600 flowc->mnemval[3].val = cpu_to_be32(rxq->rspq.abs_id); in cxgb4_ethofld_send_flowc()
2601 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SCHEDCLASS; in cxgb4_ethofld_send_flowc()
2602 flowc->mnemval[4].val = cpu_to_be32(tc); in cxgb4_ethofld_send_flowc()
[all …]
H A Dt4fw_api.h740 struct fw_flowc_mnemval mnemval[]; member