Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hp/
Dhp100.c158 u_short rx_ratio; /* 1 - 99 */ member
664 lp->rx_ratio = hp100_rx_ratio; in hp100_probe1()
677 lp->rx_ratio = hp100_rx_ratio; /* can be conf'd with insmod */ in hp100_probe1()
758 printk(" bus, %dk SRAM (rx/tx %d%%).\n", lp->memory_size >> 10, lp->rx_ratio); in hp100_probe1()
1006 recv_stop = (xmit_stop * (lp->rx_ratio) / 100) & ~(0x03ff); in hp100_mmuinit()
1014 recv_stop = ((lp->memory_size * lp->rx_ratio) / 100) & ~(0x03ff); in hp100_mmuinit()
1025 hp100_outw((((lp->memory_size * lp->rx_ratio) / 100) >> 4), RX_MEM_STOP); in hp100_mmuinit()