Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ice/
A Dice_ethtool_fdir.c284 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()
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()
708 hw_prof->entry_h[0][tun] = entry1_h; in ice_fdir_set_hw_fltr_rule()
709 hw_prof->entry_h[1][tun] = entry2_h; in ice_fdir_set_hw_fltr_rule()
759 if (!hw_prof->entry_h[idx][tun]) in ice_fdir_set_hw_fltr_rule()
[all …]
A Dice_flow.h427 void *data, u64 *entry_h);
428 int ice_flow_rem_entry(struct ice_hw *hw, enum ice_block blk, u64 entry_h);
A 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()
A 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()
A Dice_type.h261 u64 entry_h[ICE_MAX_FDIR_VSI_PER_FILTER][ICE_FD_HW_SEG_MAX]; member
A Dice_main.c8532 u64 entry_h; in ice_add_vsi_to_fdir() local
8548 &entry_h); in ice_add_vsi_to_fdir()
8555 prof->entry_h[prof->cnt][tun] = entry_h; in ice_add_vsi_to_fdir()

Completed in 36 milliseconds