Searched refs:scb_status (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/net/ |
H A D | i82596.c | 213 s->scb_status = (s->scb_status & 0xf000) in update_scb_status() 215 set_uint16(s->scb, s->scb_status); in update_scb_status() 223 s->scb_status = 0; in i82596_s_reset() 308 s->scb_status |= SCB_STATUS_CX; in command_loop() 310 s->scb_status &= ~SCB_STATUS_CX; in command_loop() 350 s->scb_status &= ~(command & SCB_COMMAND_ACK_MASK); in examine_scb() 360 s->scb_status |= SCB_STATUS_CNA; /* CU left active state */ in examine_scb() 380 s->scb_status |= SCB_STATUS_RNR; /* RU left active state */ in examine_scb() 679 s->scb_status |= SCB_STATUS_RNR; /* RU left active state */ in i82596_receive() 690 s->scb_status |= SCB_STATUS_FR; /* set "RU finished receiving frame" bit. */ in i82596_receive()
|
H A D | i82596.h | 28 uint16_t scb_status; member
|
/openbmc/linux/drivers/net/ethernet/i825xx/ |
H A D | ether1.c | 533 ether1_readw(dev, SCB_ADDR, scb_t, scb_status, NORMALIRQS), in ether1_init_for_open() 550 ether1_readw(dev, SCB_ADDR, scb_t, scb_status, NORMALIRQS), in ether1_init_for_open() 567 ether1_readw(dev, SCB_ADDR, scb_t, scb_status, NORMALIRQS), in ether1_init_for_open() 584 ether1_readw(dev, SCB_ADDR, scb_t, scb_status, NORMALIRQS), in ether1_init_for_open() 900 status = ether1_readw(dev, SCB_ADDR, scb_t, scb_status, NORMALIRQS); in ether1_interrupt() 926 if (ether1_readw(dev, SCB_ADDR, scb_t, scb_status, NORMALIRQS) & SCB_STRXSUSP) { in ether1_interrupt() 933 ether1_readw(dev, SCB_ADDR, scb_t, scb_status, NORMALIRQS)); in ether1_interrupt()
|
H A D | ether1.h | 177 unsigned short scb_status; /* status of 82586 */ member
|
/openbmc/linux/drivers/net/ethernet/intel/ |
H A D | e100.c | 276 enum scb_status { enum
|