Searched refs:ICE_XLT1_CNT (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.1/drivers/net/ethernet/intel/ice/ |
| D | ice_flex_type.h | 544 #define ICE_XLT1_CNT 1024 macro 672 #define ICE_FLOW_PTYPE_MAX ICE_XLT1_CNT
|
| D | ice_flex_pipe.c | 2570 if (ptype >= ICE_XLT1_CNT || !ptg) in ice_ptg_find_ptype() 2607 if (ptype > ICE_XLT1_CNT - 1) in ice_ptg_remove_ptype() 2654 if (ptype > ICE_XLT1_CNT - 1) in ice_ptg_add_mv_ptype() 2717 /* SW */ { ICE_XLT1_CNT, ICE_XLT2_CNT, 512, 256, 0, 256, 256, 48, 2719 /* ACL */ { ICE_XLT1_CNT, ICE_XLT2_CNT, 512, 128, 0, 128, 128, 32, 2721 /* FD */ { ICE_XLT1_CNT, ICE_XLT2_CNT, 512, 128, 0, 128, 128, 24, 2723 /* RSS */ { ICE_XLT1_CNT, ICE_XLT2_CNT, 512, 128, 0, 128, 128, 24, 2725 /* PE */ { ICE_XLT1_CNT, ICE_XLT2_CNT, 64, 32, 0, 32, 32, 24, 4884 DECLARE_BITMAP(ptgs_used, ICE_XLT1_CNT); in ice_add_prof() 4890 bitmap_zero(ptgs_used, ICE_XLT1_CNT); in ice_add_prof() [all …]
|