Searched refs:TX_PAGES (Results 1 – 25 of 25) sorted by relevance
272 #define TX_PAGES 2 macro273 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()
22 #define TX_PAGES TX_2X_PAGES macro24 #define TX_PAGES TX_1X_PAGES macro
230 ei_status.rx_start_page = TX_PAGES; in ultra32_probe1()234 dev->rmem_start = dev->mem_start + TX_PAGES*256; in ultra32_probe1()
299 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()
252 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()
239 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()
238 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()
229 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()
272 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()
251 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()
281 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()
154 ei_status.rx_start_page = start_page + TX_PAGES; in hydra_init()
452 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()
155 ei_status.rx_start_page = START_PG + TX_PAGES; in stnic_probe()
237 dev->rmem_start = dev->mem_start + TX_PAGES*256; in e21_probe1()
223 ei_status.rx_start_page = start_page + TX_PAGES; in zorro8390_init()
190 ei_status.rx_start_page = HP_START_PG + TX_PAGES; in hp_probe1()
206 ei_status.rx_start_page = OAKNET_START_PG + TX_PAGES; in oaknet_init()
304 ei_status.rx_start_page = start_page + TX_PAGES; in apne_probe1()
474 ei_status.rx_start_page = start_page + TX_PAGES; in ne2_probe1()
348 ei_status.rx_start_page = start_page + TX_PAGES; in ne2k_pci_init_one()
468 ei_status.rx_start_page = start_page + TX_PAGES; in ne_probe1()
1535 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()
479 ei_status.rx_start_page = AXNET_START_PG + TX_PAGES; in axnet_config()
697 ei_local->rx_start_page = ei_local->tx_start_page + TX_PAGES; in etherh_init_one()