Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_tx.c199 bool skip_static_post, bool fence_first_post) in mlx5e_ktls_tx_post_param_wqes() argument
201 bool progress_fence = skip_static_post || !fence_first_post; in mlx5e_ktls_tx_post_param_wqes()
203 if (!skip_static_post) in mlx5e_ktls_tx_post_param_wqes()
284 bool skip_static_post; in tx_post_resync_params() local
291 skip_static_post = !memcmp(rec_seq, &rn_be, rec_seq_sz); in tx_post_resync_params()
292 if (!skip_static_post) in tx_post_resync_params()
295 mlx5e_ktls_tx_post_param_wqes(sq, priv_tx, skip_static_post, true); in tx_post_resync_params()