Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dmad.c3950 u32 sentry, eentry; in __subn_get_opa_cc_table() local
3971 eentry = sentry + (IB_CCT_ENTRIES * n_blocks); in __subn_get_opa_cc_table()
3978 for (j = 0, i = sentry; i < eentry; j++, i++) in __subn_get_opa_cc_table()
4001 u32 sentry, eentry; in __subn_set_opa_cc_table() local
4013 eentry = sentry + ((n_blocks - 1) * IB_CCT_ENTRIES) + in __subn_set_opa_cc_table()
4018 if (ccti_limit + 1 > eentry) { in __subn_set_opa_cc_table()
4030 for (j = 0, i = sentry; i < eentry; j++, i++) in __subn_set_opa_cc_table()