Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/bnxt_re/
Dqplib_res.h172 #define MAX_TQM_ALLOC_REQ 48 macro
174 u8 tqm_count[MAX_TQM_ALLOC_REQ];
177 struct bnxt_qplib_hwq tqm_tbl[MAX_TQM_ALLOC_REQ];
Dqplib_res.c311 for (i = 0; i < MAX_TQM_ALLOC_REQ; i++) in bnxt_qplib_free_ctx()
393 for (i = 0; i < MAX_TQM_ALLOC_REQ; i++) { in bnxt_qplib_alloc_ctx()
405 for (i = 0, j = 0; i < MAX_TQM_ALLOC_REQ; in bnxt_qplib_alloc_ctx()
Dqplib_sp.h75 u8 tqm_alloc_reqs[MAX_TQM_ALLOC_REQ];
Dqplib_sp.c159 for (i = 0; i < MAX_TQM_ALLOC_REQ / 4; i++) { in bnxt_qplib_get_dev_attr()
Dmain.c142 for (i = 0; i < MAX_TQM_ALLOC_REQ; i++) in bnxt_re_set_resource_limits()