Home
last modified time | relevance | path

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

/dpdk/doc/guides/platform/
H A Dmlx5.rst316 mlxconfig -d <mst device> query | grep LINK_TYPE
320 mlxconfig -d <mst device> set LINK_TYPE_P1/2=1/2/3
330 mlxfwreset -d <mst device> reset
341 mlxconfig -d <mst device> query | grep SRIOV_EN
346 mlxconfig -d <mst device> set SRIOV_EN=1 NUM_OF_VFS=16
347 mlxfwreset -d <mst device> reset
378 mlxconfig -d <mst device> set PER_PF_NUM_SF=1 PF_TOTAL_SF=252 PF_SF_BAR_SIZE=12
489 or the mst device name found with::
491 mst status
/dpdk/doc/guides/cryptodevs/
H A Dmlx5.rst106 mlxreg -d /dev/mst/mt4123_pciconf0 --reg_name CRYPTO_OPERATIONAL --get
114 mlxreg -d /dev/mst/mt4123_pciconf0 --reg_name CRYPTO_OPERATIONAL \
129 mlxreg -d /dev/mst/mt4123_pciconf0 --reg_name CRYPTO_OPERATIONAL --get
/dpdk/lib/pipeline/
H A Drte_swx_pipeline.c9294 struct struct_type *mst = p->metadata_st, *ast = a->st; in learner_action_args_check() local
9313 mf_pos = mf - mst->fields; in learner_action_args_check()
9314 CHECK(mst->n_fields - mf_pos >= ast->n_fields, EINVAL); in learner_action_args_check()
9320 mf = &mst->fields[mf_pos + i]; in learner_action_args_check()