Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c924 if (port->p_port == YGE_PORT_A) { in yge_init_port()
1984 ridx = port->p_port == YGE_PORT_A ? in yge_tick()
2163 if ((status & Y2_HWE_L1_MASK) != 0 && dev->d_port[YGE_PORT_A] != NULL) in yge_intr_hwerr()
2164 yge_handle_hwerr(dev->d_port[YGE_PORT_A], status); in yge_intr_hwerr()
2276 port1 = dev->d_port[YGE_PORT_A]; in yge_intr()
2607 if (port == dev->d_port[YGE_PORT_A]) { in yge_start_port()
2722 if (pnum == YGE_PORT_A) { in yge_stop_port()
3191 ridx = port->p_port == YGE_PORT_A ? in yge_m_tx()
H A Dyge.h1812 #define YGE_PORT_A 0 macro