Searched defs:ixgbe_get_prop (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/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,
3308 * Call ixgbe_get_prop() to get the value for a specific
3317 ixgbe->default_mtu = ixgbe_get_prop(ixgbe, PROP_DEFAULT_MTU,
3326 flow_control = ixgbe_get_prop(ixgbe, PROP_FLOW_CONTROL,
3340 ixgbe->num_tx_rings = ixgbe_get_prop(ixgbe, PROP_TX_QUEUE_NUM,
3344 ixgbe->tx_ring_size = ixgbe_get_prop(ixgbe, PROP_TX_RING_SIZE,
3347 ixgbe->num_rx_rings = ixgbe_get_prop(ixgbe, PROP_RX_QUEUE_NUM,
3351 ixgbe->rx_ring_size = ixgbe_get_prop(ixgbe, PROP_RX_RING_SIZE,
3357 ixgbe->num_rx_groups = ixgbe_get_prop(ixgb
3584 ixgbe_get_prop(ixgbe_t *ixgbe, function
[all...]

Completed in 67 milliseconds