Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/cxgbe/tom/
HDt4_listen.c389 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in send_reset_synqe()
390 flowc->mnemval[0].val = htobe32(pfvf); in send_reset_synqe()
391 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_reset_synqe()
392 flowc->mnemval[1].val = htobe32(pi->tx_chan); in send_reset_synqe()
393 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in send_reset_synqe()
394 flowc->mnemval[2].val = htobe32(pi->tx_chan); in send_reset_synqe()
395 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in send_reset_synqe()
396 flowc->mnemval[3].val = htobe32(ofld_rxq->iq.abs_id); in send_reset_synqe()
397 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDBUF; in send_reset_synqe()
398 flowc->mnemval[4].val = htobe32(512); in send_reset_synqe()
[all …]
HDt4_cpl_io.c157 flowc->mnemval[paramidx].mnemonic = FW_FLOWC_MNEM_##__m; \ in send_flowc_wr()
158 flowc->mnemval[paramidx].val = htobe32(__v); \ in send_flowc_wr()
256 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_SCHEDCLASS; in update_tx_rate_limit()
258 flowc->mnemval[0].val = htobe32(0xff); in update_tx_rate_limit()
260 flowc->mnemval[0].val = htobe32(tc_idx); in update_tx_rate_limit()
/freebsd-11-stable/sys/dev/cxgbe/cxgbei/
HDicl_cxgbei.c570 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_TXDATAPLEN_MAX; in send_iscsi_flowc_wr()
571 flowc->mnemval[0].val = htobe32(maxlen); in send_iscsi_flowc_wr()
/freebsd-11-stable/contrib/ofed/libcxgb4/
HDt4fw_api.h584 struct fw_flowc_mnemval mnemval[0]; member
/freebsd-11-stable/sys/dev/cxgbe/firmware/
HDt4fw_interface.h1051 struct fw_flowc_mnemval mnemval[0]; member