Searched refs:OPA_MAX_SLS (Results 1 – 6 of 6) sorted by relevance
229 u8 threshold_cong_event_map[OPA_MAX_SLS / 8];257 struct opa_congestion_setting_entry entries[OPA_MAX_SLS];263 struct opa_congestion_setting_entry_shadow entries[OPA_MAX_SLS];
508 for (i = 0; i < OPA_MAX_SLS; i++) { in set_link_ipg()637 for (i = 0; i < OPA_MAX_SLS; i++) { in hfi1_init_pportdata()1495 for (i = 0; i < OPA_MAX_SLS; i++) in cleanup_device_data()
855 struct cca_timer cca_timer[OPA_MAX_SLS];862 congestion_entries[OPA_MAX_SLS];886 u8 threshold_cong_event_map[OPA_MAX_SLS / 8];
3715 for (i = 0; i < OPA_MAX_SLS; i++) { in __subn_get_opa_cong_setting()3770 OPA_MAX_SLS * sizeof(struct opa_congestion_setting_entry)); in apply_cc_state()3803 for (i = 0; i < OPA_MAX_SLS; i++) { in __subn_set_opa_cong_setting()
2678 if (sl >= OPA_MAX_SLS) in log_cca_event()2709 if (sl >= OPA_MAX_SLS) in process_becn()
17 #define OPA_MAX_SLS 32 macro