Searched refs:max_ccti (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/infiniband/hw/hfi1/
H A Dinit.c488 u16 cce, ccti_limit, max_ccti = 0; local
511 if (ccti > max_ccti)
512 max_ccti = ccti;
516 if (max_ccti > ccti_limit)
517 max_ccti = ccti_limit;
519 cce = cc_state->cct.entries[max_ccti].entry;

Completed in 174 milliseconds