Searched refs:mac_soft_ring_enable (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_startup.c322 * mac_soft_ring_enable by default on this platform.
323 * mac_soft_ring_enable variable is defined in space.c and used by MAC
327 extern boolean_t mac_soft_ring_enable;
331 mac_soft_ring_enable = B_TRUE;
/illumos-gate/usr/src/uts/common/os/
H A Dspace.c375 * (sun4v architecture). mac_soft_ring_enable is false on all
379 boolean_t mac_soft_ring_enable = B_FALSE; variable
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_soft_ring.h48 extern boolean_t mac_soft_ring_enable;
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_datapath_setup.c118 * mac_soft_ring_enable is set. mac_soft_ring_enable is turned on by
122 * 10Gbps link and is not dependent upon mac_soft_ring_enable.
126 * account mac_soft_ring_enable, mac_rx_soft_ring_count and
586 * 1) soft rings will be created if mac_soft_ring_enable is set.
588 * created even if mac_soft_ring_enable is not set. The number of soft
590 * 3) On a sun4v platform (i.e., mac_soft_ring_enable is set), 2 times the
623 if (mac_soft_ring_enable)
638 if (mac_soft_ring_enable)
663 if (srings <= 1 && mac_soft_ring_enable) {
[all...]

Completed in 51 milliseconds