cc_mad_idx        932 drivers/infiniband/hw/hfi1/hfi.h 	int cc_mad_idx; /* index for reporting events */
cc_mad_idx       3891 drivers/infiniband/hw/hfi1/mad.c 			&ppd->cc_events[ppd->cc_mad_idx++];
cc_mad_idx       3892 drivers/infiniband/hw/hfi1/mad.c 		if (ppd->cc_mad_idx == OPA_CONG_LOG_ELEMS)
cc_mad_idx       3893 drivers/infiniband/hw/hfi1/mad.c 			ppd->cc_mad_idx = 0;