Home
last modified time | relevance | path

Searched refs:num_low_latency_bfregs (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/rdma/
Dmlx5-abi.h28 __u32 num_low_latency_bfregs; member
38 __u32 num_low_latency_bfregs; member
/kernel/linux/linux-5.10/include/uapi/rdma/
Dmlx5-abi.h77 __u32 num_low_latency_bfregs; member
90 __u32 num_low_latency_bfregs; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/rdma/
Dmlx5-abi.h46 __u32 num_low_latency_bfregs; member
57 __u32 num_low_latency_bfregs; member
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
Dmain.c1596 if (req->num_low_latency_bfregs > req->total_num_bfregs - 1) in calc_total_bfregs()
1856 if (req.num_low_latency_bfregs > req.total_num_bfregs - 1) in mlx5_ib_alloc_ucontext()
1924 bfregi->num_low_latency_bfregs = req.num_low_latency_bfregs; in mlx5_ib_alloc_ucontext()
Dmlx5_ib.h106 int num_low_latency_bfregs; member
Dqp.c625 n = max_bfregs(dev, bfregi) - bfregi->num_low_latency_bfregs - in num_med_bfreg()