Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/
Dcciss_cmd.h59 #define CFGTBL_Trans_Performant 0x00000004l macro
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()
4009 writel(CFGTBL_Trans_Performant | use_short_tags, in cciss_enter_performant_mode()
4015 if (!(register_value & CFGTBL_Trans_Performant)) in cciss_enter_performant_mode()
4064 h->transMethod = CFGTBL_Trans_Performant; in cciss_put_controller_into_performant_mode()
/linux-4.4.14/drivers/scsi/
Dhpsa_cmd.h146 #define CFGTBL_Trans_Performant 0x00000004l macro
Dhpsa.c511 h->transMethod & CFGTBL_Trans_Performant ? in host_show_transport_mode()
921 if (unlikely(!(h->transMethod & CFGTBL_Trans_Performant))) in next_command()
974 if (likely(h->transMethod & CFGTBL_Trans_Performant)) { in set_performant_mode()
8832 unsigned long transMethod = CFGTBL_Trans_Performant | in hpsa_enter_performant_mode()
8926 if (!(register_value & CFGTBL_Trans_Performant)) { in hpsa_enter_performant_mode()
9135 unsigned long transMethod = CFGTBL_Trans_Performant | in hpsa_put_ctlr_into_performant_mode()