Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/
Dcciss.h147 unsigned long transMethod; member
Dcciss.c248 if (likely(h->transMethod & CFGTBL_Trans_Performant)) in set_performant_mode()
672 h->transMethod & CFGTBL_Trans_Performant ? in host_show_transport_mode()
3283 if (likely(h->transMethod & CFGTBL_Trans_Performant)) in cciss_tag_discard_error_bits()
3505 if (unlikely(!(h->transMethod & CFGTBL_Trans_Performant))) in next_command()
4064 h->transMethod = CFGTBL_Trans_Performant; in cciss_put_controller_into_performant_mode()
5256 h->transMethod = CFGTBL_Trans_Simple; in cciss_enter_simple_mode()
/linux-4.4.14/drivers/scsi/
Dhpsa.h216 unsigned long transMethod; member
Dhpsa.c511 h->transMethod & CFGTBL_Trans_Performant ? in host_show_transport_mode()
918 if (h->transMethod & CFGTBL_Trans_io_accel1) in next_command()
921 if (unlikely(!(h->transMethod & CFGTBL_Trans_Performant))) in next_command()
974 if (likely(h->transMethod & CFGTBL_Trans_Performant)) { in set_performant_mode()
4579 if (h->transMethod & CFGTBL_Trans_io_accel1) in hpsa_scsi_ioaccel_queue_command()
7656 h->transMethod = CFGTBL_Trans_Simple; in hpsa_enter_simple_mode()
8149 if ((h->transMethod & (CFGTBL_Trans_io_accel1 in hpsa_ack_ctlr_events()
8832 unsigned long transMethod = CFGTBL_Trans_Performant | in hpsa_enter_performant_mode() local
8904 writel(transMethod, &(h->cfgtable->HostWrite.TransportRequest)); in hpsa_enter_performant_mode()
8933 h->transMethod = transMethod; in hpsa_enter_performant_mode()
[all …]