Searched refs:rbr_kick_thresh (Results 1 – 2 of 2) sorted by relevance
3376 if (rp->rbr_pending >= rp->rbr_kick_thresh) { in niu_rbr_refill()3725 if (rp->rbr_refill_pending >= rp->rbr_kick_thresh) { in niu_rx_work()4519 rp->rbr_kick_thresh = RBR_REFILL_MIN; in niu_alloc_channels()4520 if (rp->rbr_kick_thresh < rp->rbr_blocks_per_page) in niu_alloc_channels()4521 rp->rbr_kick_thresh = rp->rbr_blocks_per_page; in niu_alloc_channels()
2918 unsigned int rbr_kick_thresh; member