Home
last modified time | relevance | path

Searched refs:mlx5_ipsec_is_rx_flow (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_rxtx.h75 static inline bool mlx5_ipsec_is_rx_flow(struct mlx5_cqe64 *cqe) in mlx5_ipsec_is_rx_flow() function
153 static inline bool mlx5_ipsec_is_rx_flow(struct mlx5_cqe64 *cqe) { return false; } in mlx5_ipsec_is_rx_flow() function
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c1558 if (unlikely(mlx5_ipsec_is_rx_flow(cqe))) in mlx5e_build_rx_skb()