Searched refs:cntr_id (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_fdir.h | 232 enum ice_status ice_alloc_fd_res_cntr(struct ice_hw *hw, u16 *cntr_id); 233 enum ice_status ice_free_fd_res_cntr(struct ice_hw *hw, u16 cntr_id); 235 ice_alloc_fd_guar_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr); 237 ice_free_fd_guar_item(struct ice_hw *hw, u16 cntr_id, u16 num_fltr); 239 ice_alloc_fd_shrd_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr); 241 ice_free_fd_shrd_item(struct ice_hw *hw, u16 cntr_id, u16 num_fltr);
|
| H A D | ice_fdir.c | 791 ICE_AQC_RES_TYPE_FLAG_DEDICATED, 1, cntr_id); in ice_alloc_fd_res_cntr() 799 enum ice_status ice_free_fd_res_cntr(struct ice_hw *hw, u16 cntr_id) in ice_free_fd_res_cntr() argument 802 ICE_AQC_RES_TYPE_FLAG_DEDICATED, 1, cntr_id); in ice_free_fd_res_cntr() 812 ice_alloc_fd_guar_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr) in ice_alloc_fd_guar_item() argument 816 cntr_id); in ice_alloc_fd_guar_item() 826 ice_free_fd_guar_item(struct ice_hw *hw, u16 cntr_id, u16 num_fltr) in ice_free_fd_guar_item() argument 830 cntr_id); in ice_free_fd_guar_item() 840 ice_alloc_fd_shrd_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr) in ice_alloc_fd_shrd_item() argument 844 cntr_id); in ice_alloc_fd_shrd_item() 854 ice_free_fd_shrd_item(struct ice_hw *hw, u16 cntr_id, u16 num_fltr) in ice_free_fd_shrd_item() argument [all …]
|