Searched refs:PUTCTRL (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/io/yge/ |
H A D | yge.c | 507 PUTCTRL(ring, prod, port->p_framesize | OP_PACKET | HW_OWNER); in yge_init_rx_ring() 1695 PUTCTRL(ring, prod, len | OP_PACKET | HW_OWNER | EOP); in yge_send() 1862 PUTCTRL(ring, cons, port->p_framesize | OP_PACKET | HW_OWNER); in yge_rxeof() 2241 PUTCTRL(ring, cons, control); in yge_handle_events()
|
H A D | yge.h | 1866 #define PUTCTRL(ring, i, v) \ macro
|