Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40e_type.h434 #define I40E_DCBX_MAX_APPS 32 macro
475 struct i40e_ieee_app_priority_table app[I40E_DCBX_MAX_APPS];
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_type.h435 #define I40E_DCBX_MAX_APPS 32 macro
485 struct i40e_dcb_app_priority_table app[I40E_DCBX_MAX_APPS];
Di40e_dcb.c252 if (i >= I40E_DCBX_MAX_APPS) in i40e_parse_ieee_app_tlv()