Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/i825xx/
H A Dether1.c709 nop.nop_status = 0; in ether1_sendpacket()
778 if (nop.nop_status & STAT_COMPLETE) in ether1_xmit_done()
791 while (nop.nop_status & STAT_COMPLETE) { in ether1_xmit_done()
792 if (nop.nop_status & STAT_OK) { in ether1_xmit_done()
794 dev->stats.collisions += (nop.nop_status & STAT_COLLISIONS); in ether1_xmit_done()
798 if (nop.nop_status & STAT_COLLAFTERTX) in ether1_xmit_done()
800 if (nop.nop_status & STAT_NOCARRIER) in ether1_xmit_done()
802 if (nop.nop_status & STAT_TXLOSTCTS) in ether1_xmit_done()
804 if (nop.nop_status & STAT_TXSLOWDMA) in ether1_xmit_done()
806 if (nop.nop_status & STAT_COLLEXCESSIVE) in ether1_xmit_done()
H A Dether1.h112 unsigned short nop_status; member