Searched refs:I40E_MAX_USER_PRIORITY (Results 1 – 6 of 6) sorted by relevance
767 if (j >= I40E_MAX_USER_PRIORITY) { in i40e_hash_config_region()770 I40E_MAX_USER_PRIORITY); in i40e_hash_config_region()
839 uint8_t user_priority[I40E_MAX_USER_PRIORITY];
2778 if (rss_region_conf->user_priority >= I40E_MAX_USER_PRIORITY) { in i40e_queue_region_set_user_priority()
10486 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()
383 for (up = 0; up < I40E_MAX_USER_PRIORITY; up++) { in i40e_parse_cee_app_tlv()
621 #define I40E_MAX_USER_PRIORITY 8 macro