Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_x550.c3753 u32 hmask = mask & ~IXGBE_GSSR_TOKEN_SM; in ixgbe_acquire_swfw_sync_x550em_a()
3763 if (!(mask & IXGBE_GSSR_TOKEN_SM)) in ixgbe_acquire_swfw_sync_x550em_a()
3788 u32 hmask = mask & ~IXGBE_GSSR_TOKEN_SM; in ixgbe_release_swfw_sync_x550em_a()
3790 if (mask & IXGBE_GSSR_TOKEN_SM) in ixgbe_release_swfw_sync_x550em_a()
3811 u32 mask = hw->phy.phy_semaphore_mask | IXGBE_GSSR_TOKEN_SM; in ixgbe_read_phy_reg_x550a()
3837 u32 mask = hw->phy.phy_semaphore_mask | IXGBE_GSSR_TOKEN_SM; in ixgbe_write_phy_reg_x550a()
Dixgbe_phy.c821 gssr |= IXGBE_GSSR_TOKEN_SM | IXGBE_GSSR_PHY0_SM; in ixgbe_x550em_a_mii_bus_read()
839 gssr |= IXGBE_GSSR_TOKEN_SM | IXGBE_GSSR_PHY0_SM; in ixgbe_x550em_a_mii_bus_write()
Dixgbe_type.h1986 #define IXGBE_GSSR_TOKEN_SM 0x40000000 /* SW bit for shared access */ macro