Home
last modified time | relevance | path

Searched refs:fdir_seg (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/ice/
H A Dice_fdir_filter.c606 rte_free(hw_prof->fdir_seg[is_tunnel]); in ice_fdir_prof_rm()
607 hw_prof->fdir_seg[is_tunnel] = NULL; in ice_fdir_prof_rm()
688 ori_seg = hw_prof->fdir_seg[is_tunnel]; in ice_fdir_cur_prof_conflict()
724 seg = hw_prof->fdir_seg[is_tunnel]; in ice_fdir_prof_resolve_conflict()
879 hw_prof->fdir_seg[is_tunnel] = seg; in ice_fdir_hw_tbl_conf()
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_type.h344 struct ice_flow_seg_info *fdir_seg[ICE_FD_HW_SEG_MAX]; member