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.c60 mac->ops.dmac_config = ixgbe_dmac_config_X550;
476 if (!hw->mac.dmac_config.watchdog_timer)
486 reg |= (hw->mac.dmac_config.watchdog_timer * 100) / 4096;
490 if (hw->mac.dmac_config.fcoe_en) {
491 high_pri_tc = 1 << hw->mac.dmac_config.fcoe_tc;
519 switch (hw->mac.dmac_config.link_speed) {
539 if (tc < hw->mac.dmac_config.num_tcs) {
H A Dixgbe_api.c1139 return ixgbe_call_func(hw, hw->mac.ops.dmac_config, (hw),
H A Dixgbe_type.h3738 s32 (*dmac_config)(struct ixgbe_hw *hw); member in struct:ixgbe_mac_operations
3824 struct ixgbe_dmac_config dmac_config; member in struct:ixgbe_mac_info
H A Dixgbe_common.c144 mac->ops.dmac_config = NULL;

Completed in 87 milliseconds