Searched refs:max_dccbs (Results 1 – 2 of 2) sorted by relevance
232 } 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 …]
1124 u_int16_t max_dccbs; member