Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x550.c62 mac->ops.dmac_config = ixgbe_dmac_config_X550; in ixgbe_init_ops_X550()
893 if (!hw->mac.dmac_config.watchdog_timer) in ixgbe_dmac_config_X550()
903 reg |= (hw->mac.dmac_config.watchdog_timer * 100) / 4096; in ixgbe_dmac_config_X550()
907 if (hw->mac.dmac_config.fcoe_en) { in ixgbe_dmac_config_X550()
908 high_pri_tc = 1 << hw->mac.dmac_config.fcoe_tc; in ixgbe_dmac_config_X550()
936 switch (hw->mac.dmac_config.link_speed) { in ixgbe_dmac_config_tcs_X550()
957 if (tc < hw->mac.dmac_config.num_tcs) { in ixgbe_dmac_config_tcs_X550()
H A Dixgbe_api.c1241 return ixgbe_call_func(hw, hw->mac.ops.dmac_config, (hw), in ixgbe_dmac_config()
H A Dixgbe_type.h4134 s32 (*dmac_config)(struct ixgbe_hw *hw); member
4238 struct ixgbe_dmac_config dmac_config; member
H A Dixgbe_common.c147 mac->ops.dmac_config = NULL; in ixgbe_init_ops_generic()