Home
last modified time | relevance | path

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

/dpdk/drivers/net/i40e/
H A Di40e_hash.c767 if (j >= I40E_MAX_USER_PRIORITY) { in i40e_hash_config_region()
770 I40E_MAX_USER_PRIORITY); in i40e_hash_config_region()
H A Di40e_ethdev.h839 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.c10486 for (i = 0; i < I40E_MAX_USER_PRIORITY; i++) in i40e_parse_dcb_configure()
10907 for (i = 0; i < I40E_MAX_USER_PRIORITY; i++) in i40e_dcb_init_configure()
11013 for (i = 0; i < I40E_MAX_USER_PRIORITY; i++) in i40e_dev_get_dcb_info()
/dpdk/drivers/net/i40e/base/
H A Di40e_dcb.c383 for (up = 0; up < I40E_MAX_USER_PRIORITY; up++) { in i40e_parse_cee_app_tlv()
H A Di40e_type.h621 #define I40E_MAX_USER_PRIORITY 8 macro