Searched refs:trans_support (Results 1 – 4 of 4) sorted by relevance
144 u32 trans_support; member
4022 __u32 trans_support; in cciss_put_controller_into_performant_mode() local4030 trans_support = readl(&(h->cfgtable->TransportSupport)); in cciss_put_controller_into_performant_mode()4031 if (!(trans_support & PERFORMANT_MODE)) in cciss_put_controller_into_performant_mode()4060 trans_support & CFGTBL_Trans_use_short_tags); in cciss_put_controller_into_performant_mode()5241 u32 trans_support; in cciss_enter_simple_mode() local5243 trans_support = readl(&(h->cfgtable->TransportSupport)); in cciss_enter_simple_mode()5244 if (!(trans_support & SIMPLE_MODE)) in cciss_enter_simple_mode()
7639 u32 trans_support; in hpsa_enter_simple_mode() local7641 trans_support = readl(&(h->cfgtable->TransportSupport)); in hpsa_enter_simple_mode()7642 if (!(trans_support & SIMPLE_MODE)) in hpsa_enter_simple_mode()8828 static int hpsa_enter_performant_mode(struct ctlr_info *h, u32 trans_support) in hpsa_enter_performant_mode() argument8833 (trans_support & CFGTBL_Trans_use_short_tags) | in hpsa_enter_performant_mode()8835 (trans_support & (CFGTBL_Trans_io_accel1 | in hpsa_enter_performant_mode()8878 if (trans_support & (CFGTBL_Trans_io_accel1 | CFGTBL_Trans_io_accel2)) in hpsa_enter_performant_mode()8908 if (trans_support & CFGTBL_Trans_io_accel1) { in hpsa_enter_performant_mode()8913 if (trans_support & CFGTBL_Trans_io_accel2) { in hpsa_enter_performant_mode()8935 if (!((trans_support & CFGTBL_Trans_io_accel1) || in hpsa_enter_performant_mode()[all …]
213 u32 trans_support; member