Home
last modified time | relevance | path

Searched refs:mctl (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/bus/fslmc/qbman/
H A Dqbman_debug.c274 return (r->mctl & 0x1); in qbman_fq_attr_get_bdi()
279 return (r->mctl & 0x2) >> 1; in qbman_fq_attr_get_ff()
284 return (r->mctl & 0x4) >> 2; in qbman_fq_attr_get_va()
289 return (r->mctl & 0x8) >> 3; in qbman_fq_attr_get_ps()
294 return (r->mctl & 0x30) >> 4; in qbman_fq_attr_get_pps()
/dpdk/drivers/bus/fslmc/qbman/include/
H A Dfsl_qbman_debug.h78 uint8_t mctl; member