Home
last modified time | relevance | path

Searched refs:rx_ratio (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/hp/
Dhp100.c158 u_short rx_ratio; /* 1 - 99 */ member
670 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()