Searched refs:cntr_id (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_fdir.h | 297 enum ice_status ice_alloc_fd_res_cntr(struct ice_hw *hw, u16 *cntr_id); 298 enum ice_status ice_free_fd_res_cntr(struct ice_hw *hw, u16 cntr_id); 300 ice_alloc_fd_guar_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr); 302 ice_free_fd_guar_item(struct ice_hw *hw, u16 cntr_id, u16 num_fltr); 304 ice_alloc_fd_shrd_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr); 306 ice_free_fd_shrd_item(struct ice_hw *hw, u16 cntr_id, u16 num_fltr);
|
| H A D | ice_fdir.c | 3089 ICE_AQC_RES_TYPE_FLAG_DEDICATED, 1, cntr_id); in ice_alloc_fd_res_cntr() 3097 enum ice_status ice_free_fd_res_cntr(struct ice_hw *hw, u16 cntr_id) in ice_free_fd_res_cntr() argument 3100 ICE_AQC_RES_TYPE_FLAG_DEDICATED, 1, cntr_id); in ice_free_fd_res_cntr() 3110 ice_alloc_fd_guar_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr) in ice_alloc_fd_guar_item() argument 3114 cntr_id); in ice_alloc_fd_guar_item() 3124 ice_free_fd_guar_item(struct ice_hw *hw, u16 cntr_id, u16 num_fltr) in ice_free_fd_guar_item() argument 3128 cntr_id); in ice_free_fd_guar_item() 3138 ice_alloc_fd_shrd_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr) in ice_alloc_fd_shrd_item() argument 3142 cntr_id); in ice_alloc_fd_shrd_item() 3152 ice_free_fd_shrd_item(struct ice_hw *hw, u16 cntr_id, u16 num_fltr) in ice_free_fd_shrd_item() argument [all …]
|