Searched refs:stop_page (Results 1 – 16 of 16) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/8390/ |
D | apne.c | 210 int start_page, stop_page; in apne_probe1() local 282 stop_page = NESM_STOP_PG; in apne_probe1() 285 stop_page = NE1SM_STOP_PG; in apne_probe1() 297 stop_page = (wordlength == 2) ? 0x40 : 0x20; in apne_probe1() 309 stop_page = NESM_STOP_PG; in apne_probe1() 337 ei_status.stop_page = stop_page; in apne_probe1()
|
D | hydra.c | 118 int start_page, stop_page; in hydra_init() local 137 stop_page = NESM_STOP_PG; in hydra_init() 151 ei_status.stop_page = stop_page; in hydra_init()
|
D | ne.c | 297 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() 511 ei_status.stop_page = stop_page; in ne_probe1() 519 ei_status.stop_page = ei_status.tx_start_page + PACKETBUF_MEMSIZE; in ne_probe1()
|
D | etherh.c | 85 unsigned char stop_page; member 738 ei_local->stop_page = data->stop_page; in etherh_probe() 787 .stop_page = ETHERM_STOP_PAGE, 798 .stop_page = ETHERH_STOP_PAGE, 808 .stop_page = ETHERH_STOP_PAGE, 818 .stop_page = ETHERH_STOP_PAGE,
|
D | zorro8390.c | 296 int start_page, stop_page; in zorro8390_init() local 356 stop_page = NESM_STOP_PG; in zorro8390_init() 374 ei_status.stop_page = stop_page; in zorro8390_init()
|
D | smc-ultra.c | 296 ei_status.stop_page = num_pages; in ultra_probe1() 298 ei_status.mem = ioremap(dev->mem_start, (ei_status.stop_page - START_PG)*256); in ultra_probe1() 305 dev->mem_end = dev->mem_start + (ei_status.stop_page - START_PG)*256; in ultra_probe1() 469 if (ring_offset + count > ei_status.stop_page*256) { in ultra_block_input() 471 int semi_count = ei_status.stop_page*256 - ring_offset; in ultra_block_input()
|
D | mcf8390.c | 324 int start_page, stop_page; in mcf8390_init() local 370 stop_page = NESM_STOP_PG; in mcf8390_init() 384 ei_local->stop_page = stop_page; in mcf8390_init()
|
D | ne2k-pci.c | 223 int start_page, stop_page; in ne2k_pci_init_one() local 346 stop_page = flags & STOP_PG_0x60 ? 0x60 : NESM_STOP_PG; in ne2k_pci_init_one() 355 ei_status.stop_page = stop_page; in ne2k_pci_init_one() 366 ei_status.stop_page = ei_status.tx_start_page + PACKETBUF_MEMSIZE; in ne2k_pci_init_one()
|
D | wd.c | 329 ei_status.stop_page = (dev->mem_end - dev->mem_start)/256; in wd_probe1() 332 ei_status.stop_page = word16 ? WD13_STOP_PG : WD03_STOP_PG; in wd_probe1() 333 dev->mem_end = dev->mem_start + (ei_status.stop_page - WD_START_PG)*256; in wd_probe1() 334 ei_status.priv = (ei_status.stop_page - WD_START_PG)*256; in wd_probe1()
|
D | ax88796.c | 685 unsigned int stop_page; in ax_init_dev() local 741 stop_page = NESM_STOP_PG; in ax_init_dev() 744 stop_page = NE1SM_STOP_PG; in ax_init_dev() 770 ei_local->stop_page = stop_page; in ax_init_dev() 776 ei_local->stop_page = ei_local->tx_start_page + PACKETBUF_MEMSIZE; in ax_init_dev()
|
D | lib8390.c | 661 int num_rx_pages = ei_local->stop_page-ei_local->rx_start_page; in ei_receive() 673 if (this_frame >= ei_local->stop_page) in ei_receive() 755 if (next_frame >= ei_local->stop_page) { in ei_receive() 1032 ei_outb_p(ei_local->stop_page-1, e8390_base + EN0_BOUNDARY); /* 3c503 says 0x3f,NS0x26*/ in __NS8390_init() 1034 ei_outb_p(ei_local->stop_page, e8390_base + EN0_STOPPG); in __NS8390_init()
|
D | 8390.h | 84 unsigned char tx_start_page, rx_start_page, stop_page; member
|
D | axnet_cs.c | 309 ei_status.stop_page = AXNET_STOP_PG; in axnet_config() 1350 if (this_frame >= ei_local->stop_page) in ei_receive() 1425 if (next_frame >= ei_local->stop_page) { in ei_receive() 1643 outb_p(ei_local->stop_page-1, e8390_base + EN0_BOUNDARY); /* 3c503 says 0x3f,NS0x26*/ in AX88190_init() 1645 outb_p(ei_local->stop_page, e8390_base + EN0_STOPPG); in AX88190_init()
|
D | stnic.c | 148 ei_status.stop_page = STOP_PG; in stnic_probe()
|
D | mac8390.c | 516 ei_status.stop_page = CABLETRON_RX_STOP_PG; in mac8390_initdev() 522 ei_status.stop_page = (dev->mem_end - dev->mem_start)/256; in mac8390_initdev()
|
D | pcnet_cs.c | 1299 ei_status.stop_page = stop_pg; in setup_dma_config() 1446 ei_status.stop_page = start_pg + ( in setup_shmem_window()
|