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];
550 for (i = 0; i < OPA_MAX_SLS; i++) { in set_link_ipg()685 for (i = 0; i < OPA_MAX_SLS; i++) { in hfi1_init_pportdata()1538 for (i = 0; i < OPA_MAX_SLS; i++) in cleanup_device_data()
833 struct cca_timer cca_timer[OPA_MAX_SLS];840 congestion_entries[OPA_MAX_SLS];864 u8 threshold_cong_event_map[OPA_MAX_SLS / 8];
1947 if (sl >= OPA_MAX_SLS) in log_cca_event()1978 if (sl >= OPA_MAX_SLS) in process_becn()
3768 for (i = 0; i < OPA_MAX_SLS; i++) { in __subn_get_opa_cong_setting()3823 OPA_MAX_SLS * sizeof(struct opa_congestion_setting_entry)); in apply_cc_state()3856 for (i = 0; i < OPA_MAX_SLS; i++) { in __subn_set_opa_cong_setting()
44 #define OPA_MAX_SLS 32 macro