Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dmad.c3323 u32 sentry, eentry; in __subn_get_opa_cc_table() local
3343 eentry = sentry + (IB_CCT_ENTRIES * n_blocks); in __subn_get_opa_cc_table()
3350 for (j = 0, i = sentry; i < eentry; j++, i++) in __subn_get_opa_cc_table()
3380 u32 sentry, eentry; in __subn_set_opa_cc_table() local
3392 eentry = sentry + ((n_blocks - 1) * IB_CCT_ENTRIES) + in __subn_set_opa_cc_table()
3397 if (ccti_limit + 1 > eentry) { in __subn_set_opa_cc_table()
3423 for (j = 0, i = sentry; i < eentry; j++, i++) in __subn_set_opa_cc_table()
3427 eentry * sizeof(struct ib_cc_table_entry)); in __subn_set_opa_cc_table()