Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_utils.h48 struct mlx5e_get_tls_progress_params_wqe { struct
60 (DIV_ROUND_UP(sizeof(struct mlx5e_get_tls_progress_params_wqe), MLX5_SEND_WQE_BB)) argument
71 ((struct mlx5e_get_tls_progress_params_wqe *)\
72 mlx5e_fetch_wqe(&(sq)->wq, pi, sizeof(struct mlx5e_get_tls_progress_params_wqe)))
H A Dktls_rx.c255 struct mlx5e_get_tls_progress_params_wqe *wqe; in resync_post_get_progress_params()