Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/
Dhpsa.h115 unsigned long transMethod; member
Dhpsa.c272 h->transMethod & CFGTBL_Trans_Performant ? in host_show_transport_mode()
471 if (unlikely(!(h->transMethod & CFGTBL_Trans_Performant))) in next_command()
495 if (likely(h->transMethod & CFGTBL_Trans_Performant)) in set_performant_mode()
2959 if (unlikely(!(h->transMethod & CFGTBL_Trans_Performant))) in hpsa_tag_discard_error_bits()
3675 h->transMethod = CFGTBL_Trans_Simple; in hpsa_enter_simple_mode()
4122 h->transMethod = CFGTBL_Trans_Performant; in hpsa_enter_performant_mode()
/linux-2.6.39/drivers/block/
Dcciss.h146 unsigned long transMethod; member
Dcciss.c234 if (likely(h->transMethod & CFGTBL_Trans_Performant)) in set_performant_mode()
3192 if (likely(h->transMethod & CFGTBL_Trans_Performant)) in cciss_tag_discard_error_bits()
3414 if (unlikely(!(h->transMethod & CFGTBL_Trans_Performant))) in next_command()
3914 h->transMethod = CFGTBL_Trans_Performant; in cciss_put_controller_into_performant_mode()