Searched refs:ICE_XLT1_CNT (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/intel/ice/ |
A D | ice_flex_type.h | 486 #define ICE_XLT1_CNT 1024 macro 614 #define ICE_FLOW_PTYPE_MAX ICE_XLT1_CNT
|
A D | ice_flex_pipe.c | 2184 if (ptype >= ICE_XLT1_CNT || !ptg) in ice_ptg_find_ptype() 2221 if (ptype > ICE_XLT1_CNT - 1) in ice_ptg_remove_ptype() 2268 if (ptype > ICE_XLT1_CNT - 1) in ice_ptg_add_mv_ptype() 2331 /* SW */ { ICE_XLT1_CNT, ICE_XLT2_CNT, 512, 256, 0, 256, 256, 48, 2333 /* ACL */ { ICE_XLT1_CNT, ICE_XLT2_CNT, 512, 128, 0, 128, 128, 32, 2335 /* FD */ { ICE_XLT1_CNT, ICE_XLT2_CNT, 512, 128, 0, 128, 128, 24, 2337 /* RSS */ { ICE_XLT1_CNT, ICE_XLT2_CNT, 512, 128, 0, 128, 128, 24, 4502 DECLARE_BITMAP(ptgs_used, ICE_XLT1_CNT); in ice_add_prof() 4508 bitmap_zero(ptgs_used, ICE_XLT1_CNT); in ice_add_prof() 5161 DECLARE_BITMAP(ptgs_used, ICE_XLT1_CNT); in ice_adj_prof_priorities() [all …]
|
Completed in 14 milliseconds