Home
last modified time | relevance | path

Searched defs:qm_mc_result (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/ncsw/Peripherals/QM/
H A Dfsl_qman.h750 _Packed struct qm_mc_result { struct
751 volatile uint8_t verb;
752 volatile uint8_t result;
753 _Packed union {
833 } _PackedType;
H A Dqman_low.h1098 static __inline__ struct qm_mc_result *qm_mc_result(struct qm_portal *portal) in qm_mc_result() function
/f-stack/dpdk/drivers/bus/dpaa/include/
H A Dfsl_qman.h1020 struct qm_mc_result { struct
1021 u8 verb;
1022 u8 result;
1023 union {
/f-stack/dpdk/drivers/bus/dpaa/base/qbman/
H A Dqman.h866 static inline struct qm_mc_result *qm_mc_result(struct qm_portal *portal) in qm_mc_result() function