Home
last modified time | relevance | path

Searched refs:RX_FIFO (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/
D3c515.c139 TX_FIFO = 0x10, RX_FIFO = 0x10, RxErrors = 0x14, enumerator
449 insw(nic->ioaddr + RX_FIFO, nic->packet, rx_fifo / 2); in t515_poll()
451 nic->packet[rx_fifo - 1] = inb(nic->ioaddr + RX_FIFO); in t515_poll()
460 insw(nic->ioaddr + RX_FIFO, nic->packet + nic->packetlen, in t515_poll()
464 inb(nic->ioaddr + RX_FIFO); in t515_poll()
Deepro100.h9 #define RX_FIFO 8 /* Rx FIFO threshold, default 32 bytes. */ macro
Deepro100.c130 ( TX_FIFO << 4 ) | RX_FIFO, /* Rx & Tx FIFO limits */