Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb.c231 if (i >= I40E_DCBX_MAX_APPS) in i40e_parse_ieee_app_tlv()
372 if (dcbcfg->numapps > I40E_DCBX_MAX_APPS) in i40e_parse_cee_app_tlv()
373 dcbcfg->numapps = I40E_DCBX_MAX_APPS; in i40e_parse_cee_app_tlv()
1198 if (i >= I40E_DCBX_MAX_APPS) in i40e_add_ieee_app_pri_tlv()
H A Di40e_type.h435 #define I40E_DCBX_MAX_APPS 32 macro
485 struct i40e_dcb_app_priority_table app[I40E_DCBX_MAX_APPS];
H A Di40e_dcb_nl.c206 if (old_cfg->numapps == I40E_DCBX_MAX_APPS) in i40e_dcbnl_ieee_setapp()