Searched refs:ptp_fs (Results 1 – 2 of 2) sorted by relevance
595 struct mlx5e_ptp_fs *ptp_fs = priv->fs.ptp_fs; in mlx5e_ptp_rx_unset_fs() local597 if (!ptp_fs->valid) in mlx5e_ptp_rx_unset_fs()600 mlx5e_fs_tt_redirect_del_rule(ptp_fs->l2_rule); in mlx5e_ptp_rx_unset_fs()603 mlx5e_fs_tt_redirect_del_rule(ptp_fs->udp_v6_rule); in mlx5e_ptp_rx_unset_fs()604 mlx5e_fs_tt_redirect_del_rule(ptp_fs->udp_v4_rule); in mlx5e_ptp_rx_unset_fs()606 ptp_fs->valid = false; in mlx5e_ptp_rx_unset_fs()612 struct mlx5e_ptp_fs *ptp_fs = priv->fs.ptp_fs; in mlx5e_ptp_rx_set_fs() local616 if (ptp_fs->valid) in mlx5e_ptp_rx_set_fs()629 ptp_fs->udp_v4_rule = rule; in mlx5e_ptp_rx_set_fs()637 ptp_fs->udp_v6_rule = rule; in mlx5e_ptp_rx_set_fs()[all …]
185 struct mlx5e_ptp_fs *ptp_fs; member