HomeSort by: relevance | last modified time | path
    Searched defs:reclaim_eth (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_sge.c 685 int reclaim_eth, reclaim_ofl, refill_rx; local in function:sge_timer_cb
691 reclaim_eth = txq[TXQ_ETH].processed - txq[TXQ_ETH].cleaned;
695 if (reclaim_eth || reclaim_ofl || refill_rx) {
cxgb_sge.c 685 int reclaim_eth, reclaim_ofl, refill_rx; local in function:sge_timer_cb
691 reclaim_eth = txq[TXQ_ETH].processed - txq[TXQ_ETH].cleaned;
695 if (reclaim_eth || reclaim_ofl || refill_rx) {

Completed in 26 milliseconds