Searched refs:ptp_fs (Results 1 – 2 of 2) sorted by relevance
597 struct mlx5e_ptp_fs *ptp_fs = priv->fs.ptp_fs; in mlx5e_ptp_rx_unset_fs() local599 if (!ptp_fs->valid) in mlx5e_ptp_rx_unset_fs()602 mlx5e_fs_tt_redirect_del_rule(ptp_fs->l2_rule); in mlx5e_ptp_rx_unset_fs()605 mlx5e_fs_tt_redirect_del_rule(ptp_fs->udp_v6_rule); in mlx5e_ptp_rx_unset_fs()606 mlx5e_fs_tt_redirect_del_rule(ptp_fs->udp_v4_rule); in mlx5e_ptp_rx_unset_fs()608 ptp_fs->valid = false; in mlx5e_ptp_rx_unset_fs()614 struct mlx5e_ptp_fs *ptp_fs = priv->fs.ptp_fs; in mlx5e_ptp_rx_set_fs() local618 if (ptp_fs->valid) in mlx5e_ptp_rx_set_fs()631 ptp_fs->udp_v4_rule = rule; in mlx5e_ptp_rx_set_fs()639 ptp_fs->udp_v6_rule = rule; in mlx5e_ptp_rx_set_fs()[all …]
187 struct mlx5e_ptp_fs *ptp_fs; member