Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/infiniband/hw/bnxt_re/
Dqplib_sp.c97 u8 *tqm_alloc; in bnxt_qplib_get_dev_attr() local
169 tqm_alloc = (u8 *)&temp; in bnxt_qplib_get_dev_attr()
170 attr->tqm_alloc_reqs[i * 4] = *tqm_alloc; in bnxt_qplib_get_dev_attr()
171 attr->tqm_alloc_reqs[i * 4 + 1] = *(++tqm_alloc); in bnxt_qplib_get_dev_attr()
172 attr->tqm_alloc_reqs[i * 4 + 2] = *(++tqm_alloc); in bnxt_qplib_get_dev_attr()
173 attr->tqm_alloc_reqs[i * 4 + 3] = *(++tqm_alloc); in bnxt_qplib_get_dev_attr()