Home
last modified time | relevance | path

Searched refs:TX_PAGES (Results 1 – 17 of 17) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Dax88796.h15 #define TX_PAGES 12 macro
16 #define RX_START (START_PG+TX_PAGES)
/openbmc/linux/drivers/net/ethernet/8390/
H A Dpcnet_cs.c1314 ei_status.rx_start_page = start_pg + TX_PAGES; in setup_dma_config()
1369 void __iomem *xfer_start = ei_status.mem + (TX_PAGES<<8) in shmem_get_8390_hdr()
1384 unsigned long offset = (TX_PAGES<<8) + ring_offset in shmem_block_input()
1393 offset = TX_PAGES<<8; in shmem_block_input()
1447 for (i = 0; i < (TX_PAGES<<8); i += 2) in setup_shmem_window()
1450 for (i = 0; i < (TX_PAGES<<8); i += 2) in setup_shmem_window()
1453 if (i != (TX_PAGES<<8)) { in setup_shmem_window()
1466 ei_status.rx_start_page = start_pg + TX_PAGES; in setup_shmem_window()
H A D8390.h19 #define TX_PAGES 12 /* Two Tx slots */ macro
H A Dsmc-ultra.c296 ei_status.rx_start_page = START_PG + TX_PAGES; in ultra_probe1()
475 memcpy_fromio(skb->data + semi_count, ei_status.mem + TX_PAGES * 256, count); in ultra_block_input()
H A Dwd.c324 ei_status.rx_start_page = WD_START_PG + TX_PAGES; in wd_probe1()
450 memcpy_fromio(skb->data + semi_count, ei_status.mem + TX_PAGES * 256, count); in wd_block_input()
H A Dhydra.c155 ei_status.rx_start_page = start_page + TX_PAGES; in hydra_init()
H A Dstnic.c143 ei_status.rx_start_page = START_PG + TX_PAGES; in stnic_probe()
H A Dmac8390.c518 ei_status.rx_start_page = WD_START_PG + TX_PAGES; in mac8390_initdev()
520 ei_status.rmem_start = dev->mem_start + TX_PAGES*256; in mac8390_initdev()
H A Dzorro8390.c371 ei_status.rx_start_page = start_page + TX_PAGES; in zorro8390_init()
H A Dmcf8390.c383 ei_local->rx_start_page = start_page + TX_PAGES; in mcf8390_init()
H A Dapne.c329 ei_status.rx_start_page = start_page + TX_PAGES; in apne_probe1()
H A Dne2k-pci.c379 ei_status.rx_start_page = start_page + TX_PAGES; in ne2k_pci_init_one()
H A Daxnet_cs.c311 ei_status.rx_start_page = AXNET_START_PG + TX_PAGES; in axnet_config()
1004 output_page = ei_local->tx_start_page + TX_PAGES/2; in axnet_start_xmit()
H A Detherh.c739 ei_local->rx_start_page = ei_local->tx_start_page + TX_PAGES; in etherh_probe()
H A Dne.c513 ei_status.rx_start_page = start_page + TX_PAGES; in ne_probe1()
H A Dlib8390.c356 output_page = ei_local->tx_start_page + TX_PAGES/2; in __ei_start_xmit()
H A Dax88796.c776 ei_local->rx_start_page = start_page + TX_PAGES; in ax_init_dev()