Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/hp/
Dhp100.c183 int rxrcommit; /* # Rx PDLs committed to adapter */ member
736 lp->rxrcommit = lp->txrcommit = 0; in hp100_probe1()
1187 lp->rxrcommit = 0; in hp100_init_pdls()
1357 while (lp->rxrcommit < MAX_RX_PDL) { in hp100_rxfill()
1370 dev->name, lp->rxrcommit, (u_int) ringptr->pdl, in hp100_rxfill()
1376 lp->rxrcommit += 1; in hp100_rxfill()
1890 if (0 == lp->rxrcommit) { in hp100_rx_bm()
1896 if ((hp100_inw(RX_PKT_CNT) & 0x00ff) >= lp->rxrcommit) { in hp100_rx_bm()
1899 lp->rxrcommit); in hp100_rx_bm()
1904 while ((lp->rxrcommit > hp100_inb(RX_PDL))) { in hp100_rx_bm()