Searched refs:ptp_fs (Results 1 – 3 of 3) sorted by relevance
803 struct mlx5e_ptp_fs *ptp_fs = mlx5e_fs_get_ptp(fs); in mlx5e_ptp_rx_unset_fs() local805 if (!ptp_fs->valid) in mlx5e_ptp_rx_unset_fs()808 mlx5e_fs_tt_redirect_del_rule(ptp_fs->l2_rule); in mlx5e_ptp_rx_unset_fs()811 mlx5e_fs_tt_redirect_del_rule(ptp_fs->udp_v6_rule); in mlx5e_ptp_rx_unset_fs()812 mlx5e_fs_tt_redirect_del_rule(ptp_fs->udp_v4_rule); in mlx5e_ptp_rx_unset_fs()814 ptp_fs->valid = false; in mlx5e_ptp_rx_unset_fs()822 struct mlx5e_ptp_fs *ptp_fs; in mlx5e_ptp_rx_set_fs() local825 ptp_fs = mlx5e_fs_get_ptp(fs); in mlx5e_ptp_rx_set_fs()826 if (ptp_fs->valid) in mlx5e_ptp_rx_set_fs()839 ptp_fs->udp_v4_rule = rule; in mlx5e_ptp_rx_set_fs()[all …]
187 void mlx5e_fs_set_ptp(struct mlx5e_flow_steering *fs, struct mlx5e_ptp_fs *ptp_fs);
70 struct mlx5e_ptp_fs *ptp_fs; member1560 return fs->ptp_fs; in mlx5e_fs_get_ptp()1563 void mlx5e_fs_set_ptp(struct mlx5e_flow_steering *fs, struct mlx5e_ptp_fs *ptp_fs) in mlx5e_fs_set_ptp() argument1565 fs->ptp_fs = ptp_fs; in mlx5e_fs_set_ptp()