Lines Matching refs:cntr_id
697 * @cntr_id: returns counter index
699 int ice_alloc_fd_res_cntr(struct ice_hw *hw, u16 *cntr_id)
702 ICE_AQC_RES_TYPE_FLAG_DEDICATED, 1, cntr_id);
708 * @cntr_id: counter index to be freed
710 int ice_free_fd_res_cntr(struct ice_hw *hw, u16 cntr_id)
713 ICE_AQC_RES_TYPE_FLAG_DEDICATED, 1, cntr_id);
719 * @cntr_id: returns counter index
722 int ice_alloc_fd_guar_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr)
726 cntr_id);
732 * @cntr_id: returns counter index
735 int ice_alloc_fd_shrd_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr)
739 cntr_id);