Searched defs:__qm_mc_cgr (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/ncsw/Peripherals/QM/ |
| H A D | fsl_qman.h | 618 _Packed struct __qm_mc_cgr { struct 619 volatile struct qm_cgr_wr_parm wr_parm_g; 620 volatile struct qm_cgr_wr_parm wr_parm_y; 621 volatile struct qm_cgr_wr_parm wr_parm_r; 622 volatile uint8_t wr_en_g; /* boolean, use QM_CGR_EN */ 623 volatile uint8_t wr_en_y; /* boolean, use QM_CGR_EN */ 624 volatile uint8_t wr_en_r; /* boolean, use QM_CGR_EN */ 625 volatile uint8_t cscn_en; /* boolean, use QM_CGR_EN */ 626 volatile uint32_t cscn_targ; /* use QM_CGR_TARG_* */ 627 volatile uint8_t cstd_en; /* boolean, use QM_CGR_EN */ [all …]
|
| /f-stack/dpdk/drivers/bus/dpaa/include/ |
| H A D | fsl_qman.h | 668 struct __qm_mc_cgr { struct 669 struct qm_cgr_wr_parm wr_parm_g; 670 struct qm_cgr_wr_parm wr_parm_y; 671 struct qm_cgr_wr_parm wr_parm_r; 672 u8 wr_en_g; /* boolean, use QM_CGR_EN */ 673 u8 wr_en_y; /* boolean, use QM_CGR_EN */ 674 u8 wr_en_r; /* boolean, use QM_CGR_EN */ 675 u8 cscn_en; /* boolean, use QM_CGR_EN */ 676 union { 688 u8 cstd_en; /* boolean, use QM_CGR_EN */ [all …]
|