Searched refs:rx_fifo (Results 1 – 4 of 4) sorted by relevance
/external/syslinux/gpxe/src/drivers/net/ |
D | 3c5x9.c | 204 register short rx_fifo; in t509_poll() local 231 rx_fifo = status & RX_BYTES_MASK; in t509_poll() 232 if (rx_fifo==0) in t509_poll() 239 printf("[l=%d",rx_fifo); in t509_poll() 241 insw(nic->ioaddr + EP_W1_RX_PIO_RD_1, nic->packet, rx_fifo / 2); in t509_poll() 242 if(rx_fifo & 1) in t509_poll() 243 nic->packet[rx_fifo-1]=inb(nic->ioaddr + EP_W1_RX_PIO_RD_1); in t509_poll() 244 nic->packetlen=rx_fifo; in t509_poll() 251 rx_fifo = status & RX_BYTES_MASK; in t509_poll() 252 if(rx_fifo>0) { in t509_poll() [all …]
|
D | 3c595.c | 236 register short rx_fifo; in t595_poll() local 263 rx_fifo = status & RX_BYTES_MASK; in t595_poll() 264 if (rx_fifo==0) in t595_poll() 271 printf("[l=%d",rx_fifo); in t595_poll() 273 insw(BASE + VX_W1_RX_PIO_RD_1, nic->packet, rx_fifo / 2); in t595_poll() 274 if(rx_fifo & 1) in t595_poll() 275 nic->packet[rx_fifo-1]=inb(BASE + VX_W1_RX_PIO_RD_1); in t595_poll() 276 nic->packetlen=rx_fifo; in t595_poll() 283 rx_fifo = status & RX_BYTES_MASK; in t595_poll() 285 if(rx_fifo>0) { in t595_poll() [all …]
|
D | 3c515.c | 420 register short rx_fifo; in t515_poll() local 442 rx_fifo = status & RX_BYTES_MASK; in t515_poll() 443 if (rx_fifo == 0) in t515_poll() 448 DBG ( "[l=%d", rx_fifo ); in t515_poll() 449 insw(nic->ioaddr + RX_FIFO, nic->packet, rx_fifo / 2); in t515_poll() 450 if (rx_fifo & 1) in t515_poll() 451 nic->packet[rx_fifo - 1] = inb(nic->ioaddr + RX_FIFO); in t515_poll() 452 nic->packetlen = rx_fifo; in t515_poll() 457 rx_fifo = status & RX_BYTES_MASK; in t515_poll() 459 if (rx_fifo > 0) { in t515_poll() [all …]
|
/external/iproute2/ip/ |
D | tunnel.c | 207 rx_fifo, rx_frame, in tnl_print_stats() local 213 &rx_fifo, &rx_frame, &rx_multi, in tnl_print_stats() 221 rx_packets, rx_bytes, rx_errs, rx_frame, rx_fifo, rx_multi, _SL_); in tnl_print_stats()
|