Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
Dcciss_cmd.h59 #define CFGTBL_Trans_Performant 0x00000004l macro
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()
3993 writel(CFGTBL_Trans_Performant | use_short_tags, in cciss_enter_performant_mode()
3999 if (!(register_value & CFGTBL_Trans_Performant)) in cciss_enter_performant_mode()
4048 h->transMethod = CFGTBL_Trans_Performant; in cciss_put_controller_into_performant_mode()
/linux-4.1.27/drivers/scsi/
Dhpsa_cmd.h135 #define CFGTBL_Trans_Performant 0x00000004l macro
Dhpsa.c410 h->transMethod & CFGTBL_Trans_Performant ? in host_show_transport_mode()
702 if (unlikely(!(h->transMethod & CFGTBL_Trans_Performant))) in next_command()
752 if (likely(h->transMethod & CFGTBL_Trans_Performant)) { in set_performant_mode()
5411 if (unlikely(!(h->transMethod & CFGTBL_Trans_Performant))) in hpsa_tag_discard_error_bits()
7196 unsigned long transMethod = CFGTBL_Trans_Performant | in hpsa_enter_performant_mode()
7290 if (!(register_value & CFGTBL_Trans_Performant)) { in hpsa_enter_performant_mode()
7452 unsigned long transMethod = CFGTBL_Trans_Performant | in hpsa_put_ctlr_into_performant_mode()