Searched refs:sgsize (Results 1 – 2 of 2) sorted by relevance
353 newcount = (PAGE_SIZE / (dpt->sgsize * sizeof(dpt_sg_t))); in dptallocccbs()372 segs += dpt->sgsize; in dptallocccbs()373 physaddr += (dpt->sgsize * sizeof(dpt_sg_t)); in dptallocccbs()1360 dpt->sgsize = 8192; in dpt_init()1362 dpt->sgsize = ntohs(conf.SGsiz); in dpt_init()1365 if (dpt->sgsize < 17 || dpt->sgsize > 32) in dpt_init()1366 dpt->sgsize = 32; in dpt_init()1368 if (dpt->sgsize > dpt_max_segs) in dpt_init()1369 dpt->sgsize = dpt_max_segs; in dpt_init()1375 /*maxsize*/MAXBSIZE, /*nsegments*/dpt->sgsize, in dpt_init()
1128 u_int16_t sgsize; /* Entries in the SG list */ member1215 u_int16_t sgsize; member