Home
last modified time | relevance | path

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

/freebsd/sys/dev/ice/
H A Dice_dcb.c459 if (i >= ICE_DCBX_MAX_APPS) in ice_parse_ieee_app_tlv()
605 if (dcbcfg->numapps > ICE_DCBX_MAX_APPS) in ice_parse_cee_app_tlv()
606 dcbcfg->numapps = ICE_DCBX_MAX_APPS; in ice_parse_cee_app_tlv()
1500 if (i >= ICE_DCBX_MAX_APPS) in ice_add_ieee_app_pri_tlv()
H A Dice_type.h890 #define ICE_DCBX_MAX_APPS 64 macro
914 struct ice_dcb_app_priority_table app[ICE_DCBX_MAX_APPS];