Searched refs:RX_FIFO (Results 1 – 3 of 3) sorted by relevance
139 TX_FIFO = 0x10, RX_FIFO = 0x10, RxErrors = 0x14, enumerator449 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()
9 #define RX_FIFO 8 /* Rx FIFO threshold, default 32 bytes. */ macro
130 ( TX_FIFO << 4 ) | RX_FIFO, /* Rx & Tx FIFO limits */