Home
last modified time | relevance | path

Searched refs:xmit_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
1011 xmit_stop = (pdl_stop - 508 * (MAX_RX_PDL) - 16) & ~(0x03ff); in hp100_mmuinit()
1012 recv_stop = (xmit_stop * (lp->rx_ratio) / 100) & ~(0x03ff); in hp100_mmuinit()
1019 xmit_stop = (lp->memory_size) - 1; in hp100_mmuinit()
1023 hp100_outw(xmit_stop >> 4, TX_MEM_STOP); in hp100_mmuinit()
1026 printk("hp100: %s: TX_STOP = 0x%x\n", dev->name, xmit_stop >> 4); in hp100_mmuinit()