Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4v/sys/
H A Dvcc_impl.h197 #define VCC_MTU_SZ 56 macro
201 #define VCC_BUF_SZ (VCC_HDR_SZ + VCC_MTU_SZ)
236 uint8_t data[VCC_MTU_SZ]; /* data if type is data */
/titanic_44/usr/src/uts/sun4v/io/
H A Dvcc.c418 attr.mtu = VCC_MTU_SZ; in i_vcc_ldc_init()
568 ASSERT(space_left >= VCC_MTU_SZ); in i_vcc_read_ldc()
571 while (space_left >= VCC_MTU_SZ) { in i_vcc_read_ldc()
2018 if (uio_size < VCC_MTU_SZ) { in vcc_read()
2168 bytes = MIN(size, VCC_MTU_SZ); in vcc_write()