Searched refs:HW_ATL_PHY_ID_MAX (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_phy.h18 #define HW_ATL_PHY_ID_MAX 32U macro
H A Daq_phy.c117 for (aq_hw->phy_id = 0; aq_hw->phy_id < HW_ATL_PHY_ID_MAX;
133 if (aq_hw->phy_id == HW_ATL_PHY_ID_MAX)
146 aq_hw->phy_id = HW_ATL_PHY_ID_MAX;
H A Daq_nic.c429 self->aq_hw->phy_id = HW_ATL_PHY_ID_MAX;
438 if (self->aq_hw->phy_id != HW_ATL_PHY_ID_MAX)

Completed in 169 milliseconds