Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dmad.h270 u8 threshold_cong_event_map[OPA_MAX_SLS / 8]; member
Dmad.c3893 memcpy(cong_log->threshold_cong_event_map, in __subn_get_opa_hfi1_cong_log()
3894 ppd->threshold_cong_event_map, in __subn_get_opa_hfi1_cong_log()
3895 sizeof(cong_log->threshold_cong_event_map)); in __subn_get_opa_hfi1_cong_log()
3926 memset(ppd->threshold_cong_event_map, 0x0, in __subn_get_opa_hfi1_cong_log()
3927 sizeof(ppd->threshold_cong_event_map)); in __subn_get_opa_hfi1_cong_log()
Dhfi.h864 u8 threshold_cong_event_map[OPA_MAX_SLS / 8]; member
Drc.c1952 ppd->threshold_cong_event_map[sl / 8] |= 1 << (sl % 8); in log_cca_event()