Home
last modified time | relevance | path

Searched defs:qm_fqd (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ncsw/Peripherals/QM/
H A Dfsl_qman.h530 _Packed struct qm_fqd { struct
531 _Packed union {
539 } _PackedType;
540 volatile uint8_t cgid;
542 _Packed union {
548 } _PackedType;
549 volatile uint16_t reserved2:1;
550 volatile uint16_t ics_cred:15;
551 _Packed union {
558 } _PackedType;
[all …]
/f-stack/dpdk/drivers/bus/dpaa/include/
H A Dfsl_qman.h447 struct qm_fqd { struct
448 union {
464 u8 cgid;
465 u16 fq_ctrl; /* See QM_FQCTRL_<...> */
466 union {
493 struct qm_fqd_taildrop td; argument
513 struct qm_fqd_stashing stashing; argument
527 struct qm_fqd_oac oac_query; argument
530 static inline u64 qm_fqd_stashing_get64(const struct qm_fqd *fqd) in qm_fqd_stashing_get64() argument