Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c3167 unsigned int qpc_count; in get_hem_table() local
3185 for (qpc_count = 0; qpc_count < hr_dev->caps.qpc_timer_bt_num; in get_hem_table()
3186 qpc_count++) { in get_hem_table()
3188 qpc_count); in get_hem_table()
3213 for (i = 0; i < qpc_count; i++) in get_hem_table()
/linux/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c4657 resp.max_qp = rdev->qplib_ctx.qpc_count; in bnxt_re_alloc_ucontext()