Searched refs:entry_h (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_ethtool_fdir.c | 275 old_entry_h = prof->entry_h[i + 1][tun]; in ice_fdir_remap_entries() 276 prof->entry_h[i][tun] = old_entry_h; in ice_fdir_remap_entries() 280 prof->entry_h[i][tun] = 0; in ice_fdir_remap_entries() 313 prof->entry_h[i][tun] = 0; in ice_fdir_rem_adq_chnl() 372 if (!prof->entry_h[j][tun] || !prof->vsi_h[j]) in ice_fdir_erase_flow_from_hw() 376 ice_flow_rem_entry(hw, blk, prof->entry_h[j][tun]); in ice_fdir_erase_flow_from_hw() 377 prof->entry_h[j][tun] = 0; in ice_fdir_erase_flow_from_hw() 452 u64 entry_h = 0; in ice_fdir_replay_flows() local 461 &entry_h); in ice_fdir_replay_flows() 467 prof->entry_h[ in ice_fdir_replay_flows() [all...] |
H A D | ice_flow.h | 396 void *data, u64 *entry_h); 397 int ice_flow_rem_entry(struct ice_hw *hw, enum ice_block blk, u64 entry_h);
|
H A D | ice_flow.c | 1589 * @entry_h: pointer to buffer that receives the new flow entry's handle 1594 void *data, u64 *entry_h) in ice_flow_add_entry() 1601 if (!entry_h || (!data && blk != ICE_BLK_RSS)) in ice_flow_add_entry() 1645 *entry_h = ICE_FLOW_ENTRY_HNDL(e); in ice_flow_add_entry() 1660 * @entry_h: handle to the flow entry to be removed 1662 int ice_flow_rem_entry(struct ice_hw *hw, enum ice_block blk, u64 entry_h) in ice_flow_rem_entry() argument 1668 if (entry_h == ICE_FLOW_ENTRY_HANDLE_INVAL) in ice_flow_rem_entry() 1671 entry = ICE_FLOW_ENTRY_PTR(entry_h); in ice_flow_rem_entry() 1592 ice_flow_add_entry(struct ice_hw *hw, enum ice_block blk, u64 prof_id, u64 entry_id, u16 vsi_handle, enum ice_flow_priority prio, void *data, u64 *entry_h) ice_flow_add_entry() argument
|
H A D | ice_virtchnl_fdir.c | 510 if (vf_prof->entry_h[i][tun]) { in ice_vc_fdir_rem_prof() 515 vf_prof->entry_h[i][tun]); in ice_vc_fdir_rem_prof() 516 vf_prof->entry_h[i][tun] = 0; in ice_vc_fdir_rem_prof() 718 vf_prof->entry_h[vf_prof->cnt][tun] = entry1_h; in ice_vc_fdir_write_flow_prof() 723 vf_prof->entry_h[vf_prof->cnt][tun] = entry2_h; in ice_vc_fdir_write_flow_prof()
|
H A D | ice_type.h | 246 u64 entry_h[ICE_MAX_FDIR_VSI_PER_FILTER][ICE_FD_HW_SEG_MAX]; member
|
H A D | ice_main.c | 8119 u64 entry_h; in ice_add_vsi_to_fdir() local 8136 &entry_h); in ice_add_vsi_to_fdir() 8143 prof->entry_h[prof->cnt][tun] = entry_h; in ice_add_vsi_to_fdir()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_flow.h | 234 void *data, u64 *entry_h); 236 ice_flow_rem_entry(struct ice_hw *hw, enum ice_block blk, u64 entry_h);
|
H A D | ice_flow.c | 950 * @entry_h: pointer to buffer that receives the new flow entry's handle 955 void *data, u64 *entry_h) in ice_flow_add_entry() 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() 1022 * @entry_h: handle to the flow entry to be removed 1025 u64 entry_h) in ice_flow_rem_entry() 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() 953 ice_flow_add_entry(struct ice_hw *hw, enum ice_block blk, u64 prof_id, u64 entry_id, u16 vsi_handle, enum ice_flow_priority prio, void *data, u64 *entry_h) ice_flow_add_entry() argument 1024 ice_flow_rem_entry(struct ice_hw *hw, enum ice_block blk, u64 entry_h) ice_flow_rem_entry() argument
|
H A D | ice_ethtool_fdir.c | 297 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()
|
H A D | ice_type.h | 215 u64 entry_h[ICE_MAX_FDIR_VSI_PER_FILTER][ICE_FD_HW_SEG_MAX]; member
|
Completed in 28 milliseconds