Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec.c84 ret = ida_simple_get(&ipsec->halloc, 1, 0, GFP_KERNEL); in mlx5e_ipsec_sadb_rx_add()
112 ida_simple_remove(&ipsec->halloc, sa_entry->handle); in mlx5e_ipsec_sadb_rx_free()
414 ida_init(&ipsec->halloc); in mlx5e_ipsec_init()
439 ida_destroy(&ipsec->halloc); in mlx5e_ipsec_cleanup()
Dipsec.h83 struct ida halloc; member