Lines Matching full:indices
38 /* If we are greater than indices move to next pool */ in ixgbe_cache_ring_dcb_sriov()
49 /* If we are greater than indices move to next pool */ in ixgbe_cache_ring_dcb_sriov()
65 if (fcoe->indices) { in ixgbe_cache_ring_dcb_sriov()
69 reg_idx = (vmdq->offset + vmdq->indices) * queues_per_pool; in ixgbe_cache_ring_dcb_sriov()
77 reg_idx = (vmdq->offset + vmdq->indices) * queues_per_pool; in ixgbe_cache_ring_dcb_sriov()
159 rss_i = adapter->ring_feature[RING_F_RSS].indices; in ixgbe_cache_ring_dcb()
207 /* If we are greater than indices move to next pool */ in ixgbe_cache_ring_sriov()
208 if ((reg_idx & ~vmdq->mask) >= rss->indices) { in ixgbe_cache_ring_sriov()
231 /* If we are greater than indices move to next pool */ in ixgbe_cache_ring_sriov()
232 if ((reg_idx & rss->mask) >= rss->indices) in ixgbe_cache_ring_sriov()
369 adapter->ring_feature[RING_F_VMDQ].indices = vmdq_i; in ixgbe_set_dcb_sriov_queues()
376 adapter->ring_feature[RING_F_RSS].indices = 1; in ixgbe_set_dcb_sriov_queues()
400 fcoe->indices = fcoe_i; in ixgbe_set_dcb_sriov_queues()
408 fcoe->indices = 1; in ixgbe_set_dcb_sriov_queues()
413 fcoe->indices = 0; in ixgbe_set_dcb_sriov_queues()
456 /* set RSS mask and indices */ in ixgbe_set_dcb_queues()
459 f->indices = rss_i; in ixgbe_set_dcb_queues()
467 * by feature specific indices and offset. Here we map FCoE in ixgbe_set_dcb_queues()
468 * indices onto the DCB queue pairs allowing FCoE to own in ixgbe_set_dcb_queues()
475 f->indices = min_t(u16, rss_i, f->limit); in ixgbe_set_dcb_queues()
545 adapter->ring_feature[RING_F_VMDQ].indices = vmdq_i; in ixgbe_set_sriov_queues()
549 adapter->ring_feature[RING_F_RSS].indices = rss_i; in ixgbe_set_sriov_queues()
566 * FCoE indices to the total ring count. in ixgbe_set_sriov_queues()
578 fcoe->indices = fcoe_i; in ixgbe_set_sriov_queues()
584 /* limit indices to rss_i if MSI-X is disabled */ in ixgbe_set_sriov_queues()
589 fcoe->indices = min_t(u16, fcoe_i, fcoe->limit); in ixgbe_set_sriov_queues()
590 fcoe->offset = fcoe_i - fcoe->indices; in ixgbe_set_sriov_queues()
634 f->indices = rss_i; in ixgbe_set_rss_queues()
652 rss_i = f->indices = f->limit; in ixgbe_set_rss_queues()
677 /* limit indices to rss_i if MSI-X is disabled */ in ixgbe_set_rss_queues()
682 f->indices = min_t(u16, fcoe_i, f->limit); in ixgbe_set_rss_queues()
683 f->offset = fcoe_i - f->indices; in ixgbe_set_rss_queues()
851 u16 rss_i = adapter->ring_feature[RING_F_RSS].indices; in ixgbe_alloc_q_vector()
989 (rxr_idx < f->offset + f->indices)) in ixgbe_alloc_q_vector()