Home
last modified time | relevance | path

Searched refs:ptp_fs (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/
Dptp.c627 struct mlx5e_ptp_fs *ptp_fs = mlx5e_fs_get_ptp(fs); in mlx5e_ptp_rx_unset_fs() local
629 if (!ptp_fs->valid) in mlx5e_ptp_rx_unset_fs()
632 mlx5e_fs_tt_redirect_del_rule(ptp_fs->l2_rule); in mlx5e_ptp_rx_unset_fs()
635 mlx5e_fs_tt_redirect_del_rule(ptp_fs->udp_v6_rule); in mlx5e_ptp_rx_unset_fs()
636 mlx5e_fs_tt_redirect_del_rule(ptp_fs->udp_v4_rule); in mlx5e_ptp_rx_unset_fs()
638 ptp_fs->valid = false; in mlx5e_ptp_rx_unset_fs()
646 struct mlx5e_ptp_fs *ptp_fs; in mlx5e_ptp_rx_set_fs() local
649 ptp_fs = mlx5e_fs_get_ptp(fs); in mlx5e_ptp_rx_set_fs()
650 if (ptp_fs->valid) in mlx5e_ptp_rx_set_fs()
663 ptp_fs->udp_v4_rule = rule; in mlx5e_ptp_rx_set_fs()
[all …]
Dfs.h165 void mlx5e_fs_set_ptp(struct mlx5e_flow_steering *fs, struct mlx5e_ptp_fs *ptp_fs);
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den_fs.c69 struct mlx5e_ptp_fs *ptp_fs; member
1525 return fs->ptp_fs; in mlx5e_fs_get_ptp()
1528 void mlx5e_fs_set_ptp(struct mlx5e_flow_steering *fs, struct mlx5e_ptp_fs *ptp_fs) in mlx5e_fs_set_ptp() argument
1530 fs->ptp_fs = ptp_fs; in mlx5e_fs_set_ptp()