Searched refs:mlt_prio (Results 1 – 2 of 2) sorted by relevance
307 dev->mlt_prio[queue_id].weight = RTE_EVENT_QUEUE_WEIGHT_LOWEST; in cnxk_sso_queue_setup()308 dev->mlt_prio[queue_id].affinity = RTE_EVENT_QUEUE_AFFINITY_HIGHEST; in cnxk_sso_queue_setup()314 dev->mlt_prio[queue_id].weight, CNXK_SSO_WEIGHT_MIN, in cnxk_sso_queue_setup()316 affinity = CNXK_QOS_NORMALIZE(dev->mlt_prio[queue_id].affinity, 0, in cnxk_sso_queue_setup()341 *attr_value = dev->mlt_prio[queue_id].weight; in cnxk_sso_queue_attribute_get()343 *attr_value = dev->mlt_prio[queue_id].affinity; in cnxk_sso_queue_attribute_get()365 dev->mlt_prio[queue_id].weight = attr_value; in cnxk_sso_queue_attribute_set()368 dev->mlt_prio[queue_id].affinity = attr_value; in cnxk_sso_queue_attribute_set()386 dev->mlt_prio[queue_id].weight, CNXK_SSO_WEIGHT_MIN, in cnxk_sso_queue_attribute_set()388 affinity = CNXK_QOS_NORMALIZE(dev->mlt_prio[queue_id].affinity, 0, in cnxk_sso_queue_attribute_set()
125 struct cnxk_sso_mlt_prio mlt_prio[RTE_EVENT_MAX_QUEUES_PER_DEV]; member