Searched refs:ixgbe_get_prop (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_main.c | 78 static int ixgbe_get_prop(ixgbe_t *, char *, int, int, int); 476 ixgbe->fm_capabilities = ixgbe_get_prop(ixgbe, PROP_FM_CAPABLE, in ixgbe_attach() 3486 ixgbe->default_mtu = ixgbe_get_prop(ixgbe, PROP_DEFAULT_MTU, in ixgbe_get_conf() 3495 flow_control = ixgbe_get_prop(ixgbe, PROP_FLOW_CONTROL, in ixgbe_get_conf() 3509 ixgbe->num_tx_rings = ixgbe_get_prop(ixgbe, PROP_TX_QUEUE_NUM, in ixgbe_get_conf() 3513 ixgbe->tx_ring_size = ixgbe_get_prop(ixgbe, PROP_TX_RING_SIZE, in ixgbe_get_conf() 3516 ixgbe->num_rx_rings = ixgbe_get_prop(ixgbe, PROP_RX_QUEUE_NUM, in ixgbe_get_conf() 3520 ixgbe->rx_ring_size = ixgbe_get_prop(ixgbe, PROP_RX_RING_SIZE, in ixgbe_get_conf() 3526 ixgbe->num_rx_groups = ixgbe_get_prop(ixgbe, PROP_RX_GROUP_NUM, in ixgbe_get_conf() 3530 ixgbe->mr_enable = ixgbe_get_prop(ixgbe, PROP_MR_ENABLE, in ixgbe_get_conf() [all …]
|