ixgbe_get_prop
ixgbe->default_mtu = ixgbe_get_prop(ixgbe, PROP_DEFAULT_MTU,
flow_control = ixgbe_get_prop(ixgbe, PROP_FLOW_CONTROL,
ixgbe->num_tx_rings = ixgbe_get_prop(ixgbe, PROP_TX_QUEUE_NUM,
ixgbe->tx_ring_size = ixgbe_get_prop(ixgbe, PROP_TX_RING_SIZE,
ixgbe->num_rx_rings = ixgbe_get_prop(ixgbe, PROP_RX_QUEUE_NUM,
ixgbe->rx_ring_size = ixgbe_get_prop(ixgbe, PROP_RX_RING_SIZE,
ixgbe->num_rx_groups = ixgbe_get_prop(ixgbe, PROP_RX_GROUP_NUM,
ixgbe->mr_enable = ixgbe_get_prop(ixgbe, PROP_MR_ENABLE,
ixgbe->intr_force = ixgbe_get_prop(ixgbe, PROP_INTR_FORCE,
ixgbe->tx_hcksum_enable = ixgbe_get_prop(ixgbe, PROP_TX_HCKSUM_ENABLE,
ixgbe->rx_hcksum_enable = ixgbe_get_prop(ixgbe, PROP_RX_HCKSUM_ENABLE,
ixgbe->lso_enable = ixgbe_get_prop(ixgbe, PROP_LSO_ENABLE,
ixgbe->lro_enable = ixgbe_get_prop(ixgbe, PROP_LRO_ENABLE,
ixgbe->tx_head_wb_enable = ixgbe_get_prop(ixgbe, PROP_TX_HEAD_WB_ENABLE,
ixgbe->relax_order_enable = ixgbe_get_prop(ixgbe,
ixgbe->tx_copy_thresh = ixgbe_get_prop(ixgbe, PROP_TX_COPY_THRESHOLD,
ixgbe->tx_recycle_thresh = ixgbe_get_prop(ixgbe,
ixgbe->tx_overload_thresh = ixgbe_get_prop(ixgbe,
ixgbe->tx_resched_thresh = ixgbe_get_prop(ixgbe,
ixgbe->rx_copy_thresh = ixgbe_get_prop(ixgbe, PROP_RX_COPY_THRESHOLD,
ixgbe->rx_limit_per_intr = ixgbe_get_prop(ixgbe, PROP_RX_LIMIT_PER_INTR,
ixgbe->intr_throttling[0] = ixgbe_get_prop(ixgbe, PROP_INTR_THROTTLING,
hw->allow_unsupported_sfp = ixgbe_get_prop(ixgbe,
ixgbe->fm_capabilities = ixgbe_get_prop(ixgbe, PROP_FM_CAPABLE,
static int ixgbe_get_prop(ixgbe_t *, char *, int, int, int);