Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ice/
Dice_flow.h234 void *data, u64 *entry_h);
236 ice_flow_rem_entry(struct ice_hw *hw, enum ice_block blk, u64 entry_h);
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.c955 void *data, u64 *entry_h) in ice_flow_add_entry() argument
962 if (!entry_h || (!data && blk != ICE_BLK_RSS)) in ice_flow_add_entry()
1006 *entry_h = ICE_FLOW_ENTRY_HNDL(e); in ice_flow_add_entry()
1025 u64 entry_h) in ice_flow_rem_entry() argument
1031 if (entry_h == ICE_FLOW_ENTRY_HANDLE_INVAL) in ice_flow_rem_entry()
1034 entry = ICE_FLOW_ENTRY_PTR(entry_h); in ice_flow_rem_entry()
Dice_type.h215 u64 entry_h[ICE_MAX_FDIR_VSI_PER_FILTER][ICE_FD_HW_SEG_MAX]; member