Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c509 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in send_flowc_wr_synqe()
510 flowc->mnemval[0].val = htobe32(pfvf); in send_flowc_wr_synqe()
511 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_flowc_wr_synqe()
512 flowc->mnemval[1].val = htobe32(pi->tx_chan); in send_flowc_wr_synqe()
513 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in send_flowc_wr_synqe()
514 flowc->mnemval[2].val = htobe32(pi->tx_chan); in send_flowc_wr_synqe()
515 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in send_flowc_wr_synqe()
516 flowc->mnemval[3].val = htobe32(ofld_rxq->iq.abs_id); in send_flowc_wr_synqe()
517 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDBUF; in send_flowc_wr_synqe()
518 flowc->mnemval[4].val = htobe32(512); in send_flowc_wr_synqe()
[all …]
H A Dt4_cpl_io.c122 flowc->mnemval[paramidx].mnemonic = FW_FLOWC_MNEM_##__m; \ in send_flowc_wr()
123 flowc->mnemval[paramidx].val = htobe32(__v); \ in send_flowc_wr()
212 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_SCHEDCLASS; in update_tx_rate_limit()
214 flowc->mnemval[0].val = htobe32(0xff); in update_tx_rate_limit()
216 flowc->mnemval[0].val = htobe32(tc_idx); in update_tx_rate_limit()
H A Dt4_tom.c881 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_MSS; in send_mss_flowc_wr()
882 flowc->mnemval[0].val = htobe32(toep->params.emss); in send_mss_flowc_wr()
/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c6576 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in send_etid_flowc_wr()
6577 flowc->mnemval[0].val = htobe32(pfvf); in send_etid_flowc_wr()
6578 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_etid_flowc_wr()
6579 flowc->mnemval[1].val = htobe32(pi->tx_chan); in send_etid_flowc_wr()
6580 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in send_etid_flowc_wr()
6581 flowc->mnemval[2].val = htobe32(pi->tx_chan); in send_etid_flowc_wr()
6582 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in send_etid_flowc_wr()
6583 flowc->mnemval[3].val = htobe32(cst->iqid); in send_etid_flowc_wr()
6584 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_EOSTATE; in send_etid_flowc_wr()
6585 flowc->mnemval[4].val = htobe32(FW_FLOWC_MNEM_EOSTATE_ESTABLISHED); in send_etid_flowc_wr()
[all …]
/freebsd/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c1053 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_TXDATAPLEN_MAX; in send_iscsi_flowc_wr()
1054 flowc->mnemval[0].val = htobe32(maxlen); in send_iscsi_flowc_wr()
/freebsd/contrib/ofed/libcxgb4/
H A Dt4fw_api.h584 struct fw_flowc_mnemval mnemval[0]; member
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h1050 struct fw_flowc_mnemval mnemval[0]; member