Lines Matching refs:rfds
532 struct param_range rfds;
1037 struct param_range rfds = { .min = 16, .max = 256, .count = 256 };
1045 nic->params.rfds = rfds;
2130 unsigned int i, count = nic->params.rfds.count;
2153 unsigned int i, count = nic->params.rfds.count;
2560 struct param_range *rfds = &nic->params.rfds;
2563 ring->rx_max_pending = rfds->max;
2565 ring->rx_pending = rfds->count;
2575 struct param_range *rfds = &nic->params.rfds;
2583 rfds->count = max(ring->rx_pending, rfds->min);
2584 rfds->count = min(rfds->count, rfds->max);
2588 rfds->count, cbs->count);