Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp_hw.c392 tgt_phy = port >= hw->ptp.ports_per_phy; in ice_ptp_get_dest_dev_e825()
393 curr_phy = hw->lane_num >= hw->ptp.ports_per_phy; in ice_ptp_get_dest_dev_e825()
485 lane %= hw->ptp.ports_per_phy; in ice_phy_res_address_eth56g()
2136 mask = (1 << hw->ptp.ports_per_phy) - 1; in ice_ptp_read_tx_hwtstamp_status_eth56g()
2146 *ts_status |= (status & mask) << (phy * hw->ptp.ports_per_phy); in ice_ptp_read_tx_hwtstamp_status_eth56g()
2198 ptp->ports_per_phy = 4; in ice_ptp_init_phy_e825()
2199 ptp->num_lports = params->num_phys * ptp->ports_per_phy; in ice_ptp_init_phy_e825()
2220 phy_port = port % hw->ptp.ports_per_phy; in ice_fill_phy_msg_e82x()
2222 ICE_GET_QUAD_NUM(hw->ptp.ports_per_phy); in ice_fill_phy_msg_e82x()
2557 if (!(quad % ICE_GET_QUAD_NUM(hw->ptp.ports_per_phy))) in ice_fill_quad_msg_e82x()
[all …]
H A Dice_tspll.c665 if (active_clk == port % hw->ptp.ports_per_phy + in ice_tspll_bypass_mux_active_e825c()
H A Dice_type.h893 u8 ports_per_phy; member