Home
last modified time | relevance | path

Searched refs:disable_mdd (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_api.c1249 if (hw->mac.ops.disable_mdd) in ixgbe_disable_mdd()
1250 hw->mac.ops.disable_mdd(hw); in ixgbe_disable_mdd()
H A Dixgbe_x550.c79 mac->ops.disable_mdd = ixgbe_disable_mdd_X550; in ixgbe_init_ops_X550()
H A Dixgbe_type.h3742 void (*disable_mdd)(struct ixgbe_hw *hw); member