Searched refs:xmit_stop (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/hp/
H A Dhp100.c997 int xmit_stop, recv_stop; hp100_mmuinit() local
1011 xmit_stop = (pdl_stop - 508 * (MAX_RX_PDL) - 16) & ~(0x03ff); hp100_mmuinit()
1012 recv_stop = (xmit_stop * (lp->rx_ratio) / 100) & ~(0x03ff); hp100_mmuinit()
1019 xmit_stop = (lp->memory_size) - 1; hp100_mmuinit()
1023 hp100_outw(xmit_stop >> 4, TX_MEM_STOP); hp100_mmuinit()
1026 printk("hp100: %s: TX_STOP = 0x%x\n", dev->name, xmit_stop >> 4); hp100_mmuinit()

Completed in 57 milliseconds