Home
last modified time | relevance | path

Searched refs:entry_h (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_ethtool_fdir.c297 if (!prof->entry_h[j][tun] || !prof->vsi_h[j]) in ice_fdir_erase_flow_from_hw()
301 ice_flow_rem_entry(hw, blk, prof->entry_h[j][tun]); in ice_fdir_erase_flow_from_hw()
302 prof->entry_h[j][tun] = 0; in ice_fdir_erase_flow_from_hw()
377 u64 entry_h = 0; in ice_fdir_replay_flows() local
386 &entry_h); in ice_fdir_replay_flows()
392 prof->entry_h[j][tun] = entry_h; in ice_fdir_replay_flows()
604 hw_prof->entry_h[0][tun] = entry1_h; in ice_fdir_set_hw_fltr_rule()
605 hw_prof->entry_h[1][tun] = entry2_h; in ice_fdir_set_hw_fltr_rule()
Dice_flow.h395 void *data, u64 *entry_h);
397 ice_flow_rem_entry(struct ice_hw *hw, enum ice_block blk, u64 entry_h);
Dice_flow.c1614 void *data, u64 *entry_h) in ice_flow_add_entry() argument
1621 if (!entry_h || (!data && blk != ICE_BLK_RSS)) in ice_flow_add_entry()
1665 *entry_h = ICE_FLOW_ENTRY_HNDL(e); in ice_flow_add_entry()
1684 u64 entry_h) in ice_flow_rem_entry() argument
1690 if (entry_h == ICE_FLOW_ENTRY_HANDLE_INVAL) in ice_flow_rem_entry()
1693 entry = ICE_FLOW_ENTRY_PTR(entry_h); in ice_flow_rem_entry()
Dice_virtchnl_fdir.c700 if (vf_prof->entry_h[i][tun]) { in ice_vc_fdir_rem_prof()
705 vf_prof->entry_h[i][tun]); in ice_vc_fdir_rem_prof()
706 vf_prof->entry_h[i][tun] = 0; in ice_vc_fdir_rem_prof()
831 vf_prof->entry_h[vf_prof->cnt][tun] = entry1_h; in ice_vc_fdir_write_flow_prof()
836 vf_prof->entry_h[vf_prof->cnt][tun] = entry2_h; in ice_vc_fdir_write_flow_prof()
Dice_type.h237 u64 entry_h[ICE_MAX_FDIR_VSI_PER_FILTER][ICE_FD_HW_SEG_MAX]; member