Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82599.c2180 .stop_link_on_d3 = &ixgbe_stop_mac_link_on_d3_82599,
H A Dixgbe_type.h3435 void (*stop_link_on_d3)(struct ixgbe_hw *); member
H A Dixgbe_main.c7001 if (hw->mac.ops.stop_link_on_d3) in __ixgbe_shutdown()
7002 hw->mac.ops.stop_link_on_d3(hw); in __ixgbe_shutdown()