Lines Matching refs:indices

87 	if (fcoe->indices) {  in ixgbe_cache_ring_dcb_sriov()
91 reg_idx = (vmdq->offset + vmdq->indices) * queues_per_pool; in ixgbe_cache_ring_dcb_sriov()
98 reg_idx = (vmdq->offset + vmdq->indices) * queues_per_pool; in ixgbe_cache_ring_dcb_sriov()
179 rss_i = adapter->ring_feature[RING_F_RSS].indices; in ixgbe_cache_ring_dcb()
226 if ((reg_idx & ~vmdq->mask) >= rss->indices) in ixgbe_cache_ring_sriov()
245 if ((reg_idx & rss->mask) >= rss->indices) in ixgbe_cache_ring_sriov()
366 adapter->ring_feature[RING_F_VMDQ].indices = vmdq_i; in ixgbe_set_dcb_sriov_queues()
373 adapter->ring_feature[RING_F_RSS].indices = 1; in ixgbe_set_dcb_sriov_queues()
396 fcoe->indices = fcoe_i; in ixgbe_set_dcb_sriov_queues()
404 fcoe->indices = 1; in ixgbe_set_dcb_sriov_queues()
409 fcoe->indices = 0; in ixgbe_set_dcb_sriov_queues()
455 f->indices = rss_i; in ixgbe_set_dcb_queues()
471 f->indices = min_t(u16, rss_i, f->limit); in ixgbe_set_dcb_queues()
537 adapter->ring_feature[RING_F_VMDQ].indices = vmdq_i; in ixgbe_set_sriov_queues()
541 adapter->ring_feature[RING_F_RSS].indices = rss_i; in ixgbe_set_sriov_queues()
569 fcoe->indices = fcoe_i; in ixgbe_set_sriov_queues()
580 fcoe->indices = min_t(u16, fcoe_i, fcoe->limit); in ixgbe_set_sriov_queues()
581 fcoe->offset = fcoe_i - fcoe->indices; in ixgbe_set_sriov_queues()
612 f->indices = rss_i; in ixgbe_set_rss_queues()
626 rss_i = f->indices = f->limit; in ixgbe_set_rss_queues()
656 f->indices = min_t(u16, fcoe_i, f->limit); in ixgbe_set_rss_queues()
657 f->offset = fcoe_i - f->indices; in ixgbe_set_rss_queues()
818 u16 rss_i = adapter->ring_feature[RING_F_RSS].indices; in ixgbe_alloc_q_vector()
933 (rxr_idx < f->offset + f->indices)) in ixgbe_alloc_q_vector()