Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_api.c1269 if (hw->mac.ops.disable_mdd) in ixgbe_disable_mdd()
1270 hw->mac.ops.disable_mdd(hw); in ixgbe_disable_mdd()
H A Dixgbe_type.h3999 void (*disable_mdd)(struct ixgbe_hw *hw); member
H A Dixgbe_x550.c82 mac->ops.disable_mdd = ixgbe_disable_mdd_X550; in ixgbe_init_ops_X550()