Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/
Daic7xxx_old.c863 volatile unsigned short temp_q_depth; member
2788 queue_depth = aic_dev->temp_q_depth; in aic7xxx_done()
2827 aic_dev->temp_q_depth = aic_dev->max_q_depth; in aic7xxx_done()
3166 aic_dev->temp_q_depth = aic_dev->max_q_depth; in aic7xxx_reset_device()
3651 aic_dev->temp_q_depth = 1; in aic7xxx_run_waiting_queues()
3653 if ( aic_dev->active_cmds >= aic_dev->temp_q_depth) in aic7xxx_run_waiting_queues()
4070 aic_dev->max_q_depth = aic_dev->temp_q_depth = 1; in aic7xxx_handle_seqint()
4428 aic_dev->temp_q_depth = 1; in aic7xxx_handle_seqint()
4440 if(aic_dev->temp_q_depth > result) in aic7xxx_handle_seqint()
4441 aic_dev->temp_q_depth = result; in aic7xxx_handle_seqint()
[all …]