Searched refs:mlx5e_macsec_is_rx_flow (Results 1 – 2 of 2) sorted by relevance
32 static inline bool mlx5e_macsec_is_rx_flow(struct mlx5_cqe64 *cqe) in mlx5e_macsec_is_rx_flow() function46 static inline bool mlx5e_macsec_is_rx_flow(struct mlx5_cqe64 *cqe) { return false; } in mlx5e_macsec_is_rx_flow() function
1566 if (unlikely(mlx5e_macsec_is_rx_flow(cqe))) in mlx5e_build_rx_skb()