Searched refs:skb_id (Results 1 – 1 of 1) sorted by relevance
84 static bool mlx5e_ptp_ts_cqe_drop(struct mlx5e_ptpsq *ptpsq, u16 skb_cc, u16 skb_id) in mlx5e_ptp_ts_cqe_drop() argument86 return (ptpsq->ts_cqe_ctr_mask && (skb_cc != skb_id)); in mlx5e_ptp_ts_cqe_drop()89 static void mlx5e_ptp_skb_fifo_ts_cqe_resync(struct mlx5e_ptpsq *ptpsq, u16 skb_cc, u16 skb_id) in mlx5e_ptp_skb_fifo_ts_cqe_resync() argument96 while (skb_cc != skb_id) { in mlx5e_ptp_skb_fifo_ts_cqe_resync()109 u16 skb_id = PTP_WQE_CTR2IDX(be16_to_cpu(cqe->wqe_counter)); in mlx5e_ptp_handle_ts_cqe() local121 if (mlx5e_ptp_ts_cqe_drop(ptpsq, skb_cc, skb_id)) in mlx5e_ptp_handle_ts_cqe()122 mlx5e_ptp_skb_fifo_ts_cqe_resync(ptpsq, skb_cc, skb_id); in mlx5e_ptp_handle_ts_cqe()