Home
last modified time | relevance | path

Searched refs:ixgbe_release_swfw_sync (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_common.h65 void ixgbe_release_swfw_sync(struct ixgbe_hw *hw, u32 mask);
Dixgbe_82598.c1152 .release_swfw_sync = &ixgbe_release_swfw_sync,
Dixgbe_common.c2620 ixgbe_release_swfw_sync(hw, gssr & (fwmask | swmask)); in ixgbe_acquire_swfw_sync()
2634 void ixgbe_release_swfw_sync(struct ixgbe_hw *hw, u32 mask) in ixgbe_release_swfw_sync() function
Dixgbe_82599.c2210 .release_swfw_sync = &ixgbe_release_swfw_sync,