Searched refs:ICE_XLT1_CNT (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/drivers/net/ethernet/intel/ice/ |
D | ice_flex_type.h | 477 #define ICE_XLT1_CNT 1024 macro 605 #define ICE_FLOW_PTYPE_MAX ICE_XLT1_CNT
|
D | ice_flex_pipe.c | 1882 if (ptype >= ICE_XLT1_CNT || !ptg) in ice_ptg_find_ptype() 1919 if (ptype > ICE_XLT1_CNT - 1) in ice_ptg_remove_ptype() 1966 if (ptype > ICE_XLT1_CNT - 1) in ice_ptg_add_mv_ptype() 2029 /* SW */ { ICE_XLT1_CNT, ICE_XLT2_CNT, 512, 256, 0, 256, 256, 48, 2031 /* ACL */ { ICE_XLT1_CNT, ICE_XLT2_CNT, 512, 128, 0, 128, 128, 32, 2033 /* FD */ { ICE_XLT1_CNT, ICE_XLT2_CNT, 512, 128, 0, 128, 128, 24, 2035 /* RSS */ { ICE_XLT1_CNT, ICE_XLT2_CNT, 512, 128, 0, 128, 128, 24, 2037 /* PE */ { ICE_XLT1_CNT, ICE_XLT2_CNT, 64, 32, 0, 32, 32, 24, 4200 DECLARE_BITMAP(ptgs_used, ICE_XLT1_CNT); in ice_add_prof() 4206 bitmap_zero(ptgs_used, ICE_XLT1_CNT); in ice_add_prof() [all …]
|