Searched defs:mac_rx_soft_ring_10gig_count (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c121 * mac_rx_soft_ring_10gig_count will come into effect if you are running on a
127 * mac_rx_soft_ring_10gig_count to determine the soft ring count for a link.
134 uint_t mac_rx_soft_ring_10gig_count = 8; variable
589 * rings, so created, will equal mac_rx_soft_ring_10gig_count.
591 * mac_rx_soft_ring_10gig_count number of soft rings will be created for a
631 mac_rx_soft_ring_10gig_count > 0) {
633 srings = mac_rx_soft_ring_10gig_count;
635 * Use 2 times mac_rx_soft_ring_10gig_count for

Completed in 52 milliseconds