Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dmad.h229 u8 threshold_cong_event_map[OPA_MAX_SLS / 8]; member
H A Dmad.c3840 memcpy(cong_log->threshold_cong_event_map, in __subn_get_opa_hfi1_cong_log()
3841 ppd->threshold_cong_event_map, in __subn_get_opa_hfi1_cong_log()
3842 sizeof(cong_log->threshold_cong_event_map)); in __subn_get_opa_hfi1_cong_log()
3873 memset(ppd->threshold_cong_event_map, 0x0, in __subn_get_opa_hfi1_cong_log()
3874 sizeof(ppd->threshold_cong_event_map)); in __subn_get_opa_hfi1_cong_log()
H A Dhfi.h886 u8 threshold_cong_event_map[OPA_MAX_SLS / 8]; member
H A Drc.c2683 ppd->threshold_cong_event_map[sl / 8] |= 1 << (sl % 8); in log_cca_event()