Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x550.c3703 u32 hmask = mask & ~IXGBE_GSSR_TOKEN_SM; in ixgbe_acquire_swfw_sync_x550em_a()
3713 if (!(mask & IXGBE_GSSR_TOKEN_SM)) in ixgbe_acquire_swfw_sync_x550em_a()
3738 u32 hmask = mask & ~IXGBE_GSSR_TOKEN_SM; in ixgbe_release_swfw_sync_x550em_a()
3740 if (mask & IXGBE_GSSR_TOKEN_SM) in ixgbe_release_swfw_sync_x550em_a()
3761 u32 mask = hw->phy.phy_semaphore_mask | IXGBE_GSSR_TOKEN_SM; in ixgbe_read_phy_reg_x550a()
3787 u32 mask = hw->phy.phy_semaphore_mask | IXGBE_GSSR_TOKEN_SM; in ixgbe_write_phy_reg_x550a()
H A Dixgbe_phy.c817 gssr |= IXGBE_GSSR_TOKEN_SM | IXGBE_GSSR_PHY0_SM; in ixgbe_x550em_a_mii_bus_read()
835 gssr |= IXGBE_GSSR_TOKEN_SM | IXGBE_GSSR_PHY0_SM; in ixgbe_x550em_a_mii_bus_write()
H A Dixgbe_type.h1985 #define IXGBE_GSSR_TOKEN_SM 0x40000000 /* SW bit for shared access */ macro