Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool_fdir.c405 if (!prof->fdir_seg[tun]) in ice_fdir_rem_flow()
407 devm_kfree(ice_hw_to_dev(hw), prof->fdir_seg[tun]); in ice_fdir_rem_flow()
408 prof->fdir_seg[tun] = NULL; in ice_fdir_rem_flow()
448 prof->fdir_seg[tun], TNL_SEG_CNT(tun), in ice_fdir_replay_flows()
460 prio, prof->fdir_seg, in ice_fdir_replay_flows()
650 old_seg = hw_prof->fdir_seg[tun]; in ice_fdir_set_hw_fltr_rule()
697 hw_prof->fdir_seg[tun] = seg; in ice_fdir_set_hw_fltr_rule()
733 hw_prof->fdir_seg[tun] = NULL; in ice_fdir_set_hw_fltr_rule()
741 if (hw_prof->fdir_seg[idx]) { in ice_fdir_set_hw_fltr_rule()
848 hw->fdir_prof[flow]->fdir_seg[0]) in ice_create_init_fdir_rule()
H A Dice_virtchnl_fdir.c517 devm_kfree(dev, vf_prof->fdir_seg[tun]); in ice_vc_fdir_rem_prof()
518 vf_prof->fdir_seg[tun] = NULL; in ice_vc_fdir_rem_prof()
664 old_seg = vf_prof->fdir_seg[tun]; in ice_vc_fdir_write_flow_prof()
713 vf_prof->fdir_seg[tun] = seg; in ice_vc_fdir_write_flow_prof()
H A Dice_type.h244 struct ice_flow_seg_info *fdir_seg[ICE_FD_HW_SEG_MAX]; member
H A Dice_main.c8163 prio, prof->fdir_seg[tun], in ice_add_vsi_to_fdir()