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;
2131 unsigned int i, count = nic->params.rfds.count;
2154 unsigned int i, count = nic->params.rfds.count;
2561 struct param_range *rfds = &nic->params.rfds;
2564 ring->rx_max_pending = rfds->max;
2566 ring->rx_pending = rfds->count;
2576 struct param_range *rfds = &nic->params.rfds;
2584 rfds->count = max(ring->rx_pending, rfds->min);
2585 rfds->count = min(rfds->count, rfds->max);
2589 rfds->count, cbs->count);