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