Symbol: ixgbe_get_prop
usr/src/uts/common/io/ixgbe/ixgbe_main.c
3696
ixgbe->default_mtu = ixgbe_get_prop(ixgbe, PROP_DEFAULT_MTU,
usr/src/uts/common/io/ixgbe/ixgbe_main.c
3705
flow_control = ixgbe_get_prop(ixgbe, PROP_FLOW_CONTROL,
usr/src/uts/common/io/ixgbe/ixgbe_main.c
3719
ixgbe->num_tx_rings = ixgbe_get_prop(ixgbe, PROP_TX_QUEUE_NUM,
usr/src/uts/common/io/ixgbe/ixgbe_main.c
3723
ixgbe->tx_ring_size = ixgbe_get_prop(ixgbe, PROP_TX_RING_SIZE,
usr/src/uts/common/io/ixgbe/ixgbe_main.c
3726
ixgbe->num_rx_rings = ixgbe_get_prop(ixgbe, PROP_RX_QUEUE_NUM,
usr/src/uts/common/io/ixgbe/ixgbe_main.c
3730
ixgbe->rx_ring_size = ixgbe_get_prop(ixgbe, PROP_RX_RING_SIZE,
usr/src/uts/common/io/ixgbe/ixgbe_main.c
3736
ixgbe->num_rx_groups = ixgbe_get_prop(ixgbe, PROP_RX_GROUP_NUM,
usr/src/uts/common/io/ixgbe/ixgbe_main.c
3740
ixgbe->mr_enable = ixgbe_get_prop(ixgbe, PROP_MR_ENABLE,
usr/src/uts/common/io/ixgbe/ixgbe_main.c
3767
ixgbe->intr_force = ixgbe_get_prop(ixgbe, PROP_INTR_FORCE,
usr/src/uts/common/io/ixgbe/ixgbe_main.c
3770
ixgbe->tx_hcksum_enable = ixgbe_get_prop(ixgbe, PROP_TX_HCKSUM_ENABLE,
usr/src/uts/common/io/ixgbe/ixgbe_main.c
3772
ixgbe->rx_hcksum_enable = ixgbe_get_prop(ixgbe, PROP_RX_HCKSUM_ENABLE,
usr/src/uts/common/io/ixgbe/ixgbe_main.c
3774
ixgbe->lso_enable = ixgbe_get_prop(ixgbe, PROP_LSO_ENABLE,
usr/src/uts/common/io/ixgbe/ixgbe_main.c
3776
ixgbe->lro_enable = ixgbe_get_prop(ixgbe, PROP_LRO_ENABLE,
usr/src/uts/common/io/ixgbe/ixgbe_main.c
3778
ixgbe->tx_head_wb_enable = ixgbe_get_prop(ixgbe, PROP_TX_HEAD_WB_ENABLE,
usr/src/uts/common/io/ixgbe/ixgbe_main.c
3780
ixgbe->relax_order_enable = ixgbe_get_prop(ixgbe,
usr/src/uts/common/io/ixgbe/ixgbe_main.c
3812
ixgbe->tx_copy_thresh = ixgbe_get_prop(ixgbe, PROP_TX_COPY_THRESHOLD,
usr/src/uts/common/io/ixgbe/ixgbe_main.c
3815
ixgbe->tx_recycle_thresh = ixgbe_get_prop(ixgbe,
usr/src/uts/common/io/ixgbe/ixgbe_main.c
3818
ixgbe->tx_overload_thresh = ixgbe_get_prop(ixgbe,
usr/src/uts/common/io/ixgbe/ixgbe_main.c
3821
ixgbe->tx_resched_thresh = ixgbe_get_prop(ixgbe,
usr/src/uts/common/io/ixgbe/ixgbe_main.c
3825
ixgbe->rx_copy_thresh = ixgbe_get_prop(ixgbe, PROP_RX_COPY_THRESHOLD,
usr/src/uts/common/io/ixgbe/ixgbe_main.c
3828
ixgbe->rx_limit_per_intr = ixgbe_get_prop(ixgbe, PROP_RX_LIMIT_PER_INTR,
usr/src/uts/common/io/ixgbe/ixgbe_main.c
3832
ixgbe->intr_throttling[0] = ixgbe_get_prop(ixgbe, PROP_INTR_THROTTLING,
usr/src/uts/common/io/ixgbe/ixgbe_main.c
3844
hw->allow_unsupported_sfp = ixgbe_get_prop(ixgbe,
usr/src/uts/common/io/ixgbe/ixgbe_main.c
502
ixgbe->fm_capabilities = ixgbe_get_prop(ixgbe, PROP_FM_CAPABLE,
usr/src/uts/common/io/ixgbe/ixgbe_main.c
78
static int ixgbe_get_prop(ixgbe_t *, char *, int, int, int);