Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A 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 …]
H A Dice_flow.h511 void *data, u64 *entry_h);
512 int ice_flow_rem_entry(struct ice_hw *hw, enum ice_block blk, u64 entry_h);
H A Dice_flow.c1800 void *data, u64 *entry_h) in ice_flow_add_entry() argument
1807 if (!entry_h || (!data && blk != ICE_BLK_RSS)) in ice_flow_add_entry()
1851 *entry_h = ICE_FLOW_ENTRY_HNDL(e); in ice_flow_add_entry()
1866 int ice_flow_rem_entry(struct ice_hw *hw, enum ice_block blk, u64 entry_h) in ice_flow_rem_entry() argument
1872 if (entry_h == ICE_FLOW_ENTRY_HANDLE_INVAL) in ice_flow_rem_entry()
1875 entry = ICE_FLOW_ENTRY_PTR(entry_h); in ice_flow_rem_entry()
H A Dice_type.h261 u64 entry_h[ICE_MAX_FDIR_VSI_PER_FILTER][ICE_FD_HW_SEG_MAX]; member
H A Dice_main.c8592 u64 entry_h; in ice_add_vsi_to_fdir() local
8608 &entry_h); in ice_add_vsi_to_fdir()
8615 prof->entry_h[prof->cnt][tun] = entry_h; in ice_add_vsi_to_fdir()
/linux/drivers/net/ethernet/intel/ice/virt/
H A Dfdir.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()