Searched refs:mutex_id (Results 1 – 1 of 1) sorted by relevance
| /dpdk/drivers/net/axgbe/ |
| H A D | axgbe_phy_impl.c | 414 unsigned int mutex_id; in axgbe_phy_get_comm_ownership() local 430 mutex_id = 0; in axgbe_phy_get_comm_ownership() 431 XP_SET_BITS(mutex_id, XP_I2C_MUTEX, ID, phy_data->port_id); in axgbe_phy_get_comm_ownership() 432 XP_SET_BITS(mutex_id, XP_I2C_MUTEX, ACTIVE, 1); in axgbe_phy_get_comm_ownership() 444 XP_IOWRITE(pdata, XP_I2C_MUTEX, mutex_id); in axgbe_phy_get_comm_ownership() 445 XP_IOWRITE(pdata, XP_MDIO_MUTEX, mutex_id); in axgbe_phy_get_comm_ownership()
|