Lines Matching refs:ei_status
505 /* GAR, ei_status is actually a macro even though it looks global */
506 ei_status.name = cardname[type];
507 ei_status.word16 = word16[type];
511 ei_status.tx_start_page = CABLETRON_TX_START_PG;
512 ei_status.rx_start_page = CABLETRON_RX_START_PG;
513 ei_status.stop_page = CABLETRON_RX_STOP_PG;
514 ei_status.rmem_start = dev->mem_start;
515 ei_status.rmem_end = dev->mem_start + CABLETRON_RX_STOP_PG*256;
517 ei_status.tx_start_page = WD_START_PG;
518 ei_status.rx_start_page = WD_START_PG + TX_PAGES;
519 ei_status.stop_page = (dev->mem_end - dev->mem_start)/256;
520 ei_status.rmem_start = dev->mem_start + TX_PAGES*256;
521 ei_status.rmem_end = dev->mem_end;
536 ei_status.reset_8390 = mac8390_no_reset;
537 ei_status.block_input = slow_sane_block_input;
538 ei_status.block_output = slow_sane_block_output;
539 ei_status.get_8390_hdr = slow_sane_get_8390_hdr;
540 ei_status.reg_offset = back4_offsets;
545 ei_status.reset_8390 = mac8390_no_reset;
546 ei_status.block_input = sane_block_input;
547 ei_status.block_output = sane_block_output;
548 ei_status.get_8390_hdr = sane_get_8390_hdr;
549 ei_status.reg_offset = back4_offsets;
560 ei_status.reset_8390 = mac8390_no_reset;
561 ei_status.block_input = slow_sane_block_input;
562 ei_status.block_output = slow_sane_block_output;
563 ei_status.get_8390_hdr = slow_sane_get_8390_hdr;
564 ei_status.reg_offset = back4_offsets;
569 ei_status.reset_8390 = mac8390_no_reset;
570 ei_status.block_input = slow_sane_block_input;
571 ei_status.block_output = slow_sane_block_output;
572 ei_status.get_8390_hdr = slow_sane_get_8390_hdr;
573 ei_status.reg_offset = fwrd2_offsets;
580 ei_status.reset_8390 = mac8390_no_reset;
581 ei_status.block_input = dayna_block_input;
582 ei_status.block_output = dayna_block_output;
583 ei_status.get_8390_hdr = dayna_get_8390_hdr;
584 ei_status.reg_offset = fwrd4_offsets;
589 ei_status.reset_8390 = interlan_reset;
590 ei_status.block_input = slow_sane_block_input;
591 ei_status.block_output = slow_sane_block_output;
592 ei_status.get_8390_hdr = slow_sane_get_8390_hdr;
593 ei_status.reg_offset = fwrd4_offsets;
634 ei_status.txing = 0;
645 ei_status.txing = 0;
719 if (xfer_start + count > ei_status.rmem_end) {
721 int semi_count = ei_status.rmem_end - xfer_start;
727 (void __iomem *)ei_status.rmem_start, count);
763 if (xfer_start + count > ei_status.rmem_end) {
765 int semi_count = ei_status.rmem_end - xfer_start;
769 ei_status.rmem_start - dev->mem_start,
802 if (xfer_start + count > ei_status.rmem_end) {
804 int semi_count = ei_status.rmem_end - xfer_start;
809 ei_status.rmem_start, count);