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

Function ixgbe_acquire_swfw_semaphore

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

* ixgbe_acquire_swfw_semaphore - Acquire SWFW semaphore * @hw: pointer to hardware structure * @mask: Mask to specify which semaphore to acquire * * Acquires 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

1627 * function (CSR, PHY0, PHY1, EEPROM, Flash)
1628 **/
1629s32 ixgbe_acquire_swfw_semaphore(struct ixgbe_hw *hw, u32 mask)
1630{
1631 return ixgbe_call_func(hw, hw->mac.ops.acquire_swfw_sync,
1632 (hw, mask), IXGBE_NOT_IMPLEMENTED);
1633}
1634
1635/**
1636 * ixgbe_release_swfw_semaphore - Release SWFW semaphore

Callers 4

ixgbe_swfw_lock_resetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected