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.c3168 unsigned int qpc_count; in get_hem_table()
3186 for (qpc_count = 0; qpc_count < hr_dev->caps.qpc_timer_bt_num; in get_hem_table()
3187 qpc_count++) { in get_hem_table()
3189 qpc_count); in get_hem_table()
3214 for (i = 0; i < qpc_count; i++) in get_hem_table()
3167 unsigned int qpc_count; get_hem_table() local
/linux/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c4784 resp.max_qp = rdev->qplib_ctx.qpc_count; in bnxt_re_create_flow()