Searched refs:cntr_id (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_fdir.h | 209 int ice_alloc_fd_res_cntr(struct ice_hw *hw, u16 *cntr_id); 210 int ice_free_fd_res_cntr(struct ice_hw *hw, u16 cntr_id); 211 int ice_alloc_fd_guar_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr); 212 int ice_alloc_fd_shrd_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr);
|
H A D | ice_fdir.c | 715 int ice_alloc_fd_res_cntr(struct ice_hw *hw, u16 *cntr_id) in ice_alloc_fd_res_cntr() argument 718 ICE_AQC_RES_TYPE_FLAG_DEDICATED, 1, cntr_id); in ice_alloc_fd_res_cntr() 726 int ice_free_fd_res_cntr(struct ice_hw *hw, u16 cntr_id) in ice_free_fd_res_cntr() argument 729 ICE_AQC_RES_TYPE_FLAG_DEDICATED, 1, cntr_id); in ice_free_fd_res_cntr() 738 int ice_alloc_fd_guar_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr) in ice_alloc_fd_guar_item() argument 742 cntr_id); in ice_alloc_fd_guar_item() 751 int ice_alloc_fd_shrd_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr) in ice_alloc_fd_shrd_item() argument 755 cntr_id); in ice_alloc_fd_shrd_item()
|