Home
last modified time | relevance | path

Searched refs:mr_enable (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_sw.h628 uint32_t mr_enable; /* Enable multiple rings */ member
H A Digb_main.c2967 igb->mr_enable = igb_get_prop(igb, PROP_MR_ENABLE, 0, 1, 0); in igb_get_conf()
2977 if (igb->mr_enable) { in igb_get_conf()
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_sw.h698 boolean_t mr_enable; /* Multiple Tx and Rx Ring */ member
H A Dixgbe_main.c3530 ixgbe->mr_enable = ixgbe_get_prop(ixgbe, PROP_MR_ENABLE, in ixgbe_get_conf()
3533 if (ixgbe->mr_enable == B_FALSE) { in ixgbe_get_conf()