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

/freebsd-11.0-release/sys/dev/dpt/
H A Ddpt_scsi.c232 } else if (dpt->total_dccbs < dpt->max_dccbs) {
347 next_ccb = &dpt->dpt_dccbs[dpt->total_dccbs];
367 for (i = 0; dpt->total_dccbs < dpt->max_dccbs && i < newcount; i++) {
384 next_ccb->tag = dpt->total_dccbs;
390 dpt->total_dccbs++;
H A Ddpt.h1046 int total_dccbs; member in struct:dpt_softc

Completed in 58 milliseconds