Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_82599.c2197 .stop_link_on_d3 = &ixgbe_stop_mac_link_on_d3_82599,
Dixgbe_type.h3263 void (*stop_link_on_d3)(struct ixgbe_hw *); member
Dixgbe_main.c5962 if (hw->mac.ops.stop_link_on_d3) in __ixgbe_shutdown()
5963 hw->mac.ops.stop_link_on_d3(hw); in __ixgbe_shutdown()