Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_dcb.c377 for (up = 0; up < I40E_MAX_USER_PRIORITY; up++) { in i40e_parse_cee_app_tlv()
H A Di40e_type.h617 #define I40E_MAX_USER_PRIORITY 8 macro
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.h824 uint8_t user_priority[I40E_MAX_USER_PRIORITY];
H A Drte_pmd_i40e.c2778 if (rss_region_conf->user_priority >= I40E_MAX_USER_PRIORITY) { in i40e_queue_region_set_user_priority()
H A Di40e_ethdev.c10806 for (i = 0; i < I40E_MAX_USER_PRIORITY; i++) in i40e_parse_dcb_configure()
11227 for (i = 0; i < I40E_MAX_USER_PRIORITY; i++) in i40e_dcb_init_configure()
11333 for (i = 0; i < I40E_MAX_USER_PRIORITY; i++) in i40e_dev_get_dcb_info()
H A Di40e_flow.c4826 I40E_MAX_USER_PRIORITY) { in i40e_flow_parse_rss_action()