Home
last modified time | relevance | path

Searched refs:CONFREQSZ (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/dev/ce/
H A Dceddk.c437 for (i = 0; i < CONFREQSZ; i++) { in ce_init_board()
943 baud == c->baud || b->cr.pending >= CONFREQSZ) in ce_set_baud()
988 if (c->num >= b->ddk.Interfaces || b->cr.pending >= CONFREQSZ) in ce_set_lloop()
1015 if (c->num >= b->ddk.Interfaces || b->cr.pending >= CONFREQSZ) in ce_set_rloop()
1042 if (c->num >= b->ddk.Interfaces || b->cr.pending >= CONFREQSZ) in ce_set_higain()
1071 if (b->cr.pending >= CONFREQSZ) in _ce_set_ts()
1204 if (c->num != 0 || b->cr.pending + 2*32 + 3>= CONFREQSZ) in ce_set_unfram()
1271 b->cr.pending >= CONFREQSZ) in ce_set_phony()
1346 if (c->num >= b->ddk.Interfaces || b->cr.pending >= CONFREQSZ) in ce_set_monitor()
1455 if (c->num >= b->ddk.Interfaces || b->cr.pending >= CONFREQSZ) in ce_set_crc4()
[all …]
H A Dceddk.h141 #define CONFREQSZ 128 macro
143 TAU32_UserRequest req[CONFREQSZ+10];