Home
last modified time | relevance | path

Searched refs:CMD_EOL (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/net/
H A Di82596.c57 #define CMD_EOL 0x8000 /* The last command of the list, stop. */ macro
298 if (cmd & CMD_EOL) { in command_loop()
682 if (command & CMD_EOL) /* was it last Frame Descriptor? */ in i82596_receive()
/openbmc/linux/drivers/net/ethernet/i825xx/
H A Dether1.h243 #define CMD_EOL (1 << 15) macro
H A D82596.c171 #define CMD_EOL 0x8000 /* The last command of the list, stop. */ macro
589 rfd->cmd = CMD_EOL|CMD_FLEX; in init_rx_bufs()
606 lp->rfds[rx_ring_size-1].cmd = CMD_EOL|CMD_FLEX; in rebuild_rx_bufs()
856 rfd->cmd = CMD_EOL|CMD_FLEX; in i596_rx()
945 cmd->command |= (CMD_EOL | CMD_INTR); in i596_add_cmd()
H A Dlib82596.c137 #define CMD_EOL 0x8000 /* The last command of the list, stop. */ macro
536 rfd->cmd = SWAP16(CMD_EOL|CMD_FLEX); in init_rx_bufs()
571 dma->rfds[rx_ring_size-1].cmd = SWAP16(CMD_EOL|CMD_FLEX); in rebuild_rx_bufs()
802 rfd->cmd = SWAP16(CMD_EOL|CMD_FLEX); in i596_rx()
905 cmd->command |= SWAP16(CMD_EOL | CMD_INTR); in i596_add_cmd()