Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_flex_type.h407 #define ICE_XLT1_CNT 1024 macro
518 #define ICE_FLOW_PTYPE_MAX ICE_XLT1_CNT
H A Dice_flex_pipe.c1883 if (ptype >= ICE_XLT1_CNT || !ptg) in ice_ptg_find_ptype()
1920 if (ptype > ICE_XLT1_CNT - 1) in ice_ptg_remove_ptype()
1967 if (ptype > ICE_XLT1_CNT - 1) in ice_ptg_add_mv_ptype()
2030 /* SW */ { ICE_XLT1_CNT, ICE_XLT2_CNT, 512, 256, 0, 256, 256, 48,
2032 /* ACL */ { ICE_XLT1_CNT, ICE_XLT2_CNT, 512, 128, 0, 128, 128, 32,
2034 /* FD */ { ICE_XLT1_CNT, ICE_XLT2_CNT, 512, 128, 0, 128, 128, 24,
2036 /* RSS */ { ICE_XLT1_CNT, ICE_XLT2_CNT, 512, 128, 0, 128, 128, 24,
2038 /* PE */ { ICE_XLT1_CNT, ICE_XLT2_CNT, 64, 32, 0, 32, 32, 24,
3740 DECLARE_BITMAP(ptgs_used, ICE_XLT1_CNT); in ice_add_prof()
3746 bitmap_zero(ptgs_used, ICE_XLT1_CNT); in ice_add_prof()
[all …]