Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/dpt/
Ddpt_scsi.c232 } else if (dpt->total_dccbs < dpt->max_dccbs) { in dptgetccb()
367 for (i = 0; dpt->total_dccbs < dpt->max_dccbs && i < newcount; i++) { in dptallocccbs()
1360 dpt->max_dccbs = ntohs(conf.queuesiz); in dpt_init()
1362 if (dpt->max_dccbs > 256) { in dpt_init()
1364 "256 due to tag algorithm\n", dpt->max_dccbs); in dpt_init()
1365 dpt->max_dccbs = 256; in dpt_init()
1414 /* maxsize */ (dpt->max_dccbs * in dpt_init()
1443 (dpt->max_dccbs * sizeof(struct dpt_ccb)) in dpt_init()
1449 (dpt->max_dccbs * sizeof(struct dpt_ccb)) + sizeof(dpt_sp_t)); in dpt_init()
1453 dpt->sp = (dpt_sp_t*)&dpt->dpt_dccbs[dpt->max_dccbs]; in dpt_init()
[all …]
Ddpt.h1124 u_int16_t max_dccbs; member