Searched refs:ice_flow_rem_prof (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_flow.h | 230 ice_flow_rem_prof(struct ice_hw *hw, enum ice_block blk, u64 prof_id);
|
H A D | ice_flow.c | 913 * ice_flow_rem_prof - Remove a flow profile and all entries associated with it 919 ice_flow_rem_prof(struct ice_hw *hw, enum ice_block blk, u64 prof_id) in ice_flow_rem_prof() function 1258 status = ice_flow_rem_prof(hw, blk, p->id); in ice_rem_vsi_rss_cfg() 1410 status = ice_flow_rem_prof(hw, blk, prof->id); in ice_add_rss_cfg_sync() 1445 ice_flow_rem_prof(hw, blk, prof->id); in ice_add_rss_cfg_sync()
|
H A D | ice_ethtool_fdir.c | 304 ice_flow_rem_prof(hw, blk, prof_id); in ice_fdir_erase_flow_from_hw() 618 ice_flow_rem_prof(hw, ICE_BLK_FD, prof_id); in ice_fdir_set_hw_fltr_rule()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_flow.c | 1553 * ice_flow_rem_prof - Remove a flow profile and all entries associated with it 1558 int ice_flow_rem_prof(struct ice_hw *hw, enum ice_block blk, u64 prof_id) in ice_flow_rem_prof() function 1951 status = ice_flow_rem_prof(hw, blk, p->id); in ice_rem_vsi_rss_cfg() 2103 status = ice_flow_rem_prof(hw, blk, prof->id); in ice_add_rss_cfg_sync() 2138 ice_flow_rem_prof(hw, blk, prof->id); in ice_add_rss_cfg_sync() 2228 status = ice_flow_rem_prof(hw, blk, prof->id); in ice_rem_rss_cfg_sync()
|
H A D | ice_flow.h | 392 int ice_flow_rem_prof(struct ice_hw *hw, enum ice_block blk, u64 prof_id);
|
H A D | ice_ethtool_fdir.c | 379 ice_flow_rem_prof(hw, blk, prof_id); in ice_fdir_erase_flow_from_hw() 764 ice_flow_rem_prof(hw, ICE_BLK_FD, prof_id); in ice_fdir_set_hw_fltr_rule()
|
H A D | ice_virtchnl_fdir.c | 519 ice_flow_rem_prof(hw, ICE_BLK_FD, prof_id); in ice_vc_fdir_rem_prof() 735 ice_flow_rem_prof(hw, ICE_BLK_FD, prof_id); in ice_vc_fdir_write_flow_prof()
|
Completed in 13 milliseconds