Home
last modified time | relevance | path

Searched refs:CU_ACTIVE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/i825xx/
H A Dsun3_82586.h119 #define CU_ACTIVE 0x2 /* CU is active */ macro
H A Dsun3_82586.c969 if(p->scb->cus & CU_ACTIVE) /* COMMAND-UNIT active? */ in sun3_82586_timeout()
1041 if(p->scb->cus & CU_ACTIVE) in sun3_82586_send_packet()
1065 if( (p->scb->cus & CU_ACTIVE)) /* test it, because CU sometimes doesn't start immediately */ in sun3_82586_send_packet()
/openbmc/qemu/hw/net/
H A Di82596.c51 #define CU_ACTIVE 2 macro
319 if (s->cu_status != CU_ACTIVE) { in command_loop()
356 s->cu_status = CU_ACTIVE; in examine_scb()