Lines Matching refs:indices

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()
158 rss_i = adapter->ring_feature[RING_F_RSS].indices; in ixgbe_cache_ring_dcb()
207 if ((reg_idx & ~vmdq->mask) >= rss->indices) { in ixgbe_cache_ring_sriov()
231 if ((reg_idx & rss->mask) >= rss->indices) in ixgbe_cache_ring_sriov()
368 adapter->ring_feature[RING_F_VMDQ].indices = vmdq_i; in ixgbe_set_dcb_sriov_queues()
375 adapter->ring_feature[RING_F_RSS].indices = 1; in ixgbe_set_dcb_sriov_queues()
399 fcoe->indices = fcoe_i; in ixgbe_set_dcb_sriov_queues()
407 fcoe->indices = 1; in ixgbe_set_dcb_sriov_queues()
412 fcoe->indices = 0; in ixgbe_set_dcb_sriov_queues()
458 f->indices = rss_i; in ixgbe_set_dcb_queues()
474 f->indices = min_t(u16, rss_i, f->limit); in ixgbe_set_dcb_queues()
544 adapter->ring_feature[RING_F_VMDQ].indices = vmdq_i; in ixgbe_set_sriov_queues()
548 adapter->ring_feature[RING_F_RSS].indices = rss_i; in ixgbe_set_sriov_queues()
577 fcoe->indices = fcoe_i; in ixgbe_set_sriov_queues()
588 fcoe->indices = min_t(u16, fcoe_i, fcoe->limit); in ixgbe_set_sriov_queues()
589 fcoe->offset = fcoe_i - fcoe->indices; in ixgbe_set_sriov_queues()
633 f->indices = rss_i; in ixgbe_set_rss_queues()
651 rss_i = f->indices = f->limit; in ixgbe_set_rss_queues()
681 f->indices = min_t(u16, fcoe_i, f->limit); in ixgbe_set_rss_queues()
682 f->offset = fcoe_i - f->indices; in ixgbe_set_rss_queues()
850 u16 rss_i = adapter->ring_feature[RING_F_RSS].indices; in ixgbe_alloc_q_vector()
988 (rxr_idx < f->offset + f->indices)) in ixgbe_alloc_q_vector()