MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ixgbe_release_swfw_semaphore

Function ixgbe_release_swfw_semaphore

dpdk/drivers/net/ixgbe/base/ixgbe_api.c:1643–1647  ·  view source on GitHub ↗

* ixgbe_release_swfw_semaphore - Release SWFW semaphore * @hw: pointer to hardware structure * @mask: Mask to specify which semaphore to release * * Releases the SWFW semaphore through SW_FW_SYNC register for the specified * function (CSR, PHY0, PHY1, EEPROM, Flash) **/

Source from the content-addressed store, hash-verified

1641 * function (CSR, PHY0, PHY1, EEPROM, Flash)
1642 **/
1643void ixgbe_release_swfw_semaphore(struct ixgbe_hw *hw, u32 mask)
1644{
1645 if (hw->mac.ops.release_swfw_sync)
1646 hw->mac.ops.release_swfw_sync(hw, mask);
1647}
1648
1649/**
1650 * ixgbe_init_swfw_semaphore - Clean up SWFW semaphore

Callers 5

ixgbe_swfw_lock_resetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected