Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/acorn/net/
Dether1.c731 nop.nop_status = 0; in ether1_sendpacket()
802 if (nop.nop_status & STAT_COMPLETE) in ether1_xmit_done()
815 while (nop.nop_status & STAT_COMPLETE) { in ether1_xmit_done()
816 if (nop.nop_status & STAT_OK) { in ether1_xmit_done()
818 priv->stats.collisions += (nop.nop_status & STAT_COLLISIONS); in ether1_xmit_done()
822 if (nop.nop_status & STAT_COLLAFTERTX) in ether1_xmit_done()
824 if (nop.nop_status & STAT_NOCARRIER) in ether1_xmit_done()
826 if (nop.nop_status & STAT_TXLOSTCTS) in ether1_xmit_done()
828 if (nop.nop_status & STAT_TXSLOWDMA) in ether1_xmit_done()
830 if (nop.nop_status & STAT_COLLEXCESSIVE) in ether1_xmit_done()
Dether1.h113 unsigned short nop_status; member