Home
last modified time | relevance | path

Searched refs:OPA_CONG_LOG_ELEMS (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/infiniband/hw/hfi1/
Dmad.h222 #define OPA_CONG_LOG_ELEMS 96 macro
230 struct opa_hfi1_cong_log_event events[OPA_CONG_LOG_ELEMS];
Dmad.c3678 p->congestion_log_length = OPA_CONG_LOG_ELEMS; in __subn_get_opa_cong_info()
3846 for (i = 0; i < OPA_CONG_LOG_ELEMS; i++) { in __subn_get_opa_hfi1_cong_log()
3849 if (ppd->cc_mad_idx == OPA_CONG_LOG_ELEMS) in __subn_get_opa_hfi1_cong_log()
Dhfi.h888 struct opa_hfi1_cong_log_event_internal cc_events[OPA_CONG_LOG_ELEMS];
Drc.c2687 if (ppd->cc_log_idx == OPA_CONG_LOG_ELEMS) in log_cca_event()