Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dptp.c648 if (!ptp_fs->valid) in mlx5e_ptp_rx_unset_fs()
657 ptp_fs->valid = false; in mlx5e_ptp_rx_unset_fs()
665 struct mlx5e_ptp_fs *ptp_fs; in mlx5e_ptp_rx_set_fs() local
669 if (ptp_fs->valid) in mlx5e_ptp_rx_set_fs()
682 ptp_fs->udp_v4_rule = rule; in mlx5e_ptp_rx_set_fs()
690 ptp_fs->udp_v6_rule = rule; in mlx5e_ptp_rx_set_fs()
701 ptp_fs->l2_rule = rule; in mlx5e_ptp_rx_set_fs()
702 ptp_fs->valid = true; in mlx5e_ptp_rx_set_fs()
829 ptp_fs = kzalloc(sizeof(*ptp_fs), GFP_KERNEL); in mlx5e_ptp_alloc_rx_fs()
830 if (!ptp_fs) in mlx5e_ptp_alloc_rx_fs()
[all …]
A Dfs.h168 void mlx5e_fs_set_ptp(struct mlx5e_flow_steering *fs, struct mlx5e_ptp_fs *ptp_fs);
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Den_fs.c70 struct mlx5e_ptp_fs *ptp_fs; member
1545 return fs->ptp_fs; in mlx5e_fs_get_ptp()
1548 void mlx5e_fs_set_ptp(struct mlx5e_flow_steering *fs, struct mlx5e_ptp_fs *ptp_fs) in mlx5e_fs_set_ptp() argument
1550 fs->ptp_fs = ptp_fs; in mlx5e_fs_set_ptp()

Completed in 8 milliseconds