Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dde600.c272 #define TX_PAGES 2 macro
273 static volatile int tx_fifo[TX_PAGES];
276 static volatile int free_tx_pages = TX_PAGES;
436 tx_fifo_in = (tx_fifo_in + 1) % TX_PAGES; /* Next free tx page */ in de600_start_xmit()
456 if (free_tx_pages-- == TX_PAGES) { /* No transmission going on */ in de600_start_xmit()
515 if (free_tx_pages < TX_PAGES) in de600_interrupt()
551 tx_fifo_out = (tx_fifo_out + 1) % TX_PAGES; in de600_tx_intr()
558 if ((free_tx_pages < TX_PAGES) || (irq_status & TX_FAILED16)) { in de600_tx_intr()
765 free_tx_pages = TX_PAGES; in adapter_init()
D8390.h22 #define TX_PAGES TX_2X_PAGES macro
24 #define TX_PAGES TX_1X_PAGES macro
Dsmc-ultra32.c230 ei_status.rx_start_page = TX_PAGES; in ultra32_probe1()
234 dev->rmem_start = dev->mem_start + TX_PAGES*256; in ultra32_probe1()
Dsmc-mca.c299 ei_status.rx_start_page = START_PG + TX_PAGES; in ultramca_probe()
302 dev->rmem_start = dev->mem_start + TX_PAGES * 256; in ultramca_probe()
Dlne390.c252 dev->rmem_start = dev->mem_start + TX_PAGES*256; in lne390_probe1()
259 ei_status.rx_start_page = LNE390_START_PG + TX_PAGES; in lne390_probe1()
Dne3210.c239 dev->rmem_start = dev->mem_start + TX_PAGES*256; in ne3210_probe1()
246 ei_status.rx_start_page = NE3210_START_PG + TX_PAGES; in ne3210_probe1()
Des3210.c238 dev->rmem_start = dev->mem_start + TX_PAGES*256; in es_probe1()
258 ei_status.rx_start_page = ES_START_PG + TX_PAGES; in es_probe1()
Dac3200.c229 dev->rmem_start = dev->mem_start + TX_PAGES*256; in ac_probe1()
235 ei_status.rx_start_page = AC_START_PG + TX_PAGES; in ac_probe1()
D3c503.c272 dev->rmem_start = TX_PAGES*256 + dev->mem_start; in el2_probe1()
290 ei_status.rx_start_page = EL2_MB1_START_PG + TX_PAGES; in el2_probe1()
323 ei_status.rx_start_page = EL2_MB1_START_PG + TX_PAGES; in el2_probe1()
Dsmc-ultra.c251 ei_status.rx_start_page = START_PG + TX_PAGES; in ultra_probe1()
254 dev->rmem_start = dev->mem_start + TX_PAGES*256; in ultra_probe1()
Dwd.c281 ei_status.rx_start_page = WD_START_PG + TX_PAGES; in wd_probe1()
284 dev->rmem_start = dev->mem_start + TX_PAGES*256; in wd_probe1()
Dhydra.c154 ei_status.rx_start_page = start_page + TX_PAGES; in hydra_init()
Dmac8390.c452 ei_status.rx_start_page = WD_START_PG + TX_PAGES; in mac8390_initdev()
454 dev->rmem_start = dev->mem_start + TX_PAGES*256; in mac8390_initdev()
Dstnic.c155 ei_status.rx_start_page = START_PG + TX_PAGES; in stnic_probe()
De2100.c237 dev->rmem_start = dev->mem_start + TX_PAGES*256; in e21_probe1()
Dzorro8390.c223 ei_status.rx_start_page = start_page + TX_PAGES; in zorro8390_init()
Dhp.c190 ei_status.rx_start_page = HP_START_PG + TX_PAGES; in hp_probe1()
Doaknet.c206 ei_status.rx_start_page = OAKNET_START_PG + TX_PAGES; in oaknet_init()
Dapne.c304 ei_status.rx_start_page = start_page + TX_PAGES; in apne_probe1()
Dne2.c474 ei_status.rx_start_page = start_page + TX_PAGES; in ne2_probe1()
Dne2k-pci.c348 ei_status.rx_start_page = start_page + TX_PAGES; in ne2k_pci_init_one()
Dne.c468 ei_status.rx_start_page = start_page + TX_PAGES; in ne_probe1()
/linux-2.4.37.9/drivers/net/pcmcia/
Dpcnet_cs.c1535 ei_status.rx_start_page = start_pg + TX_PAGES; in setup_dma_config()
1662 for (i = 0; i < (TX_PAGES<<8); i += 2) in setup_shmem_window()
1665 for (i = 0; i < (TX_PAGES<<8); i += 2) in setup_shmem_window()
1668 if (i != (TX_PAGES<<8)) { in setup_shmem_window()
1676 dev->rmem_start = dev->mem_start + (TX_PAGES<<8); in setup_shmem_window()
1680 ei_status.rx_start_page = start_pg + TX_PAGES; in setup_shmem_window()
Daxnet_cs.c479 ei_status.rx_start_page = AXNET_START_PG + TX_PAGES; in axnet_config()
/linux-2.4.37.9/drivers/acorn/net/
Detherh.c697 ei_local->rx_start_page = ei_local->tx_start_page + TX_PAGES; in etherh_init_one()