Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Decppvar.h321 #define IO_BLOCK_SZ 1024 * 128 /* transfer buffer size */ macro
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c483 42, "ecpp", 0, IO_BLOCK_SZ, ECPPHIWAT, ECPPLOWAT
699 pp->ioblock = (caddr_t)kmem_alloc(IO_BLOCK_SZ, KM_SLEEP); in ecpp_attach()
728 kmem_free(pp->ioblock, IO_BLOCK_SZ); in ecpp_attach()
824 kmem_free(pp->ioblock, IO_BLOCK_SZ); in ecpp_detach()
1937 my_ioblock_sz = IO_BLOCK_SZ; in ecpp_wsrv()