Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/hp/
Dhp100.c997 int xmit_stop, recv_stop; in hp100_mmuinit() local
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()
1024 hp100_outw(recv_stop >> 4, RX_MEM_STOP); in hp100_mmuinit()
1027 printk("hp100: %s: RX_STOP = 0x%x\n", dev->name, recv_stop >> 4); in hp100_mmuinit()