Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
Dmad.h263 #define OPA_CONG_LOG_ELEMS 96 macro
271 struct opa_hfi1_cong_log_event events[OPA_CONG_LOG_ELEMS];
Dmad.c3720 p->congestion_log_length = OPA_CONG_LOG_ELEMS; in __subn_get_opa_cong_info()
3888 for (i = 0; i < OPA_CONG_LOG_ELEMS; i++) { in __subn_get_opa_hfi1_cong_log()
3891 if (ppd->cc_mad_idx == OPA_CONG_LOG_ELEMS) in __subn_get_opa_hfi1_cong_log()
Dhfi.h939 struct opa_hfi1_cong_log_event_internal cc_events[OPA_CONG_LOG_ELEMS];
Drc.c2728 if (ppd->cc_log_idx == OPA_CONG_LOG_ELEMS) in log_cca_event()