Searched refs:tqm_alloc_reqs (Results 1 – 2 of 2) sorted by relevance
117 temp = le32_to_cpu(sb->tqm_alloc_reqs[i]); 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()
39 u8 tqm_alloc_reqs[BNG_MAX_TQM_ALLOC_REQ]; member