Searched refs:ICE_XLT1_CNT (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/intel/ice/ |
D | ice_flex_type.h | 218 #define ICE_XLT1_CNT 1024 macro 346 #define ICE_FLOW_PTYPE_MAX ICE_XLT1_CNT
|
D | ice_flex_pipe.c | 665 if (ptype >= ICE_XLT1_CNT || !ptg) in ice_ptg_find_ptype() 702 if (ptype > ICE_XLT1_CNT - 1) in ice_ptg_remove_ptype() 749 if (ptype > ICE_XLT1_CNT - 1) in ice_ptg_add_mv_ptype() 812 /* SW */ { ICE_XLT1_CNT, ICE_XLT2_CNT, 512, 256, 0, 256, 256, 48, 814 /* ACL */ { ICE_XLT1_CNT, ICE_XLT2_CNT, 512, 128, 0, 128, 128, 32, 816 /* FD */ { ICE_XLT1_CNT, ICE_XLT2_CNT, 512, 128, 0, 128, 128, 24, 818 /* RSS */ { ICE_XLT1_CNT, ICE_XLT2_CNT, 512, 128, 0, 128, 128, 24, 820 /* PE */ { ICE_XLT1_CNT, ICE_XLT2_CNT, 64, 32, 0, 32, 32, 24, 2978 DECLARE_BITMAP(ptgs_used, ICE_XLT1_CNT); in ice_add_prof() 2984 bitmap_zero(ptgs_used, ICE_XLT1_CNT); in ice_add_prof() [all …]
|