Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_proc.c287 size += sprintf(BLS, "%d,", p->dev_max_queue_depth[i]); in aic7xxx_proc_info()
288 size += sprintf(BLS, "%d}\n", p->dev_max_queue_depth[i]); in aic7xxx_proc_info()
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c998 unsigned char dev_max_queue_depth[MAX_TARGETS]; member
3047 p->dev_temp_queue_depth[tindex] = p->dev_max_queue_depth[tindex]; in aic7xxx_done()
3449 p->dev_max_queue_depth[i]; in aic7xxx_reset_device()
4146 p->dev_temp_queue_depth[i] = p->dev_max_queue_depth[i]; in aic7xxx_timer()
4532 p->dev_max_queue_depth[tindex] = in aic7xxx_handle_seqint()
4914 p->dev_max_queue_depth[tindex], in aic7xxx_handle_seqint()
4940 p->dev_max_queue_depth[tindex] = in aic7xxx_handle_seqint()
4956 p->dev_max_queue_depth[tindex] = 1; in aic7xxx_handle_seqint()
7053 if (p->dev_max_queue_depth[tindex] > 1) in aic7xxx_device_queue_depth()
7058 return(p->dev_max_queue_depth[tindex]); in aic7xxx_device_queue_depth()
[all …]