Searched refs:CONFREQSZ (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/dev/ce/
H A Dceddk.c437 for (i = 0; i < CONFREQSZ; i++) {
944 baud == c->baud || b->cr.pending >= CONFREQSZ)
989 if (c->num >= b->ddk.Interfaces || b->cr.pending >= CONFREQSZ)
1016 if (c->num >= b->ddk.Interfaces || b->cr.pending >= CONFREQSZ)
1043 if (c->num >= b->ddk.Interfaces || b->cr.pending >= CONFREQSZ)
1072 if (b->cr.pending >= CONFREQSZ)
1205 if (c->num != 0 || b->cr.pending + 2*32 + 3>= CONFREQSZ)
1272 b->cr.pending >= CONFREQSZ)
1320 if (c->num != 0 || c->unfram == 0 || b->cr.pending >= CONFREQSZ)
1347 if (c->num >= b->ddk.Interfaces || b->cr.pending >= CONFREQSZ)
[all...]
H A Dceddk.h141 #define CONFREQSZ 128 macro
143 TAU32_UserRequest req[CONFREQSZ+10];

Completed in 122 milliseconds