Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec.h86 struct ida halloc; member
Dipsec.c429 ida_init(&ipsec->halloc); in mlx5e_ipsec_init()
456 ida_destroy(&ipsec->halloc); in mlx5e_ipsec_cleanup()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dipsec.c124 struct ida halloc; member
710 err = ida_simple_get(&fipsec->halloc, 1, 0, GFP_KERNEL); in mlx5_fpga_ipsec_create_sa_ctx()
761 ida_simple_remove(&fipsec->halloc, sa_ctx->sa_handle); in mlx5_fpga_ipsec_create_sa_ctx()
855 ida_simple_remove(&fipsec->halloc, sa_ctx->sa_handle); in mlx5_fpga_ipsec_release_sa_ctx()
1320 ida_init(&fdev->ipsec->halloc); in mlx5_fpga_ipsec_init()
1354 ida_destroy(&fdev->ipsec->halloc); in mlx5_fpga_ipsec_cleanup()