Searched refs:qls (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | dpll.c | 201 void *priv, unsigned long *qls, in mlx5_dpll_clock_quality_level_get() argument 222 __set_bit(DPLL_CLOCK_QUALITY_LEVEL_ITU_OPT1_PRC, qls); in mlx5_dpll_clock_quality_level_get() 225 __set_bit(DPLL_CLOCK_QUALITY_LEVEL_ITU_OPT1_SSU_A, qls); in mlx5_dpll_clock_quality_level_get() 228 __set_bit(DPLL_CLOCK_QUALITY_LEVEL_ITU_OPT1_SSU_B, qls); in mlx5_dpll_clock_quality_level_get() 231 __set_bit(DPLL_CLOCK_QUALITY_LEVEL_ITU_OPT1_EEC1, qls); in mlx5_dpll_clock_quality_level_get() 234 __set_bit(DPLL_CLOCK_QUALITY_LEVEL_ITU_OPT1_PRTC, qls); in mlx5_dpll_clock_quality_level_get() 237 __set_bit(DPLL_CLOCK_QUALITY_LEVEL_ITU_OPT1_EPRTC, qls); in mlx5_dpll_clock_quality_level_get() 240 __set_bit(DPLL_CLOCK_QUALITY_LEVEL_ITU_OPT1_EEEC, qls); in mlx5_dpll_clock_quality_level_get() 243 __set_bit(DPLL_CLOCK_QUALITY_LEVEL_ITU_OPT1_EPRC, qls); in mlx5_dpll_clock_quality_level_get()
|
| /linux/include/linux/ |
| H A D | dpll.h | 39 unsigned long *qls,
|
| /linux/drivers/dpll/ |
| H A D | dpll_netlink.c | 246 DECLARE_BITMAP(qls, DPLL_CLOCK_QUALITY_LEVEL_MAX + 1) = { 0 }; in dpll_msg_add_clock_quality_level() 253 ret = ops->clock_quality_level_get(dpll, dpll_priv(dpll), qls, extack); in dpll_msg_add_clock_quality_level() 256 for_each_set_bit(ql, qls, DPLL_CLOCK_QUALITY_LEVEL_MAX + 1) in dpll_msg_add_clock_quality_level()
|