Searched refs:ixgbe_release_swfw_sync (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_common.h | 65 void ixgbe_release_swfw_sync(struct ixgbe_hw *hw, u32 mask);
|
H A D | ixgbe_82598.c | 1152 .release_swfw_sync = &ixgbe_release_swfw_sync,
|
H A D | ixgbe_common.c | 2607 ixgbe_release_swfw_sync(hw, gssr & (fwmask | swmask)); in ixgbe_acquire_swfw_sync() 2614 * ixgbe_release_swfw_sync - Release SWFW semaphore 2621 void ixgbe_release_swfw_sync(struct ixgbe_hw *hw, u32 mask) in ixgbe_release_swfw_sync() function
|
H A D | ixgbe_82599.c | 2209 .release_swfw_sync = &ixgbe_release_swfw_sync,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_common.h | 64 void ixgbe_release_swfw_sync(struct ixgbe_hw *hw, u32 mask);
|
H A D | ixgbe_82598.c | 1152 .release_swfw_sync = &ixgbe_release_swfw_sync,
|
H A D | ixgbe_common.c | 2608 ixgbe_release_swfw_sync(hw, gssr & (fwmask | swmask)); in ixgbe_acquire_swfw_sync() 2615 * ixgbe_release_swfw_sync - Release SWFW semaphore 2622 void ixgbe_release_swfw_sync(struct ixgbe_hw *hw, u32 mask) in ixgbe_release_swfw_sync() function
|
H A D | ixgbe_82599.c | 2210 .release_swfw_sync = &ixgbe_release_swfw_sync,
|
Completed in 30 milliseconds