Searched refs:skb_cc (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()91 u16 skb_cc = PTP_WQE_CTR2IDX(ptpsq->skb_fifo_cc); in mlx5e_ptp_ts_cqe_ooo() local94 if (PTP_WQE_CTR2IDX(skb_id - skb_cc) >= PTP_WQE_CTR2IDX(skb_pc - skb_cc)) in mlx5e_ptp_ts_cqe_ooo()100 static void mlx5e_ptp_skb_fifo_ts_cqe_resync(struct mlx5e_ptpsq *ptpsq, u16 skb_cc, in mlx5e_ptp_skb_fifo_ts_cqe_resync() argument108 while (skb_cc != skb_id) { in mlx5e_ptp_skb_fifo_ts_cqe_resync()114 skb_cc = PTP_WQE_CTR2IDX(ptpsq->skb_fifo_cc); in mlx5e_ptp_skb_fifo_ts_cqe_resync()123 u16 skb_cc = PTP_WQE_CTR2IDX(ptpsq->skb_fifo_cc); in mlx5e_ptp_handle_ts_cqe() local134 if (mlx5e_ptp_ts_cqe_drop(ptpsq, skb_cc, skb_id)) { in mlx5e_ptp_handle_ts_cqe()140 mlx5e_ptp_skb_fifo_ts_cqe_resync(ptpsq, skb_cc, skb_id, budget); in mlx5e_ptp_handle_ts_cqe()
Completed in 4 milliseconds