Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_ptp_consts.h97 .bs_ds = 0x19a /* 0.8 */
116 .bs_ds = 0xa4 /* 0.32 */
136 .bs_ds = 0x32 /* 0.0969697 */
178 .bs_ds = 0x14 /* 0.0387879, RS-FEC 0 */
205 .bs_ds = 0xccd /* 6.4 */
262 .bs_ds = 0xa3d /* 5.12, RS-FEC 0x633 (3.1) */
296 .bs_ds = 0x199a /* 12.8, RS-FEC 0x31b (1.552) */
322 .bs_ds = 0x303 /* 1.506 */
Dice_ptp_hw.c2165 u32 rx_offset, tx_offset, bs_ds; in ice_phy_set_offsets_eth56g() local
2170 bs_ds = cfg->rx_offset.bs_ds; in ice_phy_set_offsets_eth56g()
2184 bs_ds = ice_ptp_calc_bitslip_eth56g(hw, port, bs_ds, fc, rs, in ice_phy_set_offsets_eth56g()
2187 bs_ds = ice_ptp_calc_deskew_eth56g(hw, port, bs_ds, rs, spd); in ice_phy_set_offsets_eth56g()
2188 rx_offset = add_u32_u32_fx(rx_offset, bs_ds); in ice_phy_set_offsets_eth56g()
Dice_ptp_hw.h192 u32 bs_ds; member