Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/bng_re/
H A Dbng_sp.c49 u8 *tqm_alloc; in bng_re_get_dev_attr() local
118 tqm_alloc = (u8 *)&temp; in bng_re_get_dev_attr()
119 attr->tqm_alloc_reqs[i * 4] = *tqm_alloc; in bng_re_get_dev_attr()
120 attr->tqm_alloc_reqs[i * 4 + 1] = *(++tqm_alloc); in bng_re_get_dev_attr()
121 attr->tqm_alloc_reqs[i * 4 + 2] = *(++tqm_alloc); in bng_re_get_dev_attr()
122 attr->tqm_alloc_reqs[i * 4 + 3] = *(++tqm_alloc); in bng_re_get_dev_attr()