Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ice/
Dice_ethtool_fdir.c275 old_entry_h = prof->entry_h[i + 1][tun]; in ice_fdir_remap_entries()
276 prof->entry_h[i][tun] = old_entry_h; in ice_fdir_remap_entries()
280 prof->entry_h[i][tun] = 0; in ice_fdir_remap_entries()
313 prof->entry_h[i][tun] = 0; in ice_fdir_rem_adq_chnl()
372 if (!prof->entry_h[j][tun] || !prof->vsi_h[j]) in ice_fdir_erase_flow_from_hw()
376 ice_flow_rem_entry(hw, blk, prof->entry_h[j][tun]); in ice_fdir_erase_flow_from_hw()
377 prof->entry_h[j][tun] = 0; in ice_fdir_erase_flow_from_hw()
452 u64 entry_h = 0; in ice_fdir_replay_flows() local
461 &entry_h); in ice_fdir_replay_flows()
467 prof->entry_h[j][tun] = entry_h; in ice_fdir_replay_flows()
[all …]
Dice_flow.h396 void *data, u64 *entry_h);
397 int ice_flow_rem_entry(struct ice_hw *hw, enum ice_block blk, u64 entry_h);
Dice_flow.c1594 void *data, u64 *entry_h) in ice_flow_add_entry() argument
1601 if (!entry_h || (!data && blk != ICE_BLK_RSS)) in ice_flow_add_entry()
1645 *entry_h = ICE_FLOW_ENTRY_HNDL(e); in ice_flow_add_entry()
1662 int ice_flow_rem_entry(struct ice_hw *hw, enum ice_block blk, u64 entry_h) in ice_flow_rem_entry() argument
1668 if (entry_h == ICE_FLOW_ENTRY_HANDLE_INVAL) in ice_flow_rem_entry()
1671 entry = ICE_FLOW_ENTRY_PTR(entry_h); in ice_flow_rem_entry()
Dice_virtchnl_fdir.c507 if (vf_prof->entry_h[i][tun]) { in ice_vc_fdir_rem_prof()
512 vf_prof->entry_h[i][tun]); in ice_vc_fdir_rem_prof()
513 vf_prof->entry_h[i][tun] = 0; in ice_vc_fdir_rem_prof()
717 vf_prof->entry_h[vf_prof->cnt][tun] = entry1_h; in ice_vc_fdir_write_flow_prof()
722 vf_prof->entry_h[vf_prof->cnt][tun] = entry2_h; in ice_vc_fdir_write_flow_prof()
Dice_type.h246 u64 entry_h[ICE_MAX_FDIR_VSI_PER_FILTER][ICE_FD_HW_SEG_MAX]; member
Dice_main.c8136 u64 entry_h; in ice_add_vsi_to_fdir() local
8153 &entry_h); in ice_add_vsi_to_fdir()
8160 prof->entry_h[prof->cnt][tun] = entry_h; in ice_add_vsi_to_fdir()