Searched refs:max_qps (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/huawei/hinic/ |
D | hinic_hw_io.h | 68 u16 max_qps; member 92 struct hinic_hwif *hwif, u16 max_qps, int num_ceqs,
|
D | hinic_hw_io.c | 132 num_sqs, func_to_io->max_qps); in write_sq_ctxts() 176 num_rqs, func_to_io->max_qps); in write_rq_ctxts() 447 struct hinic_hwif *hwif, u16 max_qps, int num_ceqs, in hinic_io_init() argument 457 func_to_io->max_qps = max_qps; in hinic_io_init() 467 err = hinic_wqs_alloc(&func_to_io->wqs, 2 * max_qps, hwif); in hinic_io_init()
|
D | hinic_hw_dev.c | 40 #define MAX_IRQS(max_qps, num_aeqs, num_ceqs) \ argument 41 (2 * (max_qps) + (num_aeqs) + (num_ceqs)) 104 nic_cap->max_qps = dev_cap->max_sqs + 1; in get_capability() 105 if (nic_cap->max_qps != (dev_cap->max_rqs + 1)) in get_capability() 108 if (nic_cap->num_qps > nic_cap->max_qps) in get_capability() 109 nic_cap->num_qps = nic_cap->max_qps; in get_capability() 548 err = hinic_io_init(func_to_io, hwif, nic_cap->max_qps, num_ceqs, in hinic_hwdev_ifup()
|
D | hinic_hw_dev.h | 35 u16 max_qps; member
|
D | hinic_main.c | 188 channels->max_rx = hwdev->nic_cap.max_qps; in hinic_get_channels() 189 channels->max_tx = hwdev->nic_cap.max_qps; in hinic_get_channels()
|
/Linux-v4.19/drivers/infiniband/hw/cxgb3/ |
D | iwch.c | 114 rnicp->attr.max_qps = T3_MAX_NUM_QP - 32; in rnic_init() 128 rnicp->attr.max_rdma_reads_per_qp * rnicp->attr.max_qps; in rnic_init() 131 rnicp->attr.max_rdma_read_qp_depth * rnicp->attr.max_qps; in rnic_init()
|
D | iwch.h | 52 u32 max_qps; member
|
D | iwch_provider.c | 1068 props->max_qp = dev->attr.max_qps; in iwch_query_device()
|
/Linux-v4.19/include/uapi/rdma/ |
D | nes-abi.h | 62 __u32 max_qps; /* maximum qps allowed for this user process */ member
|
D | i40iw-abi.h | 52 __u32 max_qps; /* maximum qps allowed for this user process */ member
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/ |
D | fw.h | 72 int max_qps; member
|
D | fw.c | 846 dev_cap->max_qps = 1 << (field & 0x1f); in mlx4_QUERY_DEV_CAP() 1137 dev_cap->max_qps, dev_cap->reserved_qps, dev_cap->qpc_entry_sz); in mlx4_dev_cap_dump()
|
/Linux-v4.19/drivers/infiniband/hw/mthca/ |
D | mthca_cmd.h | 124 int max_qps; member
|
D | mthca_cmd.c | 1079 dev_lim->max_qps = 1 << (field & 0x1f); in mthca_QUERY_DEV_LIM() 1223 dev_lim->max_qps, dev_lim->reserved_qps, dev_lim->qpc_entry_sz); in mthca_QUERY_DEV_LIM()
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | verbs.c | 98 module_param_named(max_qps, hfi1_max_qps, uint, S_IRUGO); 99 MODULE_PARM_DESC(max_qps, "Maximum number of QPs to support");
|
/Linux-v4.19/drivers/infiniband/hw/qib/ |
D | qib_verbs.c | 82 module_param_named(max_qps, ib_qib_max_qps, uint, S_IRUGO); 83 MODULE_PARM_DESC(max_qps, "Maximum number of QPs to support");
|
/Linux-v4.19/drivers/infiniband/hw/nes/ |
D | nes_verbs.c | 557 uresp.max_qps = nesibdev->max_qp; in nes_alloc_ucontext() 570 ((sizeof(struct nes_hw_qp_wqe) * uresp.max_qps * 2) + PAGE_SIZE-1) / in nes_alloc_ucontext()
|
/Linux-v4.19/drivers/infiniband/hw/i40iw/ |
D | i40iw_verbs.c | 146 uresp.max_qps = iwdev->max_qp; in i40iw_alloc_ucontext()
|