Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/dpt/
H A Ddpt_scsi.c223 } else if (dpt->total_dccbs < dpt->max_dccbs) { in dptgetccb()
334 next_ccb = &dpt->dpt_dccbs[dpt->total_dccbs]; in dptallocccbs()
354 for (i = 0; dpt->total_dccbs < dpt->max_dccbs && i < newcount; i++) { in dptallocccbs()
370 next_ccb->tag = dpt->total_dccbs; in dptallocccbs()
376 dpt->total_dccbs++; in dptallocccbs()
H A Ddpt.h1038 int total_dccbs; member