Searched refs:max_io (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_cam.c | 127 uint32_t max_io = ocs_scsi_get_property(ocs, OCS_SCSI_MAX_IOS); in ocs_attach_port() local 133 max_io, max_io, ocs->devq))) { in ocs_attach_port() 203 uint32_t max_io = ocs_scsi_get_property(ocs, OCS_SCSI_MAX_IOS); in ocs_cam_attach() local 205 if (NULL == (devq = cam_simq_alloc(max_io))) { in ocs_cam_attach() 223 ocs->io_high_watermark = max_io; in ocs_cam_attach()
|
/freebsd/usr.sbin/camdd/ |
H A D | camdd.c | 494 int num_io_opts, uint64_t max_io, int retry_count, int timeout); 3198 uint64_t max_io, int retry_count, int timeout) argument 3319 if (max_io != 0) { 3323 (max_io / devs[i]->sector_size) - 1; 3543 uint64_t max_io = 0; local 3584 error = expand_number(optarg, &max_io); 3619 error = camdd_rw(opt_list, arglist, 2, max_io, retry_count, timeout);
|
/freebsd/sys/dev/smartpqi/ |
H A D | smartpqi_ioctl.c | 89 driver_info->max_io = softs->max_io_for_scsi_ml; in smartpqi_get_driver_info_ioctl()
|
H A D | smartpqi_defines.h | 934 unsigned long max_io; member
|
/freebsd/sys/dev/hyperv/storvsc/ |
H A D | hv_storvsc_drv_freebsd.c | 151 SYSCTL_UINT(_hw_storvsc, OID_AUTO, max_io, CTLFLAG_RDTUN,
|