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.c63 mac->ops.dmac_config = ixgbe_dmac_config_X550; in ixgbe_init_ops_X550()
896 if (!hw->mac.dmac_config.watchdog_timer) in ixgbe_dmac_config_X550()
906 reg |= (hw->mac.dmac_config.watchdog_timer * 100) / 4096; in ixgbe_dmac_config_X550()
910 if (hw->mac.dmac_config.fcoe_en) { in ixgbe_dmac_config_X550()
911 high_pri_tc = 1 << hw->mac.dmac_config.fcoe_tc; in ixgbe_dmac_config_X550()
939 switch (hw->mac.dmac_config.link_speed) { in ixgbe_dmac_config_tcs_X550()
960 if (tc < hw->mac.dmac_config.num_tcs) { in ixgbe_dmac_config_tcs_X550()
H A Dixgbe_api.c1159 return ixgbe_call_func(hw, hw->mac.ops.dmac_config, (hw), in ixgbe_dmac_config()
H A Dixgbe_type.h3995 s32 (*dmac_config)(struct ixgbe_hw *hw); member
4089 struct ixgbe_dmac_config dmac_config; member
H A Dixgbe_common.c147 mac->ops.dmac_config = NULL; in ixgbe_init_ops_generic()