Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/hp/
Dhp100.c146 u_short rx_ratio; /* 1 - 99 */ member
652 lp->rx_ratio = hp100_rx_ratio; in hp100_probe1()
665 lp->rx_ratio = hp100_rx_ratio; /* can be conf'd with insmod */ in hp100_probe1()
746 printk(" bus, %dk SRAM (rx/tx %d%%).\n", lp->memory_size >> 10, lp->rx_ratio); in hp100_probe1()
994 recv_stop = (xmit_stop * (lp->rx_ratio) / 100) & ~(0x03ff); in hp100_mmuinit()
1002 recv_stop = ((lp->memory_size * lp->rx_ratio) / 100) & ~(0x03ff); in hp100_mmuinit()
1013 hp100_outw((((lp->memory_size * lp->rx_ratio) / 100) >> 4), RX_MEM_STOP); in hp100_mmuinit()