Home
last modified time | relevance | path

Searched refs:stop_page (Results 1 – 16 of 16) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/8390/
Dapne.c205 int start_page, stop_page; in apne_probe1() local
277 stop_page = NESM_STOP_PG; in apne_probe1()
280 stop_page = NE1SM_STOP_PG; in apne_probe1()
292 stop_page = (wordlength == 2) ? 0x40 : 0x20; in apne_probe1()
304 stop_page = NESM_STOP_PG; in apne_probe1()
331 ei_status.stop_page = stop_page; in apne_probe1()
Dhydra.c118 int start_page, stop_page; in hydra_init() local
139 stop_page = NESM_STOP_PG; in hydra_init()
153 ei_status.stop_page = stop_page; in hydra_init()
Dne.c297 int start_page, stop_page; in ne_probe1() local
414 stop_page = 0x60; in ne_probe1()
416 stop_page = NESM_STOP_PG; in ne_probe1()
419 stop_page = NE1SM_STOP_PG; in ne_probe1()
434 stop_page = (wordlength == 2) ? 0x40 : 0x20; in ne_probe1()
509 ei_status.stop_page = stop_page; in ne_probe1()
517 ei_status.stop_page = ei_status.tx_start_page + PACKETBUF_MEMSIZE; in ne_probe1()
Detherh.c82 unsigned char stop_page; member
740 ei_local->stop_page = data->stop_page; in etherh_probe()
789 .stop_page = ETHERM_STOP_PAGE,
800 .stop_page = ETHERH_STOP_PAGE,
810 .stop_page = ETHERH_STOP_PAGE,
820 .stop_page = ETHERH_STOP_PAGE,
Dzorro8390.c296 int start_page, stop_page; in zorro8390_init() local
356 stop_page = NESM_STOP_PG; in zorro8390_init()
373 ei_status.stop_page = stop_page; in zorro8390_init()
Dsmc-ultra.c298 ei_status.stop_page = num_pages; in ultra_probe1()
300 ei_status.mem = ioremap(dev->mem_start, (ei_status.stop_page - START_PG)*256); in ultra_probe1()
307 dev->mem_end = dev->mem_start + (ei_status.stop_page - START_PG)*256; in ultra_probe1()
471 if (ring_offset + count > ei_status.stop_page*256) { in ultra_block_input()
473 int semi_count = ei_status.stop_page*256 - ring_offset; in ultra_block_input()
Dmcf8390.c324 int start_page, stop_page; in mcf8390_init() local
370 stop_page = NESM_STOP_PG; in mcf8390_init()
383 ei_local->stop_page = stop_page; in mcf8390_init()
Dne2k-pci.c231 int start_page, stop_page; in ne2k_pci_init_one() local
361 stop_page = flags & STOP_PG_0x60 ? 0x60 : NESM_STOP_PG; in ne2k_pci_init_one()
370 ei_status.stop_page = stop_page; in ne2k_pci_init_one()
381 ei_status.stop_page = ei_status.tx_start_page + PACKETBUF_MEMSIZE; in ne2k_pci_init_one()
Dwd.c331 ei_status.stop_page = (dev->mem_end - dev->mem_start)/256; in wd_probe1()
334 ei_status.stop_page = word16 ? WD13_STOP_PG : WD03_STOP_PG; in wd_probe1()
335 dev->mem_end = dev->mem_start + (ei_status.stop_page - WD_START_PG)*256; in wd_probe1()
336 ei_status.priv = (ei_status.stop_page - WD_START_PG)*256; in wd_probe1()
Dax88796.c687 unsigned int stop_page; in ax_init_dev() local
743 stop_page = NESM_STOP_PG; in ax_init_dev()
746 stop_page = NE1SM_STOP_PG; in ax_init_dev()
774 ei_local->stop_page = stop_page; in ax_init_dev()
780 ei_local->stop_page = ei_local->tx_start_page + PACKETBUF_MEMSIZE; in ax_init_dev()
Dlib8390.c668 int num_rx_pages = ei_local->stop_page-ei_local->rx_start_page; in ei_receive()
680 if (this_frame >= ei_local->stop_page) in ei_receive()
762 if (next_frame >= ei_local->stop_page) { in ei_receive()
1038 ei_outb_p(ei_local->stop_page-1, e8390_base + EN0_BOUNDARY); /* 3c503 says 0x3f,NS0x26*/ in __NS8390_init()
1040 ei_outb_p(ei_local->stop_page, e8390_base + EN0_STOPPG); in __NS8390_init()
D8390.h92 unsigned char tx_start_page, rx_start_page, stop_page; member
Daxnet_cs.c312 ei_status.stop_page = AXNET_STOP_PG; in axnet_config()
1359 if (this_frame >= ei_local->stop_page) in ei_receive()
1434 if (next_frame >= ei_local->stop_page) { in ei_receive()
1652 outb_p(ei_local->stop_page-1, e8390_base + EN0_BOUNDARY); /* 3c503 says 0x3f,NS0x26*/ in AX88190_init()
1654 outb_p(ei_local->stop_page, e8390_base + EN0_STOPPG); in AX88190_init()
Dstnic.c147 ei_status.stop_page = STOP_PG; in stnic_probe()
Dmac8390.c515 ei_status.stop_page = CABLETRON_RX_STOP_PG; in mac8390_initdev()
521 ei_status.stop_page = (dev->mem_end - dev->mem_start)/256; in mac8390_initdev()
Dpcnet_cs.c1316 ei_status.stop_page = stop_pg; in setup_dma_config()
1468 ei_status.stop_page = start_pg + ( in setup_shmem_window()