Home
last modified time | relevance | path

Searched refs:mst (Results 1 – 4 of 4) sorted by relevance

/dpdk/doc/guides/platform/
H A Dmlx5.rst297 mlxconfig -d <mst device> query | grep LINK_TYPE
301 mlxconfig -d <mst device> set LINK_TYPE_P1/2=1/2/3
311 mlxfwreset -d <mst device> reset
322 mlxconfig -d <mst device> query | grep SRIOV_EN
327 mlxconfig -d <mst device> set SRIOV_EN=1 NUM_OF_VFS=16
328 mlxfwreset -d <mst device> reset
359 mlxconfig -d <mst device> set PER_PF_NUM_SF=1 PF_TOTAL_SF=252 PF_SF_BAR_SIZE=12
465 or the mst device name found with::
467 mst status
/dpdk/doc/guides/cryptodevs/
H A Dmlx5.rst64 mlxreg -d /dev/mst/mt4123_pciconf0 --reg_name CRYPTO_OPERATIONAL --get
72 mlxreg -d /dev/mst/mt4123_pciconf0 --reg_name CRYPTO_OPERATIONAL \
87 mlxreg -d /dev/mst/mt4123_pciconf0 --reg_name CRYPTO_OPERATIONAL --get
/dpdk/doc/guides/nics/
H A Dmlx5.rst1163 mlxconfig -d <mst device> s CQE_COMPRESSION=1
1167 mlxconfig -d <mst device> s CQE_COMPRESSION=0
1672 …$ mlxreg -d /dev/mst/mt4121_pciconf0 --reg_name VHCA_TRUST_LEVEL --yes --set "all_vhca=0x1,trust_l…
/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c8140 struct struct_type *mst = p->metadata_st, *ast = a->st; in learner_action_args_check() local
8159 mf_pos = mf - mst->fields; in learner_action_args_check()
8160 CHECK(mst->n_fields - mf_pos >= ast->n_fields, EINVAL); in learner_action_args_check()
8166 mf = &mst->fields[mf_pos + i]; in learner_action_args_check()