Searched refs:rmem_end (Results 1 – 2 of 2) sorted by relevance
517 ei_status.rmem_end = dev->mem_start + CABLETRON_RX_STOP_PG*256; in mac8390_initdev()523 ei_status.rmem_end = dev->mem_end; in mac8390_initdev()721 if (xfer_start + count > ei_status.rmem_end) { in sane_block_input()723 int semi_count = ei_status.rmem_end - xfer_start; in sane_block_input()765 if (xfer_start + count > ei_status.rmem_end) { in dayna_block_input()767 int semi_count = ei_status.rmem_end - xfer_start; in dayna_block_input()804 if (xfer_start + count > ei_status.rmem_end) { in slow_sane_block_input()806 int semi_count = ei_status.rmem_end - xfer_start; in slow_sane_block_input()
79 unsigned long rmem_end; member