Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c76 static int ixgbe_get_prop(ixgbe_t *, char *, int, int, int);
457 ixgbe->fm_capabilities = ixgbe_get_prop(ixgbe, PROP_FM_CAPABLE, in ixgbe_attach()
3320 ixgbe->default_mtu = ixgbe_get_prop(ixgbe, PROP_DEFAULT_MTU, in ixgbe_get_conf()
3329 flow_control = ixgbe_get_prop(ixgbe, PROP_FLOW_CONTROL, in ixgbe_get_conf()
3343 ixgbe->num_tx_rings = ixgbe_get_prop(ixgbe, PROP_TX_QUEUE_NUM, in ixgbe_get_conf()
3347 ixgbe->tx_ring_size = ixgbe_get_prop(ixgbe, PROP_TX_RING_SIZE, in ixgbe_get_conf()
3350 ixgbe->num_rx_rings = ixgbe_get_prop(ixgbe, PROP_RX_QUEUE_NUM, in ixgbe_get_conf()
3354 ixgbe->rx_ring_size = ixgbe_get_prop(ixgbe, PROP_RX_RING_SIZE, in ixgbe_get_conf()
3360 ixgbe->num_rx_groups = ixgbe_get_prop(ixgbe, PROP_RX_GROUP_NUM, in ixgbe_get_conf()
3364 ixgbe->mr_enable = ixgbe_get_prop(ixgbe, PROP_MR_ENABLE, in ixgbe_get_conf()
[all …]