Lines Matching refs:cgr
615 struct __qm_mc_cgr cgr; /* CGR fields */
779 struct qman_cgr *cgr, int congested);
1141 * @cgr: the 'cgr' object, with fields filled in
1147 * NULL then only the callback (cgr->cb) function is registered. If @flags
1152 int qman_create_cgr(struct qman_cgr *cgr, u32 flags,
1157 * @cgr: the 'cgr' object to deregister
1163 int qman_delete_cgr(struct qman_cgr *cgr);
1167 * @cgr: the 'cgr' object to deregister
1171 void qman_delete_cgr_safe(struct qman_cgr *cgr);
1175 * @cgr: the 'cgr' object to query
1176 * @result: returns 'cgr's congestion status, 1 (true) if congested
1178 int qman_query_cgr_congested(struct qman_cgr *cgr, bool *result);