Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Den_accel.h186 struct mlx5_wqe_inline_seg *inlseg) in mlx5e_accel_tx_finish() argument
195 mlx5e_ipsec_handle_tx_wqe(wqe, &state->ipsec, inlseg); in mlx5e_accel_tx_finish()
H A Dipsec_rxtx.h71 struct mlx5_wqe_inline_seg *inlseg);
H A Dipsec_rxtx.c238 struct mlx5_wqe_inline_seg *inlseg) in mlx5e_ipsec_handle_tx_wqe() argument
240 inlseg->byte_count = cpu_to_be32(ipsec_st->tailen | MLX5_INLINE_SEG); in mlx5e_ipsec_handle_tx_wqe()
241 esp_output_fill_trailer((u8 *)inlseg->data, 0, ipsec_st->plen, ipsec_st->xo->proto); in mlx5e_ipsec_handle_tx_wqe()