Searched refs:rx_ratio (Results 1 – 1 of 1) sorted by relevance
158 u_short rx_ratio; /* 1 - 99 */ member670 lp->rx_ratio = hp100_rx_ratio; in hp100_probe1()683 lp->rx_ratio = hp100_rx_ratio; /* can be conf'd with insmod */ in hp100_probe1()764 printk(" bus, %dk SRAM (rx/tx %d%%).\n", lp->memory_size >> 10, lp->rx_ratio); in hp100_probe1()1012 recv_stop = (xmit_stop * (lp->rx_ratio) / 100) & ~(0x03ff); in hp100_mmuinit()1020 recv_stop = ((lp->memory_size * lp->rx_ratio) / 100) & ~(0x03ff); in hp100_mmuinit()1031 hp100_outw((((lp->memory_size * lp->rx_ratio) / 100) >> 4), RX_MEM_STOP); in hp100_mmuinit()