Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Den_accel.h203 struct mlx5_wqe_inline_seg *inlseg) in mlx5e_accel_tx_finish() argument
211 mlx5e_psp_handle_tx_wqe(wqe, &state->psp_st, inlseg); in mlx5e_accel_tx_finish()
217 mlx5e_ipsec_handle_tx_wqe(wqe, &state->ipsec, inlseg); in mlx5e_accel_tx_finish()
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 Dpsp_rxtx.c169 struct mlx5_wqe_inline_seg *inlseg) in mlx5e_psp_handle_tx_wqe() argument
171 inlseg->byte_count = cpu_to_be32(psp_st->tailen | MLX5_INLINE_SEG); in mlx5e_psp_handle_tx_wqe()
H A Dpsp_rxtx.h52 struct mlx5_wqe_inline_seg *inlseg);
H A Dipsec_rxtx.h65 struct mlx5_wqe_inline_seg *inlseg);