Searched refs:max_requests (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/sys/dev/xen/blkback/ |
H A D | blkback.c | 580 u_int max_requests; 2672 i < xbb->max_requests; i++, reqlist++){ in xbb_disconnect() 2827 xbb->reqlist_kva_pages = xbb->max_requests * xbb->max_request_segments; in xbb_alloc_communication_mem() 2913 xbb->max_requests = 32; in xbb_collect_frontend_info() 2920 xbb->max_requests = BLKIF_MAX_RING_REQUESTS(ring_size); in xbb_collect_frontend_info() 3006 xbb->requests = malloc(xbb->max_requests * sizeof(*xbb->requests), in xbb_alloc_requests() 3015 last_req = &xbb->requests[xbb->max_requests - 1]; in xbb_alloc_requests() 3034 xbb->request_lists = malloc(xbb->max_requests * in xbb_alloc_request_lists() 3044 for (i = 0; i < xbb->max_requests; i++) { in xbb_alloc_request_lists() 3156 xbb->max_requests, XBB_MAX_SEGMENTS_PER_REQLIS in xbb_connect() 578 u_int max_requests; global() member [all...] |
/freebsd-src/sys/dev/hptiop/ |
H A D | hptiop.h | 262 u_int32_t max_requests; member 372 u_int32_t max_requests; member
|
H A D | hptiop.c | 976 config->max_requests = info->max_requests; in hptiop_get_config_mvfrey() 985 config->max_requests, config->request_size, in hptiop_get_config_mvfrey() 1928 hba->max_requests = iop_config.max_requests; in hptiop_attach() 1997 if ((devq = cam_simq_alloc(hba->max_requests - 1 )) == NULL) { in hptiop_attach() 2003 hba, unit, &hba->lock, hba->max_requests - 1, 1, devq); in hptiop_attach()
|