Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/hp/
Dhp100.c171 int rxrcommit; /* # Rx PDLs committed to adapter */ member
718 lp->rxrcommit = lp->txrcommit = 0; in hp100_probe1()
1169 lp->rxrcommit = 0; in hp100_init_pdls()
1339 while (lp->rxrcommit < MAX_RX_PDL) { in hp100_rxfill()
1352 dev->name, lp->rxrcommit, (u_int) ringptr->pdl, in hp100_rxfill()
1358 lp->rxrcommit += 1; in hp100_rxfill()
1872 if (0 == lp->rxrcommit) { in hp100_rx_bm()
1878 if ((hp100_inw(RX_PKT_CNT) & 0x00ff) >= lp->rxrcommit) { in hp100_rx_bm()
1881 lp->rxrcommit); in hp100_rx_bm()
1886 while ((lp->rxrcommit > hp100_inb(RX_PDL))) { in hp100_rx_bm()