Lines Matching refs:trans_support

7639 	u32 trans_support;  in hpsa_enter_simple_mode()  local
7641 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() argument
8833 (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()
8936 (trans_support & CFGTBL_Trans_io_accel2))) in hpsa_enter_performant_mode()
8939 if (trans_support & CFGTBL_Trans_io_accel1) { in hpsa_enter_performant_mode()
8977 } else if (trans_support & CFGTBL_Trans_io_accel2) { in hpsa_enter_performant_mode()
9134 u32 trans_support; in hpsa_put_ctlr_into_performant_mode() local
9142 trans_support = readl(&(h->cfgtable->TransportSupport)); in hpsa_put_ctlr_into_performant_mode()
9143 if (!(trans_support & PERFORMANT_MODE)) in hpsa_put_ctlr_into_performant_mode()
9147 if (trans_support & CFGTBL_Trans_io_accel1) { in hpsa_put_ctlr_into_performant_mode()
9153 } else if (trans_support & CFGTBL_Trans_io_accel2) { in hpsa_put_ctlr_into_performant_mode()
9187 rc = hpsa_enter_performant_mode(h, trans_support); in hpsa_put_ctlr_into_performant_mode()