Searched refs:ptp_fs (Results 1 – 3 of 3) sorted by relevance
807 if (!ptp_fs->valid) in mlx5e_ptp_rx_unset_fs()816 ptp_fs->valid = false; in mlx5e_ptp_rx_unset_fs()824 struct mlx5e_ptp_fs *ptp_fs; in mlx5e_ptp_rx_set_fs() local828 if (ptp_fs->valid) in mlx5e_ptp_rx_set_fs()841 ptp_fs->udp_v4_rule = rule; in mlx5e_ptp_rx_set_fs()849 ptp_fs->udp_v6_rule = rule; in mlx5e_ptp_rx_set_fs()860 ptp_fs->l2_rule = rule; in mlx5e_ptp_rx_set_fs()861 ptp_fs->valid = true; in mlx5e_ptp_rx_set_fs()993 ptp_fs = kzalloc(sizeof(*ptp_fs), GFP_KERNEL); in mlx5e_ptp_alloc_rx_fs()994 if (!ptp_fs) in mlx5e_ptp_alloc_rx_fs()[all …]
185 void mlx5e_fs_set_ptp(struct mlx5e_flow_steering *fs, struct mlx5e_ptp_fs *ptp_fs);
70 struct mlx5e_ptp_fs *ptp_fs; member1543 return fs->ptp_fs; in mlx5e_fs_get_ptp()1546 void mlx5e_fs_set_ptp(struct mlx5e_flow_steering *fs, struct mlx5e_ptp_fs *ptp_fs) in mlx5e_fs_set_ptp() argument1548 fs->ptp_fs = ptp_fs; in mlx5e_fs_set_ptp()
Completed in 14 milliseconds