Searched refs:HW_OWNER (Results 1 – 2 of 2) sorted by relevance
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()2195 if ((control & HW_OWNER) == 0) { in yge_handle_events()2203 control &= ~HW_OWNER; in yge_handle_events()
1943 #define HW_OWNER 0x80000000 macro