Searched refs:ec_queuedepth (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/dev/isa/
H A Ddpt_isa.c310 if (be16toh(*(int16_t *)ec->ec_queuedepth) > DPT_ISA_MAXCCBS)
311 *(int16_t *)ec->ec_queuedepth = htobe16(DPT_ISA_MAXCCBS);
/netbsd-current/sys/dev/ic/
H A Ddptreg.h219 u_int8_t ec_queuedepth[2]; /* Controller queue depth */ member in struct:eata_cfg
H A Ddpt.c349 uimin(be16toh(*(int16_t *)ec->ec_queuedepth), DPT_MAX_CCBS);

Completed in 197 milliseconds