Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/i825xx/
Dether1.c712 nop.nop_status = 0; in ether1_sendpacket()
781 if (nop.nop_status & STAT_COMPLETE) in ether1_xmit_done()
794 while (nop.nop_status & STAT_COMPLETE) { in ether1_xmit_done()
795 if (nop.nop_status & STAT_OK) { in ether1_xmit_done()
797 dev->stats.collisions += (nop.nop_status & STAT_COLLISIONS); in ether1_xmit_done()
801 if (nop.nop_status & STAT_COLLAFTERTX) in ether1_xmit_done()
803 if (nop.nop_status & STAT_NOCARRIER) in ether1_xmit_done()
805 if (nop.nop_status & STAT_TXLOSTCTS) in ether1_xmit_done()
807 if (nop.nop_status & STAT_TXSLOWDMA) in ether1_xmit_done()
809 if (nop.nop_status & STAT_COLLEXCESSIVE) in ether1_xmit_done()
Dether1.h115 unsigned short nop_status; member