Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/i825xx/
H A Dether1.c710 nop.nop_command = CMD_NOP; in ether1_sendpacket()
752 switch (nop.nop_command & CMD_MASK) { in ether1_xmit_done()
786 nop.nop_command & CMD_MASK, caddr); in ether1_xmit_done()
817 if ((nop.nop_command & CMD_MASK) != CMD_NOP) { in ether1_xmit_done()
827 if ((nop.nop_command & CMD_MASK) != CMD_TX) { in ether1_xmit_done()
H A Dether1.h113 unsigned short nop_command; member