Searched refs:max_requests (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/pci/ |
D | ats.c | 192 u32 max_requests; in pci_enable_pri() local 205 pci_read_config_dword(pdev, pos + PCI_PRI_MAX_REQ, &max_requests); in pci_enable_pri() 206 reqs = min(max_requests, reqs); in pci_enable_pri()
|
/linux-4.1.27/net/sunrpc/xprtrdma/ |
D | frwr_ops.c | 98 cdata->max_requests = devattr->max_qp_wr / depth; in frwr_op_open() 99 if (!cdata->max_requests) in frwr_op_open() 101 ep->rep_attr.cap.max_send_wr = cdata->max_requests * in frwr_op_open()
|
D | verbs.c | 730 if (cdata->max_requests > devattr->max_qp_wr) in rpcrdma_ep_create() 731 cdata->max_requests = devattr->max_qp_wr; in rpcrdma_ep_create() 736 ep->rep_attr.cap.max_send_wr = cdata->max_requests; in rpcrdma_ep_create() 740 ep->rep_attr.cap.max_recv_wr = cdata->max_requests; in rpcrdma_ep_create() 1075 buf->rb_max_requests = cdata->max_requests; in rpcrdma_buffer_create()
|
D | xprt_rdma.h | 304 unsigned int max_requests; /* max requests (slots) in flight */ member
|
D | transport.c | 349 cdata.max_requests = xprt->max_reqs; in xprt_setup_rdma()
|
/linux-4.1.27/drivers/scsi/ |
D | hptiop.c | 469 config->max_requests = info->max_requests; in iop_get_config_mvfrey() 1125 if (queue_depth > hba->max_requests) in hptiop_adjust_disk_queue_depth() 1126 queue_depth = hba->max_requests; in hptiop_adjust_disk_queue_depth() 1368 hba->max_requests = min(le32_to_cpu(iop_config.max_requests), in hptiop_probe() 1397 host->can_queue = le32_to_cpu(iop_config.max_requests); in hptiop_probe() 1398 host->cmd_per_lun = le32_to_cpu(iop_config.max_requests); in hptiop_probe() 1428 dprintk("req_size=%d, max_requests=%d\n", req_size, hba->max_requests); in hptiop_probe() 1432 hba->req_size*hba->max_requests + 0x20, in hptiop_probe() 1451 for (i = 0; i < hba->max_requests; i++) { in hptiop_probe() 1478 hba->req_size * hba->max_requests + 0x20, in hptiop_probe() [all …]
|
D | hptiop.h | 190 __le32 max_requests; member 316 u32 max_requests; member
|
/linux-4.1.27/drivers/scsi/ibmvscsi/ |
D | ibmvscsi.c | 92 static int max_requests = IBMVSCSI_MAX_REQUESTS_DEFAULT; variable 114 module_param_named(max_requests, max_requests, int, S_IRUGO); 115 MODULE_PARM_DESC(max_requests, "Maximum requests for this adapter"); 154 int max_requests) in ibmvscsi_release_crq_queue() argument 339 int max_requests) in ibmvscsi_init_crq_queue() argument 2414 driver_template.can_queue = max_requests; in ibmvscsi_module_init() 2415 max_events = max_requests + 2; in ibmvscsi_module_init()
|
D | ibmvfc.c | 51 static unsigned int max_requests = IBMVFC_MAX_REQUESTS_DEFAULT; variable 71 module_param_named(max_requests, max_requests, uint, S_IRUGO); 72 MODULE_PARM_DESC(max_requests, "Maximum requests for this adapter. " 1185 login_info->max_cmds = cpu_to_be32(max_requests + IBMVFC_NUM_INTERNAL_REQ); in ibmvfc_set_login_info() 1210 pool->size = max_requests + IBMVFC_NUM_INTERNAL_REQ; in ibmvfc_init_event_pool() 4763 shost->can_queue = max_requests; in ibmvfc_probe() 4917 unsigned long pool_dma = max_requests * sizeof(union ibmvfc_iu); in ibmvfc_get_desired_dma()
|
/linux-4.1.27/Documentation/ |
D | dynamic-debug-howto.txt | 65 ….4/default/net/sunrpc/svc_rdma.c:338 [svcxprt_rdma]svc_rdma_init =_ "\011max_requests : %d\012"
|