Searched refs:OPA_MAX_SLS (Results 1 – 7 of 7) sorted by relevance
156 u8 threshold_cong_event_map[OPA_MAX_SLS/8];184 struct opa_congestion_setting_entry entries[OPA_MAX_SLS];190 struct opa_congestion_setting_entry_shadow entries[OPA_MAX_SLS];
659 struct cca_timer cca_timer[OPA_MAX_SLS];666 congestion_entries[OPA_MAX_SLS];688 u8 threshold_cong_event_map[OPA_MAX_SLS/8];
382 for (i = 0; i < OPA_MAX_SLS; i++) { in set_link_ipg()503 for (i = 0; i < OPA_MAX_SLS; i++) { in hfi1_init_pportdata()1244 for (i = 0; i < OPA_MAX_SLS; i++) in cleanup_device_data()
1845 if (sl >= OPA_MAX_SLS) in log_cca_event()1876 if (sl >= OPA_MAX_SLS) in process_becn()
3203 for (i = 0; i < OPA_MAX_SLS; i++) { in __subn_get_opa_cong_setting()3233 for (i = 0; i < OPA_MAX_SLS; i++) { in __subn_set_opa_cong_setting()3432 OPA_MAX_SLS * sizeof(struct opa_congestion_setting_entry)); in __subn_set_opa_cc_table()
1694 if (ah_attr->sl >= OPA_MAX_SLS) in hfi1_check_ah()
44 #define OPA_MAX_SLS 32 macro