Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgbe/tom/
HDt4_cpl_io.c130 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in send_flowc_wr()
131 flowc->mnemval[0].val = htobe32(pfvf); in send_flowc_wr()
132 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_flowc_wr()
133 flowc->mnemval[1].val = htobe32(pi->tx_chan); in send_flowc_wr()
134 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in send_flowc_wr()
135 flowc->mnemval[2].val = htobe32(pi->tx_chan); in send_flowc_wr()
136 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in send_flowc_wr()
137 flowc->mnemval[3].val = htobe32(toep->ofld_rxq->iq.abs_id); in send_flowc_wr()
141 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDNXT; in send_flowc_wr()
142 flowc->mnemval[4].val = htobe32(ftxp->snd_nxt); in send_flowc_wr()
[all …]
HDt4_listen.c391 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in send_reset_synqe()
392 flowc->mnemval[0].val = htobe32(pfvf); in send_reset_synqe()
393 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_reset_synqe()
394 flowc->mnemval[1].val = htobe32(pi->tx_chan); in send_reset_synqe()
395 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in send_reset_synqe()
396 flowc->mnemval[2].val = htobe32(pi->tx_chan); in send_reset_synqe()
397 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in send_reset_synqe()
398 flowc->mnemval[3].val = htobe32(ofld_rxq->iq.abs_id); in send_reset_synqe()
399 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDBUF; in send_reset_synqe()
400 flowc->mnemval[4].val = htobe32(512); in send_reset_synqe()
[all …]
/trueos/sys/dev/cxgbe/firmware/
HDt4fw_interface.h883 struct fw_flowc_mnemval mnemval[0]; member