Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_x550.c4308 u32 hmask = mask & ~IXGBE_GSSR_TOKEN_SM; in ixgbe_acquire_swfw_sync_X550a()
4323 if (!(mask & IXGBE_GSSR_TOKEN_SM)) in ixgbe_acquire_swfw_sync_X550a()
4358 u32 hmask = mask & ~IXGBE_GSSR_TOKEN_SM; in ixgbe_release_swfw_sync_X550a()
4362 if (mask & IXGBE_GSSR_TOKEN_SM) in ixgbe_release_swfw_sync_X550a()
4384 u32 mask = hw->phy.phy_semaphore_mask | IXGBE_GSSR_TOKEN_SM; in ixgbe_read_phy_reg_x550a()
4412 u32 mask = hw->phy.phy_semaphore_mask | IXGBE_GSSR_TOKEN_SM; in ixgbe_write_phy_reg_x550a()
H A Dixgbe_type.h2310 #define IXGBE_GSSR_TOKEN_SM 0x40000000 /* SW bit for shared access */ macro