Searched refs:cntr_id (Results 1 – 2 of 2) sorted by relevance
/drivers/net/ethernet/intel/ice/ |
D | ice_fdir.h | 205 int ice_alloc_fd_res_cntr(struct ice_hw *hw, u16 *cntr_id); 206 int ice_free_fd_res_cntr(struct ice_hw *hw, u16 cntr_id); 207 int ice_alloc_fd_guar_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr); 208 int ice_alloc_fd_shrd_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr);
|
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()
|