Searched refs:modify_work (Results 1 – 2 of 2) sorted by relevance
261 struct mlx5e_ipsec_modify_state_work *modify_work = in _update_xfrm_state() local264 modify_work, struct mlx5e_ipsec_sa_entry, modify_work); in _update_xfrm_state()266 mlx5_accel_esp_modify_xfrm(sa_entry, &modify_work->attrs); in _update_xfrm_state()315 INIT_WORK(&sa_entry->modify_work.work, _update_xfrm_state); in mlx5e_xfrm_add_state()342 cancel_work_sync(&sa_entry->modify_work.work); in mlx5e_xfrm_free_state()418 struct mlx5e_ipsec_modify_state_work *modify_work = in mlx5e_xfrm_advance_esn_state() local419 &sa_entry->modify_work; in mlx5e_xfrm_advance_esn_state()426 mlx5e_ipsec_build_accel_xfrm_attrs(sa_entry, &modify_work->attrs); in mlx5e_xfrm_advance_esn_state()427 queue_work(sa_entry->ipsec->wq, &modify_work->work); in mlx5e_xfrm_advance_esn_state()
146 struct mlx5e_ipsec_modify_state_work modify_work; member