halloc             84 drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec.c 	ret = ida_simple_get(&ipsec->halloc, 1, 0, GFP_KERNEL);
halloc            112 drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec.c 	ida_simple_remove(&ipsec->halloc, sa_entry->handle);
halloc            414 drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec.c 	ida_init(&ipsec->halloc);
halloc            439 drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec.c 	ida_destroy(&ipsec->halloc);
halloc             83 drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec.h 	struct ida halloc;