Searched refs:rbr_kick_thresh (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/sun/
H A Dniu.c3372 if (rp->rbr_pending >= rp->rbr_kick_thresh) {
3720 if (rp->rbr_refill_pending >= rp->rbr_kick_thresh) {
4516 rp->rbr_kick_thresh = RBR_REFILL_MIN;
4517 if (rp->rbr_kick_thresh < rp->rbr_blocks_per_page)
4518 rp->rbr_kick_thresh = rp->rbr_blocks_per_page;
H A Dniu.h2917 unsigned int rbr_kick_thresh; member in struct:rx_pkt_hdr0::rx_ring_info

Completed in 201 milliseconds