Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_sp.c99 u8 *tqm_alloc; in bnxt_qplib_get_dev_attr() local
173 tqm_alloc = (u8 *)&temp; in bnxt_qplib_get_dev_attr()
174 attr->tqm_alloc_reqs[i * 4] = *tqm_alloc; in bnxt_qplib_get_dev_attr()
175 attr->tqm_alloc_reqs[i * 4 + 1] = *(++tqm_alloc); in bnxt_qplib_get_dev_attr()
176 attr->tqm_alloc_reqs[i * 4 + 2] = *(++tqm_alloc); in bnxt_qplib_get_dev_attr()
177 attr->tqm_alloc_reqs[i * 4 + 3] = *(++tqm_alloc); in bnxt_qplib_get_dev_attr()