Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dmad.c3940 u32 sentry, eentry; in __subn_get_opa_cc_table() local
3961 eentry = sentry + (IB_CCT_ENTRIES * n_blocks); in __subn_get_opa_cc_table()
3968 for (j = 0, i = sentry; i < eentry; j++, i++) in __subn_get_opa_cc_table()
3991 u32 sentry, eentry; in __subn_set_opa_cc_table() local
4003 eentry = sentry + ((n_blocks - 1) * IB_CCT_ENTRIES) + in __subn_set_opa_cc_table()
4008 if (ccti_limit + 1 > eentry) { in __subn_set_opa_cc_table()
4020 for (j = 0, i = sentry; i < eentry; j++, i++) in __subn_set_opa_cc_table()