Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/acorn/net/
Dether1.c732 nop.nop_command = CMD_NOP; in ether1_sendpacket()
776 switch (nop.nop_command & CMD_MASK) { in ether1_xmit_done()
810 nop.nop_command & CMD_MASK, caddr); in ether1_xmit_done()
841 if ((nop.nop_command & CMD_MASK) != CMD_NOP) { in ether1_xmit_done()
851 if ((nop.nop_command & CMD_MASK) != CMD_TX) { in ether1_xmit_done()
Dether1.h114 unsigned short nop_command; member