Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ixgbe/
Dixgbe_x550.c3700 u32 hmask = mask & ~IXGBE_GSSR_TOKEN_SM; in ixgbe_acquire_swfw_sync_x550em_a()
3710 if (!(mask & IXGBE_GSSR_TOKEN_SM)) in ixgbe_acquire_swfw_sync_x550em_a()
3735 u32 hmask = mask & ~IXGBE_GSSR_TOKEN_SM; in ixgbe_release_swfw_sync_x550em_a()
3737 if (mask & IXGBE_GSSR_TOKEN_SM) in ixgbe_release_swfw_sync_x550em_a()
3758 u32 mask = hw->phy.phy_semaphore_mask | IXGBE_GSSR_TOKEN_SM; in ixgbe_read_phy_reg_x550a()
3784 u32 mask = hw->phy.phy_semaphore_mask | IXGBE_GSSR_TOKEN_SM; in ixgbe_write_phy_reg_x550a()
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()
Dixgbe_type.h1985 #define IXGBE_GSSR_TOKEN_SM 0x40000000 /* SW bit for shared access */ macro