Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/eedev/
H A Deedev.c241 uint32_t eh_max_write; member
669 VERIFY3U(hdl->eh_max_write, ==, reg->ereg_max_write); in eedev_create()
693 hdl->eh_max_write = reg->ereg_max_write; in eedev_create()
699 if (hdl->eh_max_write == 0) { in eedev_create()
700 hdl->eh_max_write = MIN(eedev_default_max_io, in eedev_create()
876 nbytes = MIN(nbytes, hdl->eh_max_write); in eedev_write()