Home
last modified time | relevance | path

Searched refs:qman_cgrs (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dfsl_qman.h924 struct qman_cgrs { struct
927 static __inline__ void QMAN_CGRS_INIT(struct qman_cgrs *c) in QMAN_CGRS_INIT() argument
931 static __inline__ int QMAN_CGRS_GET(struct qman_cgrs *c, int num) in QMAN_CGRS_GET()
935 static __inline__ void QMAN_CGRS_SET(struct qman_cgrs *c, int num) in QMAN_CGRS_SET()
939 static __inline__ void QMAN_CGRS_UNSET(struct qman_cgrs *c, int num) in QMAN_CGRS_UNSET()
H A Dqm.h539 …struct qman_cgrs cgrs[2]; /* 2-element array. cgrs[0] is mask, cgrs[1] is previous snap…
H A Dqm_portal_fqr.c558 struct qman_cgrs tmp; in LoopMessageRing()