Lines Matching refs:trans_support

6241 	u32 trans_support;  in hpsa_enter_simple_mode()  local
6243 trans_support = readl(&(h->cfgtable->TransportSupport)); in hpsa_enter_simple_mode()
6244 if (!(trans_support & SIMPLE_MODE)) in hpsa_enter_simple_mode()
7192 static int hpsa_enter_performant_mode(struct ctlr_info *h, u32 trans_support) in hpsa_enter_performant_mode() argument
7197 (trans_support & CFGTBL_Trans_use_short_tags) | in hpsa_enter_performant_mode()
7199 (trans_support & (CFGTBL_Trans_io_accel1 | in hpsa_enter_performant_mode()
7242 if (trans_support & (CFGTBL_Trans_io_accel1 | CFGTBL_Trans_io_accel2)) in hpsa_enter_performant_mode()
7272 if (trans_support & CFGTBL_Trans_io_accel1) { in hpsa_enter_performant_mode()
7277 if (trans_support & CFGTBL_Trans_io_accel2) { in hpsa_enter_performant_mode()
7299 if (!((trans_support & CFGTBL_Trans_io_accel1) || in hpsa_enter_performant_mode()
7300 (trans_support & CFGTBL_Trans_io_accel2))) in hpsa_enter_performant_mode()
7303 if (trans_support & CFGTBL_Trans_io_accel1) { in hpsa_enter_performant_mode()
7341 } else if (trans_support & CFGTBL_Trans_io_accel2) { in hpsa_enter_performant_mode()
7451 u32 trans_support; in hpsa_put_ctlr_into_performant_mode() local
7459 trans_support = readl(&(h->cfgtable->TransportSupport)); in hpsa_put_ctlr_into_performant_mode()
7460 if (!(trans_support & PERFORMANT_MODE)) in hpsa_put_ctlr_into_performant_mode()
7464 if (trans_support & CFGTBL_Trans_io_accel1) { in hpsa_put_ctlr_into_performant_mode()
7470 if (trans_support & CFGTBL_Trans_io_accel2) { in hpsa_put_ctlr_into_performant_mode()
7500 hpsa_enter_performant_mode(h, trans_support); in hpsa_put_ctlr_into_performant_mode()