Searched refs:OPA_MAX_SLS (Results 1 – 6 of 6) sorted by relevance
270 u8 threshold_cong_event_map[OPA_MAX_SLS / 8];298 struct opa_congestion_setting_entry entries[OPA_MAX_SLS];304 struct opa_congestion_setting_entry_shadow entries[OPA_MAX_SLS];
549 for (i = 0; i < OPA_MAX_SLS; i++) { in set_link_ipg()678 for (i = 0; i < OPA_MAX_SLS; i++) { in hfi1_init_pportdata()1536 for (i = 0; i < OPA_MAX_SLS; i++) in cleanup_device_data()
906 struct cca_timer cca_timer[OPA_MAX_SLS];913 congestion_entries[OPA_MAX_SLS];937 u8 threshold_cong_event_map[OPA_MAX_SLS / 8];
3757 for (i = 0; i < OPA_MAX_SLS; i++) { in __subn_get_opa_cong_setting()3812 OPA_MAX_SLS * sizeof(struct opa_congestion_setting_entry)); in apply_cc_state()3845 for (i = 0; i < OPA_MAX_SLS; i++) { in __subn_set_opa_cong_setting()
2719 if (sl >= OPA_MAX_SLS) in log_cca_event()2750 if (sl >= OPA_MAX_SLS) in process_becn()
17 #define OPA_MAX_SLS 32 macro