Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_rx.c370 struct mlx5e_ktls_resync_resp *ktls_resync; in resync_handle_seq_match() local
375 ktls_resync = sq->ktls_resync; in resync_handle_seq_match()
378 spin_lock_bh(&ktls_resync->lock); in resync_handle_seq_match()
401 spin_unlock_bh(&ktls_resync->lock); in resync_handle_seq_match()
406 list_add_tail(&priv_rx->list, &ktls_resync->list); in resync_handle_seq_match()
410 spin_unlock_bh(&ktls_resync->lock); in resync_handle_seq_match()
750 struct mlx5e_ktls_resync_resp *ktls_resync; in mlx5e_ktls_rx_handle_resync_list() local
761 ktls_resync = sq->ktls_resync; in mlx5e_ktls_rx_handle_resync_list()
765 spin_lock(&ktls_resync->lock); in mlx5e_ktls_rx_handle_resync_list()
766 list_for_each_entry_safe(priv_rx, tmp, &ktls_resync->list, list) { in mlx5e_ktls_rx_handle_resync_list()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den.h556 struct mlx5e_ktls_resync_resp *ktls_resync; member
H A Den_main.c2011 sq->ktls_resync = mlx5e_ktls_rx_resync_create_resp_list(); in mlx5e_open_icosq()
2012 if (IS_ERR(sq->ktls_resync)) { in mlx5e_open_icosq()
2013 err = PTR_ERR(sq->ktls_resync); in mlx5e_open_icosq()
2042 if (sq->ktls_resync) in mlx5e_close_icosq()
2043 mlx5e_ktls_rx_resync_destroy_resp_list(sq->ktls_resync); in mlx5e_close_icosq()