Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
Dcciss.h147 unsigned long transMethod; member
Dcciss.c250 if (likely(h->transMethod & CFGTBL_Trans_Performant)) in set_performant_mode()
656 h->transMethod & CFGTBL_Trans_Performant ? in host_show_transport_mode()
3267 if (likely(h->transMethod & CFGTBL_Trans_Performant)) in cciss_tag_discard_error_bits()
3489 if (unlikely(!(h->transMethod & CFGTBL_Trans_Performant))) in next_command()
4048 h->transMethod = CFGTBL_Trans_Performant; in cciss_put_controller_into_performant_mode()
5241 h->transMethod = CFGTBL_Trans_Simple; in cciss_enter_simple_mode()
/linux-4.1.27/drivers/scsi/
Dhpsa.c410 h->transMethod & CFGTBL_Trans_Performant ? in host_show_transport_mode()
699 if (h->transMethod & CFGTBL_Trans_io_accel1) in next_command()
702 if (unlikely(!(h->transMethod & CFGTBL_Trans_Performant))) in next_command()
752 if (likely(h->transMethod & CFGTBL_Trans_Performant)) { in set_performant_mode()
3202 if (h->transMethod & CFGTBL_Trans_io_accel1 || in hpsa_update_scsi_devices()
3203 h->transMethod & CFGTBL_Trans_io_accel2) { in hpsa_update_scsi_devices()
3630 if (h->transMethod & CFGTBL_Trans_io_accel1) in hpsa_scsi_ioaccel_queue_command()
5411 if (unlikely(!(h->transMethod & CFGTBL_Trans_Performant))) in hpsa_tag_discard_error_bits()
6258 h->transMethod = CFGTBL_Trans_Simple; in hpsa_enter_simple_mode()
6711 if ((h->transMethod & (CFGTBL_Trans_io_accel1 in hpsa_ack_ctlr_events()
[all …]
Dhpsa.h182 unsigned long transMethod; member