Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/dpt/
HDdpt_scsi.c223 } else if (dpt->total_dccbs < dpt->max_dccbs) { in dptgetccb()
354 for (i = 0; dpt->total_dccbs < dpt->max_dccbs && i < newcount; i++) { in dptallocccbs()
1347 dpt->max_dccbs = ntohs(conf.queuesiz); in dpt_init()
1349 if (dpt->max_dccbs > 256) { in dpt_init()
1351 "256 due to tag algorithm\n", dpt->unit, dpt->max_dccbs); in dpt_init()
1352 dpt->max_dccbs = 256; in dpt_init()
1389 (dpt->max_dccbs * sizeof(struct dpt_ccb)) in dpt_init()
1412 (dpt->max_dccbs * sizeof(struct dpt_ccb)) in dpt_init()
1418 (dpt->max_dccbs * sizeof(struct dpt_ccb)) + sizeof(dpt_sp_t)); in dpt_init()
1422 dpt->sp = (dpt_sp_t*)&dpt->dpt_dccbs[dpt->max_dccbs]; in dpt_init()
[all …]
HDdpt.h1127 u_int16_t max_dccbs; member