Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dqcn.h146 #define CONS_WR_BUF_SIZE 64 macro
/illumos-gate/usr/src/uts/sun4v/io/
H A Dqcn.c219 contig_mem_alloc(CONS_WR_BUF_SIZE); in _init()
892 i = (len > CONS_WR_BUF_SIZE) ? CONS_WR_BUF_SIZE : len; in qcn_transmit_write()