Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_nix_tm_utils.c557 reg[k] = NIX_AF_SMQX_CFG(schq); in nix_tm_topology_reg_prep()
H A Droc_nix_debug.c872 reg[k] = NIX_AF_SMQX_CFG(schq); in nix_tm_reg_dump_prep()
H A Droc_nix_tm.c489 req->reg[0] = NIX_AF_SMQX_CFG(smq); in nix_tm_smq_xoff()
/dpdk/drivers/common/cnxk/hw/
H A Dnix.h111 #define NIX_AF_SMQX_CFG(a) (0x700ull | (uint64_t)(a) << 16) macro