Home
last modified time | relevance | path

Searched refs:IXGBE_GSSR_TOKEN_SM (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x550.c4285 u32 hmask = mask & ~IXGBE_GSSR_TOKEN_SM; in ixgbe_acquire_swfw_sync_X550a()
4300 if (!(mask & IXGBE_GSSR_TOKEN_SM)) in ixgbe_acquire_swfw_sync_X550a()
4335 u32 hmask = mask & ~IXGBE_GSSR_TOKEN_SM; in ixgbe_release_swfw_sync_X550a()
4339 if (mask & IXGBE_GSSR_TOKEN_SM) in ixgbe_release_swfw_sync_X550a()
4361 u32 mask = hw->phy.phy_semaphore_mask | IXGBE_GSSR_TOKEN_SM; in ixgbe_read_phy_reg_x550a()
4389 u32 mask = hw->phy.phy_semaphore_mask | IXGBE_GSSR_TOKEN_SM; in ixgbe_write_phy_reg_x550a()
H A Dixgbe_type.h2280 #define IXGBE_GSSR_TOKEN_SM 0x40000000 /* SW bit for shared access */ macro