Searched refs:mnemval (Results 1 – 5 of 5) sorted by relevance
389 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 …]
157 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()
570 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()
584 struct fw_flowc_mnemval mnemval[0]; member
1051 struct fw_flowc_mnemval mnemval[0]; member