Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_rxtx.c189 struct mlx5_wqe_inline_seg *inlseg) in mlx5e_ipsec_handle_tx_wqe() argument
191 inlseg->byte_count = cpu_to_be32(ipsec_st->tailen | MLX5_INLINE_SEG); in mlx5e_ipsec_handle_tx_wqe()
192 esp_output_fill_trailer((u8 *)inlseg->data, 0, ipsec_st->plen, ipsec_st->xo->proto); in mlx5e_ipsec_handle_tx_wqe()
H A Dipsec_rxtx.h65 struct mlx5_wqe_inline_seg *inlseg);