Home
last modified time | relevance | path

Searched refs:cntr_id (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_fdir.h214 int ice_alloc_fd_res_cntr(struct ice_hw *hw, u16 *cntr_id);
215 int ice_free_fd_res_cntr(struct ice_hw *hw, u16 cntr_id);
216 int ice_alloc_fd_guar_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr);
217 int ice_alloc_fd_shrd_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr);
H A Dice_fdir.c699 int ice_alloc_fd_res_cntr(struct ice_hw *hw, u16 *cntr_id) in ice_alloc_fd_res_cntr() argument
702 ICE_AQC_RES_TYPE_FLAG_DEDICATED, 1, cntr_id); in ice_alloc_fd_res_cntr()
710 int ice_free_fd_res_cntr(struct ice_hw *hw, u16 cntr_id) in ice_free_fd_res_cntr() argument
713 ICE_AQC_RES_TYPE_FLAG_DEDICATED, 1, cntr_id); in ice_free_fd_res_cntr()
722 int ice_alloc_fd_guar_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr) in ice_alloc_fd_guar_item() argument
726 cntr_id); in ice_alloc_fd_guar_item()
735 int ice_alloc_fd_shrd_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr) in ice_alloc_fd_shrd_item() argument
739 cntr_id); in ice_alloc_fd_shrd_item()