Home
last modified time | relevance | path

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

/freebsd/sys/dev/ips/
H A Dips_disk.c146 dsc->ipsd_disk->d_maxsize = IPS_MAX_IO_SIZE; in ipsd_attach()
221 (length > IPS_MAX_IO_SIZE) ? IPS_MAX_IO_SIZE : length; in ipsd_dump()
H A Dips_disk.h51 #define IPS_MAX_IO_SIZE 0x10000 macro