Searched refs:mnemval (Results 1 – 6 of 6) sorted by relevance
509 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()512 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_flowc_wr_synqe()513 flowc->mnemval[1].val = htobe32(pi->hw_port); in send_flowc_wr_synqe()514 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in send_flowc_wr_synqe()515 flowc->mnemval[2].val = htobe32(pi->hw_port); in send_flowc_wr_synqe()516 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in send_flowc_wr_synqe()517 flowc->mnemval[3].val = htobe32(ofld_rxq->iq.abs_id); in send_flowc_wr_synqe()518 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_SNDBUF; in send_flowc_wr_synqe()519 flowc->mnemval[4].val = htobe32(512); in send_flowc_wr_synqe()[all …]
123 flowc->mnemval[paramidx].mnemonic = FW_FLOWC_MNEM_##__m; \ in send_flowc_wr()124 flowc->mnemval[paramidx].val = htobe32(__v); \ in send_flowc_wr()216 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_SCHEDCLASS; in update_tx_rate_limit()218 flowc->mnemval[0].val = htobe32(0xff); in update_tx_rate_limit()220 flowc->mnemval[0].val = htobe32(tc_idx); in update_tx_rate_limit()
888 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_MSS; in send_mss_flowc_wr()889 flowc->mnemval[0].val = htobe32(toep->params.emss); in send_mss_flowc_wr()2344 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_TXDATAPLEN_MAX; in send_txdataplen_max_flowc_wr()2345 flowc->mnemval[0].val = htobe32(maxlen); in send_txdataplen_max_flowc_wr()
6768 flowc->mnemval[0].mnemonic = FW_FLOWC_MNEM_PFNVFN; in send_etid_flowc_wr()6769 flowc->mnemval[0].val = htobe32(pfvf); in send_etid_flowc_wr()6771 flowc->mnemval[1].mnemonic = FW_FLOWC_MNEM_CH; in send_etid_flowc_wr()6772 flowc->mnemval[1].val = htobe32(pi->hw_port); in send_etid_flowc_wr()6773 flowc->mnemval[2].mnemonic = FW_FLOWC_MNEM_PORT; in send_etid_flowc_wr()6774 flowc->mnemval[2].val = htobe32(pi->hw_port); in send_etid_flowc_wr()6775 flowc->mnemval[3].mnemonic = FW_FLOWC_MNEM_IQID; in send_etid_flowc_wr()6776 flowc->mnemval[3].val = htobe32(cst->iqid); in send_etid_flowc_wr()6777 flowc->mnemval[4].mnemonic = FW_FLOWC_MNEM_EOSTATE; in send_etid_flowc_wr()6778 flowc->mnemval[4].val = htobe32(FW_FLOWC_MNEM_EOSTATE_ESTABLISHED); in send_etid_flowc_wr()[all …]
584 struct fw_flowc_mnemval mnemval[0]; member
1080 struct fw_flowc_mnemval mnemval[0]; member