Home
last modified time | relevance | path

Searched refs:I40E_DCBX_MAX_APPS (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_dcb.c260 if (i >= I40E_DCBX_MAX_APPS) in i40e_parse_ieee_app_tlv()
400 if (dcbcfg->numapps > I40E_DCBX_MAX_APPS) in i40e_parse_cee_app_tlv()
401 dcbcfg->numapps = I40E_DCBX_MAX_APPS; in i40e_parse_cee_app_tlv()
1227 if (i >= I40E_DCBX_MAX_APPS) in i40e_add_ieee_app_pri_tlv()
H A Di40e_type.h635 #define I40E_DCBX_MAX_APPS 32 macro
685 struct i40e_dcb_app_priority_table app[I40E_DCBX_MAX_APPS];