Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_api.c1305 if (hw->mac.ops.restore_mdd_vf) in ixgbe_restore_mdd_vf()
1306 hw->mac.ops.restore_mdd_vf(hw, vf); in ixgbe_restore_mdd_vf()
H A Dixgbe_type.h4002 void (*restore_mdd_vf)(struct ixgbe_hw *hw, u32 vf); member
H A Dixgbe_x550.c85 mac->ops.restore_mdd_vf = ixgbe_restore_mdd_vf_X550; in ixgbe_init_ops_X550()