/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_flow.c | 222 * @segs_cnt: number of packet segments provided 225 ice_flow_val_hdrs(struct ice_flow_seg_info *segs, u8 segs_cnt) in ice_flow_val_hdrs() argument 229 for (i = 0; i < segs_cnt; i++) { in ice_flow_val_hdrs() 295 for (i = 0; i < params->prof->segs_cnt; i++) { in ice_flow_proc_seg_hdrs() 535 for (i = 0; i < prof->segs_cnt; i++) { in ice_flow_create_xtrct_seq() 595 * @segs_cnt: number of packet segments provided 602 u8 segs_cnt, u16 vsi_handle, u32 conds) in ice_flow_find_prof_conds() 609 segs_cnt && segs_cnt == p->segs_cnt) { in ice_flow_find_prof_conds() 600 ice_flow_find_prof_conds(struct ice_hw *hw, enum ice_block blk, enum ice_flow_dir dir, struct ice_flow_seg_info *segs, u8 segs_cnt, u16 vsi_handle, u32 conds) ice_flow_find_prof_conds() argument 706 ice_flow_add_prof_sync(struct ice_hw *hw, enum ice_block blk, enum ice_flow_dir dir, u64 prof_id, struct ice_flow_seg_info *segs, u8 segs_cnt, struct ice_flow_prof **prof) ice_flow_add_prof_sync() argument 881 ice_flow_add_prof(struct ice_hw *hw, enum ice_block blk, enum ice_flow_dir dir, u64 prof_id, struct ice_flow_seg_info *segs, u8 segs_cnt, struct ice_flow_prof **prof) ice_flow_add_prof() argument 1362 ice_add_rss_cfg_sync(struct ice_hw *hw, u16 vsi_handle, u64 hashed_flds, u32 addl_hdrs, u8 segs_cnt) ice_add_rss_cfg_sync() argument [all...] |
H A D | ice_flow.h | 205 u8 segs_cnt; member 227 u64 prof_id, struct ice_flow_seg_info *segs, u8 segs_cnt,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_flow.c | 625 * @segs_cnt: number of packet segments provided 627 static int ice_flow_val_hdrs(struct ice_flow_seg_info *segs, u8 segs_cnt) in ice_flow_val_hdrs() argument 631 for (i = 0; i < segs_cnt; i++) { in ice_flow_val_hdrs() 710 for (i = 0; i < params->prof->segs_cnt; i++) { in ice_flow_proc_seg_hdrs() 1184 for (i = 0; i < prof->segs_cnt; i++) { in ice_flow_create_xtrct_seq() 1245 * @segs_cnt: number of packet segments provided 1252 u8 segs_cnt, u16 vsi_handle, u32 conds) in ice_flow_find_prof_conds() 1259 segs_cnt && segs_cnt == p->segs_cnt) { in ice_flow_find_prof_conds() 1250 ice_flow_find_prof_conds(struct ice_hw *hw, enum ice_block blk, enum ice_flow_dir dir, struct ice_flow_seg_info *segs, u8 segs_cnt, u16 vsi_handle, u32 conds) ice_flow_find_prof_conds() argument 1340 ice_flow_add_prof_sync(struct ice_hw *hw, enum ice_block blk, enum ice_flow_dir dir, u64 prof_id, struct ice_flow_seg_info *segs, u8 segs_cnt, struct ice_flow_prof **prof) ice_flow_add_prof_sync() argument 1521 ice_flow_add_prof(struct ice_hw *hw, enum ice_block blk, enum ice_flow_dir dir, u64 prof_id, struct ice_flow_seg_info *segs, u8 segs_cnt, struct ice_flow_prof **prof) ice_flow_add_prof() argument 2055 ice_add_rss_cfg_sync(struct ice_hw *hw, u16 vsi_handle, u64 hashed_flds, u32 addl_hdrs, u8 segs_cnt) ice_add_rss_cfg_sync() argument 2192 ice_rem_rss_cfg_sync(struct ice_hw *hw, u16 vsi_handle, u64 hashed_flds, u32 addl_hdrs, u8 segs_cnt) ice_rem_rss_cfg_sync() argument [all...] |
H A D | ice_flow.h | 368 u8 segs_cnt; member 390 u64 prof_id, struct ice_flow_seg_info *segs, u8 segs_cnt,
|