/drivers/net/ethernet/8390/ |
D | apne.c | 202 int start_page, stop_page; in apne_probe1() local 274 stop_page = NESM_STOP_PG; in apne_probe1() 277 stop_page = NE1SM_STOP_PG; in apne_probe1() 289 stop_page = (wordlength == 2) ? 0x40 : 0x20; in apne_probe1() 301 stop_page = NESM_STOP_PG; in apne_probe1() 329 ei_status.stop_page = stop_page; in apne_probe1()
|
D | hydra.c | 119 int start_page, stop_page; in hydra_init() local 138 stop_page = NESM_STOP_PG; in hydra_init() 152 ei_status.stop_page = stop_page; in hydra_init()
|
D | ne.c | 292 int start_page, stop_page; in ne_probe1() local 408 stop_page = 0x60; in ne_probe1() 410 stop_page = NESM_STOP_PG; in ne_probe1() 413 stop_page = NE1SM_STOP_PG; in ne_probe1() 433 stop_page = (wordlength == 2) ? 0x40 : 0x20; in ne_probe1() 519 ei_status.stop_page = stop_page; in ne_probe1() 527 ei_status.stop_page = ei_status.tx_start_page + PACKETBUF_MEMSIZE; in ne_probe1()
|
D | etherh.c | 90 unsigned char stop_page; member 743 ei_local->stop_page = data->stop_page; in etherh_probe() 792 .stop_page = ETHERM_STOP_PAGE, 803 .stop_page = ETHERH_STOP_PAGE, 813 .stop_page = ETHERH_STOP_PAGE, 823 .stop_page = ETHERH_STOP_PAGE,
|
D | smc-ultra.c | 295 ei_status.stop_page = num_pages; in ultra_probe1() 297 ei_status.mem = ioremap(dev->mem_start, (ei_status.stop_page - START_PG)*256); in ultra_probe1() 304 dev->mem_end = dev->mem_start + (ei_status.stop_page - START_PG)*256; in ultra_probe1() 462 if (ring_offset + count > ei_status.stop_page*256) { in ultra_block_input() 464 int semi_count = ei_status.stop_page*256 - ring_offset; in ultra_block_input()
|
D | zorro8390.c | 295 int start_page, stop_page; in zorro8390_init() local 355 stop_page = NESM_STOP_PG; in zorro8390_init() 373 ei_status.stop_page = stop_page; in zorro8390_init()
|
D | ne-h8300.c | 217 int start_page, stop_page; in ne_probe1() local 288 stop_page = NESM_STOP_PG; in ne_probe1() 323 ei_status.stop_page = stop_page; in ne_probe1() 329 ei_status.stop_page = ei_status.tx_start_page + PACKETBUF_MEMSIZE; in ne_probe1()
|
D | mcf8390.c | 326 int start_page, stop_page; in mcf8390_init() local 372 stop_page = NESM_STOP_PG; in mcf8390_init() 386 ei_local->stop_page = stop_page; in mcf8390_init()
|
D | ne2k-pci.c | 224 int start_page, stop_page; in ne2k_pci_init_one() local 344 stop_page = flags & STOP_PG_0x60 ? 0x60 : NESM_STOP_PG; in ne2k_pci_init_one() 353 ei_status.stop_page = stop_page; in ne2k_pci_init_one() 364 ei_status.stop_page = ei_status.tx_start_page + PACKETBUF_MEMSIZE; in ne2k_pci_init_one()
|
D | wd.c | 327 ei_status.stop_page = (dev->mem_end - dev->mem_start)/256; in wd_probe1() 330 ei_status.stop_page = word16 ? WD13_STOP_PG : WD03_STOP_PG; in wd_probe1() 331 dev->mem_end = dev->mem_start + (ei_status.stop_page - WD_START_PG)*256; in wd_probe1() 332 ei_status.priv = (ei_status.stop_page - WD_START_PG)*256; in wd_probe1()
|
D | ax88796.c | 679 unsigned int stop_page; in ax_init_dev() local 729 stop_page = NESM_STOP_PG; in ax_init_dev() 732 stop_page = NE1SM_STOP_PG; in ax_init_dev() 752 ei_local->stop_page = stop_page; in ax_init_dev() 758 ei_local->stop_page = ei_local->tx_start_page + PACKETBUF_MEMSIZE; in ax_init_dev()
|
D | lib8390.c | 658 int num_rx_pages = ei_local->stop_page-ei_local->rx_start_page; in ei_receive() 670 if (this_frame >= ei_local->stop_page) in ei_receive() 751 if (next_frame >= ei_local->stop_page) { in ei_receive() 1026 ei_outb_p(ei_local->stop_page-1, e8390_base + EN0_BOUNDARY); /* 3c503 says 0x3f,NS0x26*/ in __NS8390_init() 1028 ei_outb_p(ei_local->stop_page, e8390_base + EN0_STOPPG); in __NS8390_init()
|
D | axnet_cs.c | 311 ei_status.stop_page = AXNET_STOP_PG; in axnet_config() 1360 if (this_frame >= ei_local->stop_page) in ei_receive() 1436 if (next_frame >= ei_local->stop_page) { in ei_receive() 1654 outb_p(ei_local->stop_page-1, e8390_base + EN0_BOUNDARY); /* 3c503 says 0x3f,NS0x26*/ in AX88190_init() 1656 outb_p(ei_local->stop_page, e8390_base + EN0_STOPPG); in AX88190_init()
|
D | 8390.h | 90 unsigned char tx_start_page, rx_start_page, stop_page; member
|
D | stnic.c | 142 ei_status.stop_page = STOP_PG; in stnic_probe()
|
D | mac8390.c | 541 ei_status.stop_page = CABLETRON_RX_STOP_PG; in mac8390_initdev() 547 ei_status.stop_page = (dev->mem_end - dev->mem_start)/256; in mac8390_initdev()
|
D | pcnet_cs.c | 1301 ei_status.stop_page = stop_pg; in setup_dma_config() 1448 ei_status.stop_page = start_pg + ( in setup_shmem_window()
|