Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_ethtool_fdir.c283 old_entry_h = prof->entry_h[i + 1][tun]; in ice_fdir_remap_entries()
284 prof->entry_h[i][tun] = old_entry_h; in ice_fdir_remap_entries()
288 prof->entry_h[i][tun] = 0; in ice_fdir_remap_entries()
319 prof->entry_h[i][tun] = 0; in ice_fdir_rem_adq_chnl()
377 if (!prof->entry_h[j][tun] || !prof->vsi_h[j]) in ice_fdir_erase_flow_from_hw()
381 ice_flow_rem_entry(hw, blk, prof->entry_h[j][tun]); in ice_fdir_erase_flow_from_hw()
382 prof->entry_h[j][tun] = 0; in ice_fdir_erase_flow_from_hw()
455 u64 entry_h = 0; in ice_fdir_replay_flows() local
464 &entry_h); in ice_fdir_replay_flows()
471 prof->entry_h[j][tun] = entry_h; in ice_fdir_replay_flows()
[all …]
Dice_flow.h455 void *data, u64 *entry_h);
456 int ice_flow_rem_entry(struct ice_hw *hw, enum ice_block blk, u64 entry_h);
Dice_flow.c1717 void *data, u64 *entry_h) in ice_flow_add_entry() argument
1724 if (!entry_h || (!data && blk != ICE_BLK_RSS)) in ice_flow_add_entry()
1768 *entry_h = ICE_FLOW_ENTRY_HNDL(e); in ice_flow_add_entry()
1783 int ice_flow_rem_entry(struct ice_hw *hw, enum ice_block blk, u64 entry_h) in ice_flow_rem_entry() argument
1789 if (entry_h == ICE_FLOW_ENTRY_HANDLE_INVAL) in ice_flow_rem_entry()
1792 entry = ICE_FLOW_ENTRY_PTR(entry_h); in ice_flow_rem_entry()
Dice_virtchnl_fdir.c506 if (vf_prof->entry_h[i][tun]) { in ice_vc_fdir_rem_prof()
511 vf_prof->entry_h[i][tun]); in ice_vc_fdir_rem_prof()
512 vf_prof->entry_h[i][tun] = 0; in ice_vc_fdir_rem_prof()
712 vf_prof->entry_h[vf_prof->cnt][tun] = entry1_h; in ice_vc_fdir_write_flow_prof()
717 vf_prof->entry_h[vf_prof->cnt][tun] = entry2_h; in ice_vc_fdir_write_flow_prof()
Dice_type.h259 u64 entry_h[ICE_MAX_FDIR_VSI_PER_FILTER][ICE_FD_HW_SEG_MAX]; member
Dice_main.c8481 u64 entry_h; in ice_add_vsi_to_fdir() local
8497 &entry_h); in ice_add_vsi_to_fdir()
8504 prof->entry_h[prof->cnt][tun] = entry_h; in ice_add_vsi_to_fdir()