Home
last modified time | relevance | path

Searched refs:host_param (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Dqlogicpti.c293 qpti->host_param.bus_reset_delay = 3; in qlogicpti_set_hostdev_defaults()
294 qpti->host_param.retry_count = 0; in qlogicpti_set_hostdev_defaults()
295 qpti->host_param.retry_delay = 5; in qlogicpti_set_hostdev_defaults()
296 qpti->host_param.async_data_setup_time = 3; in qlogicpti_set_hostdev_defaults()
299 qpti->host_param.data_dma_burst_enable = 1; in qlogicpti_set_hostdev_defaults()
301 qpti->host_param.tag_aging = 8; in qlogicpti_set_hostdev_defaults()
302 qpti->host_param.selection_timeout = 250; in qlogicpti_set_hostdev_defaults()
303 qpti->host_param.max_queue_depth = 256; in qlogicpti_set_hostdev_defaults()
428 param[1] = qpti->host_param.retry_count; in qlogicpti_reset_hardware()
429 param[2] = qpti->host_param.retry_delay; in qlogicpti_reset_hardware()
[all …]
H A Dqlogicpti.h279 struct host_param { struct
370 struct host_param host_param; member