Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp_consts.h52 .bs_ds = 0x19a /* 0.8 */
71 .bs_ds = 0xa4 /* 0.32 */
91 .bs_ds = 0x32 /* 0.0969697 */
133 .bs_ds = 0x14 /* 0.0387879, RS-FEC 0 */
160 .bs_ds = 0xccd /* 6.4 */
217 .bs_ds = 0xa3d /* 5.12, RS-FEC 0x633 (3.1) */
251 .bs_ds = 0x199a /* 12.8, RS-FEC 0x31b (1.552) */
277 .bs_ds = 0x303 /* 1.506 */
H A Dice_ptp_hw.c1728 u32 rx_offset, tx_offset, bs_ds; in ice_phy_set_offsets_eth56g() local
1733 bs_ds = cfg->rx_offset.bs_ds; in ice_phy_set_offsets_eth56g()
1747 bs_ds = ice_ptp_calc_bitslip_eth56g(hw, port, bs_ds, fc, rs, in ice_phy_set_offsets_eth56g()
1750 bs_ds = ice_ptp_calc_deskew_eth56g(hw, port, bs_ds, rs, spd); in ice_phy_set_offsets_eth56g()
1751 rx_offset = add_u32_u32_fx(rx_offset, bs_ds); in ice_phy_set_offsets_eth56g()
H A Dice_ptp_hw.h190 u32 bs_ds; member