Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dmacsec.h32 static inline bool mlx5e_macsec_is_rx_flow(struct mlx5_cqe64 *cqe) in mlx5e_macsec_is_rx_flow() function
46 static inline bool mlx5e_macsec_is_rx_flow(struct mlx5_cqe64 *cqe) { return false; } in mlx5e_macsec_is_rx_flow() function
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c1566 if (unlikely(mlx5e_macsec_is_rx_flow(cqe))) in mlx5e_build_rx_skb()