Searched refs:trans_support (Results 1 – 2 of 2) sorted by relevance
7828 u32 trans_support; in hpsa_enter_simple_mode() local7830 trans_support = readl(&(h->cfgtable->TransportSupport)); in hpsa_enter_simple_mode()7831 if (!(trans_support & SIMPLE_MODE)) in hpsa_enter_simple_mode()9176 static int hpsa_enter_performant_mode(struct ctlr_info *h, u32 trans_support) in hpsa_enter_performant_mode() argument9181 (trans_support & CFGTBL_Trans_use_short_tags) | in hpsa_enter_performant_mode()9183 (trans_support & (CFGTBL_Trans_io_accel1 | in hpsa_enter_performant_mode()9226 if (trans_support & (CFGTBL_Trans_io_accel1 | CFGTBL_Trans_io_accel2)) in hpsa_enter_performant_mode()9256 if (trans_support & CFGTBL_Trans_io_accel1) { in hpsa_enter_performant_mode()9261 if (trans_support & CFGTBL_Trans_io_accel2) in hpsa_enter_performant_mode()9279 if (!((trans_support & CFGTBL_Trans_io_accel1) || in hpsa_enter_performant_mode()[all …]
222 u32 trans_support; member