Home
last modified time | relevance | path

Searched full:ffo (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Ddpll.c135 s64 *ffo) in mlx5_dpll_pin_ffo_get() argument
139 *ffo = synce_status->frequency_diff; in mlx5_dpll_pin_ffo_get()
220 s64 *ffo, struct netlink_ext_ack *extack) in mlx5_dpll_ffo_get() argument
229 return mlx5_dpll_pin_ffo_get(&synce_status, ffo); in mlx5_dpll_ffo_get()
/linux-6.12.1/Documentation/netlink/specs/
Ddpll.yaml83 the FFO (Fractional Frequency Offset) between the RX and TX
342 The FFO (Fractional Frequency Offset) between the RX and TX
/linux-6.12.1/include/uapi/linux/
Ddpll.h66 * @DPLL_LOCK_STATUS_ERROR_FRACTIONAL_FREQUENCY_OFFSET_TOO_HIGH: the FFO
/linux-6.12.1/include/linux/
Ddpll.h86 s64 *ffo, struct netlink_ext_ack *extack);
/linux-6.12.1/include/linux/mfd/
Didt8a340_reg.h230 /* Signed 42-bit FFO in units of 2^(-53) */
241 /* Signed 42-bit FFO in units of 2^(-53) */
/linux-6.12.1/drivers/dpll/
Ddpll_netlink.c289 s64 ffo; in dpll_msg_add_ffo() local
295 dpll, dpll_priv(dpll), &ffo, extack); in dpll_msg_add_ffo()
301 return nla_put_sint(msg, DPLL_A_PIN_FRACTIONAL_FREQUENCY_OFFSET, ffo); in dpll_msg_add_ffo()