Lines Matching refs:ei_status
513 /* GAR, ei_status is actually a macro even though it looks global */
514 ei_status.name = cardname[type];
515 ei_status.word16 = word16[type];
519 ei_status.tx_start_page = CABLETRON_TX_START_PG;
520 ei_status.rx_start_page = CABLETRON_RX_START_PG;
521 ei_status.stop_page = CABLETRON_RX_STOP_PG;
522 ei_status.rmem_start = dev->mem_start;
523 ei_status.rmem_end = dev->mem_start + CABLETRON_RX_STOP_PG*256;
525 ei_status.tx_start_page = WD_START_PG;
526 ei_status.rx_start_page = WD_START_PG + TX_PAGES;
527 ei_status.stop_page = (dev->mem_end - dev->mem_start)/256;
528 ei_status.rmem_start = dev->mem_start + TX_PAGES*256;
529 ei_status.rmem_end = dev->mem_end;
544 ei_status.reset_8390 = mac8390_no_reset;
545 ei_status.block_input = slow_sane_block_input;
546 ei_status.block_output = slow_sane_block_output;
547 ei_status.get_8390_hdr = slow_sane_get_8390_hdr;
548 ei_status.reg_offset = back4_offsets;
553 ei_status.reset_8390 = mac8390_no_reset;
554 ei_status.block_input = sane_block_input;
555 ei_status.block_output = sane_block_output;
556 ei_status.get_8390_hdr = sane_get_8390_hdr;
557 ei_status.reg_offset = back4_offsets;
568 ei_status.reset_8390 = mac8390_no_reset;
569 ei_status.block_input = slow_sane_block_input;
570 ei_status.block_output = slow_sane_block_output;
571 ei_status.get_8390_hdr = slow_sane_get_8390_hdr;
572 ei_status.reg_offset = back4_offsets;
577 ei_status.reset_8390 = mac8390_no_reset;
578 ei_status.block_input = slow_sane_block_input;
579 ei_status.block_output = slow_sane_block_output;
580 ei_status.get_8390_hdr = slow_sane_get_8390_hdr;
581 ei_status.reg_offset = fwrd2_offsets;
588 ei_status.reset_8390 = mac8390_no_reset;
589 ei_status.block_input = dayna_block_input;
590 ei_status.block_output = dayna_block_output;
591 ei_status.get_8390_hdr = dayna_get_8390_hdr;
592 ei_status.reg_offset = fwrd4_offsets;
597 ei_status.reset_8390 = interlan_reset;
598 ei_status.block_input = slow_sane_block_input;
599 ei_status.block_output = slow_sane_block_output;
600 ei_status.get_8390_hdr = slow_sane_get_8390_hdr;
601 ei_status.reg_offset = fwrd4_offsets;
642 ei_status.txing = 0;
653 ei_status.txing = 0;
727 if (xfer_start + count > ei_status.rmem_end) {
729 int semi_count = ei_status.rmem_end - xfer_start;
735 (void __iomem *)ei_status.rmem_start, count);
771 if (xfer_start + count > ei_status.rmem_end) {
773 int semi_count = ei_status.rmem_end - xfer_start;
777 ei_status.rmem_start - dev->mem_start,
810 if (xfer_start + count > ei_status.rmem_end) {
812 int semi_count = ei_status.rmem_end - xfer_start;
817 ei_status.rmem_start, count);