Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
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_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()