Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/i825xx/
Dether1.c713 nop.nop_command = CMD_NOP; in ether1_sendpacket()
755 switch (nop.nop_command & CMD_MASK) { in ether1_xmit_done()
789 nop.nop_command & CMD_MASK, caddr); in ether1_xmit_done()
820 if ((nop.nop_command & CMD_MASK) != CMD_NOP) { in ether1_xmit_done()
830 if ((nop.nop_command & CMD_MASK) != CMD_TX) { in ether1_xmit_done()
Dether1.h116 unsigned short nop_command; member