Searched refs:ktls_resync (Results 1 – 3 of 3) sorted by relevance
367 struct mlx5e_ktls_resync_resp *ktls_resync; in resync_handle_seq_match() local372 ktls_resync = sq->ktls_resync; in resync_handle_seq_match()375 spin_lock_bh(&ktls_resync->lock); in resync_handle_seq_match()383 spin_unlock_bh(&ktls_resync->lock); in resync_handle_seq_match()686 struct mlx5e_ktls_resync_resp *ktls_resync; in mlx5e_ktls_rx_handle_resync_list() local697 ktls_resync = sq->ktls_resync; in mlx5e_ktls_rx_handle_resync_list()701 spin_lock(&ktls_resync->lock); in mlx5e_ktls_rx_handle_resync_list()707 if (list_empty(&ktls_resync->list)) in mlx5e_ktls_rx_handle_resync_list()709 spin_unlock(&ktls_resync->lock); in mlx5e_ktls_rx_handle_resync_list()739 spin_lock(&ktls_resync->lock); in mlx5e_ktls_rx_handle_resync_list()[all …]
574 struct mlx5e_ktls_resync_resp *ktls_resync; member
1606 sq->ktls_resync = mlx5e_ktls_rx_resync_create_resp_list(); in mlx5e_open_icosq()1607 if (IS_ERR(sq->ktls_resync)) { in mlx5e_open_icosq()1608 err = PTR_ERR(sq->ktls_resync); in mlx5e_open_icosq()1637 if (sq->ktls_resync) in mlx5e_close_icosq()1638 mlx5e_ktls_rx_resync_destroy_resp_list(sq->ktls_resync); in mlx5e_close_icosq()
Completed in 20 milliseconds