Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/yge/
H A Dyge.c546 dev->d_pflags |= PORT_FLAG_RAMBUF; in yge_setup_rambuffer()
2519 if ((port->p_flags & PORT_FLAG_RAMBUF) == 0) { in yge_start_port()
2644 if ((port->p_flags & PORT_FLAG_RAMBUF) == 0) in yge_set_rambuffer()
H A Dyge.h2243 #define PORT_FLAG_RAMBUF 0x0010 macro