Lines Matching refs:rfds
533 struct param_range rfds;
1038 struct param_range rfds = { .min = 16, .max = 256, .count = 256 };
1046 nic->params.rfds = rfds;
2132 unsigned int i, count = nic->params.rfds.count;
2155 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;
2573 struct param_range *rfds = &nic->params.rfds;
2581 rfds->count = max(ring->rx_pending, rfds->min);
2582 rfds->count = min(rfds->count, rfds->max);
2586 rfds->count, cbs->count);