Lines Matching refs:trans_support

7711 	u32 trans_support;  in hpsa_enter_simple_mode()  local
7713 trans_support = readl(&(h->cfgtable->TransportSupport)); in hpsa_enter_simple_mode()
7714 if (!(trans_support & SIMPLE_MODE)) in hpsa_enter_simple_mode()
9024 static int hpsa_enter_performant_mode(struct ctlr_info *h, u32 trans_support) in hpsa_enter_performant_mode() argument
9029 (trans_support & CFGTBL_Trans_use_short_tags) | in hpsa_enter_performant_mode()
9031 (trans_support & (CFGTBL_Trans_io_accel1 | in hpsa_enter_performant_mode()
9074 if (trans_support & (CFGTBL_Trans_io_accel1 | CFGTBL_Trans_io_accel2)) in hpsa_enter_performant_mode()
9104 if (trans_support & CFGTBL_Trans_io_accel1) { in hpsa_enter_performant_mode()
9109 if (trans_support & CFGTBL_Trans_io_accel2) in hpsa_enter_performant_mode()
9127 if (!((trans_support & CFGTBL_Trans_io_accel1) || in hpsa_enter_performant_mode()
9128 (trans_support & CFGTBL_Trans_io_accel2))) in hpsa_enter_performant_mode()
9131 if (trans_support & CFGTBL_Trans_io_accel1) { in hpsa_enter_performant_mode()
9169 } else if (trans_support & CFGTBL_Trans_io_accel2) { in hpsa_enter_performant_mode()
9326 u32 trans_support; in hpsa_put_ctlr_into_performant_mode() local
9334 trans_support = readl(&(h->cfgtable->TransportSupport)); in hpsa_put_ctlr_into_performant_mode()
9335 if (!(trans_support & PERFORMANT_MODE)) in hpsa_put_ctlr_into_performant_mode()
9339 if (trans_support & CFGTBL_Trans_io_accel1) { in hpsa_put_ctlr_into_performant_mode()
9345 } else if (trans_support & CFGTBL_Trans_io_accel2) { in hpsa_put_ctlr_into_performant_mode()
9379 rc = hpsa_enter_performant_mode(h, trans_support); in hpsa_put_ctlr_into_performant_mode()