Searched refs:max_requests (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/pci/ |
D | ats.c | 153 u32 max_requests; in pci_enable_pri() local 166 pci_read_config_dword(pdev, pos + PCI_PRI_MAX_REQ, &max_requests); in pci_enable_pri() 167 reqs = min(max_requests, reqs); in pci_enable_pri()
|
/linux-4.4.14/drivers/scsi/ |
D | hptiop.c | 469 config->max_requests = info->max_requests; in iop_get_config_mvfrey() 1124 if (queue_depth > hba->max_requests) in hptiop_adjust_disk_queue_depth() 1125 queue_depth = hba->max_requests; in hptiop_adjust_disk_queue_depth() 1377 hba->max_requests = min(le32_to_cpu(iop_config.max_requests), in hptiop_probe() 1406 host->can_queue = le32_to_cpu(iop_config.max_requests); in hptiop_probe() 1407 host->cmd_per_lun = le32_to_cpu(iop_config.max_requests); in hptiop_probe() 1437 dprintk("req_size=%d, max_requests=%d\n", req_size, hba->max_requests); in hptiop_probe() 1442 for (i = 0; i < hba->max_requests; i++) { in hptiop_probe() 1485 for (i = 0; i < hba->max_requests; i++) { in hptiop_probe() 1572 for (i = 0; i < hba->max_requests; i++) { in hptiop_remove()
|
D | hptiop.h | 190 __le32 max_requests; member 316 u32 max_requests; member
|
/linux-4.4.14/net/sunrpc/xprtrdma/ |
D | frwr_ops.c | 226 cdata->max_requests = devattr->max_qp_wr / depth; in frwr_op_open() 227 if (!cdata->max_requests) in frwr_op_open() 229 ep->rep_attr.cap.max_send_wr = cdata->max_requests * in frwr_op_open()
|
D | verbs.c | 589 if (cdata->max_requests > max_qp_wr) in rpcrdma_ep_create() 590 cdata->max_requests = max_qp_wr; in rpcrdma_ep_create() 595 ep->rep_attr.cap.max_send_wr = cdata->max_requests; in rpcrdma_ep_create() 600 ep->rep_attr.cap.max_recv_wr = cdata->max_requests; in rpcrdma_ep_create() 952 buf->rb_max_requests = r_xprt->rx_data.max_requests; in rpcrdma_buffer_create()
|
D | xprt_rdma.h | 323 unsigned int max_requests; /* max requests (slots) in flight */ member
|
D | transport.c | 346 cdata.max_requests = xprt->max_reqs; in xprt_setup_rdma()
|
/linux-4.4.14/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 2418 driver_template.can_queue = max_requests; in ibmvscsi_module_init() 2419 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() 4762 shost->can_queue = max_requests; in ibmvfc_probe() 4916 unsigned long pool_dma = max_requests * sizeof(union ibmvfc_iu); in ibmvfc_get_desired_dma()
|
/linux-4.4.14/Documentation/ |
D | dynamic-debug-howto.txt | 65 ….4/default/net/sunrpc/svc_rdma.c:338 [svcxprt_rdma]svc_rdma_init =_ "\011max_requests : %d\012"
|