Searched refs:cgrs (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.h539 struct qman_cgrs cgrs[2]; /* 2-element array. cgrs[0] is mask, cgrs[1] is previous snapshot. */ member in struct:t_QmPortal
H A Dqm_portal_fqr.c567 /* cgrs[0] is the portal mask for its cg's, cgrs[1] is the
574 tmp.q.__state[i] &= p_QmPortal->cgrs[0].q.__state[i];
576 tmp.q.__state[i] ^= p_QmPortal->cgrs[1].q.__state[i];
578 p_QmPortal->cgrs[1].q.__state[i] = p_Mcr->querycongestion.state.__state[i];
1379 /* cgrs[0] is the mask of registered CG's*/
1380 if(p_QmPortal->cgrs[0].q.__state[cgId/32] & (0x80000000 >> (cgId % 32)))
1383 p_QmPortal->cgrs[0].q.__state[cgId/32] |= 0x80000000 >> (cgId % 32);
1393 /* cgrs[0] is the mask of registered CG's*/
1394 if(!(p_QmPortal->cgrs[
[all...]

Completed in 121 milliseconds