Searched refs:next_record_tcp_sn (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ktls_txrx.c | 102 u32 next_record_tcp_sn) in fill_progress_params() argument 108 MLX5_SET(tls_progress_params, ctx, next_record_tcp_sn, in fill_progress_params() 109 next_record_tcp_sn); in fill_progress_params() 120 u32 next_record_tcp_sn, in mlx5e_ktls_build_progress_params() argument 136 fill_progress_params(&wqe->params, tis_tir_num, next_record_tcp_sn); in mlx5e_ktls_build_progress_params()
|
H A D | ktls_rx.c | 168 u32 next_record_tcp_sn) in post_progress_params() argument 182 false, next_record_tcp_sn, in post_progress_params() 198 u32 next_record_tcp_sn) in post_rx_param_wqes() argument 211 cseg = post_progress_params(sq, priv_rx, next_record_tcp_sn); in post_rx_param_wqes()
|
H A D | ktls_utils.h | 88 u32 next_record_tcp_sn,
|