Lines Matching full:rss
13 * will also try to cache the proper offsets if RSS/FCoE are enabled along
190 struct ixgbe_ring_feature *rss = &adapter->ring_feature[RING_F_RSS]; in ixgbe_cache_ring_sriov() local
203 /* Allow first FCoE queue to be mapped as RSS */ in ixgbe_cache_ring_sriov()
208 if ((reg_idx & ~vmdq->mask) >= rss->indices) { in ixgbe_cache_ring_sriov()
227 /* Allow first FCoE queue to be mapped as RSS */ in ixgbe_cache_ring_sriov()
232 if ((reg_idx & rss->mask) >= rss->indices) in ixgbe_cache_ring_sriov()
248 * ixgbe_cache_ring_rss - Descriptor ring to register mapping for RSS
251 * Cache the descriptor ring offsets for RSS to the assigned rings.
373 * We do not support DCB, VMDq, and RSS all simultaneously in ixgbe_set_dcb_sriov_queues()
374 * so we will disable RSS since it is the lowest priority in ixgbe_set_dcb_sriov_queues()
456 /* set RSS mask and indices */ in ixgbe_set_dcb_queues()
496 * and VM pools where appropriate. If RSS is available, then also try and
497 * enable RSS and map accordingly.
514 /* limit l2fwd RSS based on total Tx queue limit */ in ixgbe_set_sriov_queues()
548 /* limit RSS based on user input and save for later use */ in ixgbe_set_sriov_queues()
564 * FCoE can use rings from adjacent buffers to allow RSS in ixgbe_set_sriov_queues()
581 /* merge FCoE queues with RSS queues */ in ixgbe_set_sriov_queues()
617 * ixgbe_set_rss_queues - Allocate queues for RSS
620 * This is our "base" multiqueue mode. RSS (Receive Side Scaling) will try
630 /* set mask for 16 queue limit of RSS */ in ixgbe_set_rss_queues()
645 * Use Flow Director in addition to RSS to ensure the best in ixgbe_set_rss_queues()
664 * avoid sharing queues with standard RSS on systems with 24 or in ixgbe_set_rss_queues()
673 /* merge FCoE queues with RSS queues */ in ixgbe_set_rss_queues()
759 * With features such as RSS and VMDq, we can easily surpass the in ixgbe_acquire_msix_vectors()
1207 /* Disable RSS */ in ixgbe_set_interrupt_capability()
1208 e_dev_warn("Disabling RSS support\n"); in ixgbe_set_interrupt_capability()
1233 * - defined by miscellaneous hardware support/features (RSS, etc.)