Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/dpt/
H A Ddpt_scsi.c98 #define dpt_max_segs DPT_MAX_SEGS macro
1368 if (dpt->sgsize > dpt_max_segs) in dpt_init()
1369 dpt->sgsize = dpt_max_segs; in dpt_init()