Searched refs:ECP_REV_BLKSZ (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Decppvar.h337 #define ECP_REV_BLKSZ 1024 /* send up to # bytes at a time */ macro
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c4460 * ECP_REV_BLKSZ_MAX or at least ECP_REV_BLKSZ bytes
4477 if (len > ECP_REV_BLKSZ) {
4478 len = ECP_REV_BLKSZ;

Completed in 54 milliseconds