Searched refs:DEFAULT_REPLY_QUEUE (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/scsi/ |
D | hpsa.c | 970 #define DEFAULT_REPLY_QUEUE (-1) macro 978 if (likely(reply_queue == DEFAULT_REPLY_QUEUE)) in set_performant_mode() 996 if (likely(reply_queue == DEFAULT_REPLY_QUEUE)) in set_ioaccel1_performant_mode() 1020 if (likely(reply_queue == DEFAULT_REPLY_QUEUE)) in set_ioaccel2_tmf_performant_mode() 1042 if (likely(reply_queue == DEFAULT_REPLY_QUEUE)) in set_ioaccel2_performant_mode() 1113 __enqueue_cmd_and_start_io(h, c, DEFAULT_REPLY_QUEUE); in enqueue_cmd_and_start_io() 2680 rc = hpsa_scsi_do_simple_cmd(h, c, DEFAULT_REPLY_QUEUE, in hpsa_scsi_do_simple_cmd_with_retry() 3486 rc = hpsa_scsi_do_simple_cmd(h, c, DEFAULT_REPLY_QUEUE, NO_TIMEOUT); in hpsa_volume_offline() 3561 (void) hpsa_scsi_do_simple_cmd(h, c, DEFAULT_REPLY_QUEUE, NO_TIMEOUT); in hpsa_device_supports_aborts() 5409 if (reply_queue == DEFAULT_REPLY_QUEUE) { in wait_for_device_to_become_ready() [all …]
|