Searched refs:cntr_id (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_fdir.h | 146 enum ice_status ice_alloc_fd_res_cntr(struct ice_hw *hw, u16 *cntr_id); 147 enum ice_status ice_free_fd_res_cntr(struct ice_hw *hw, u16 cntr_id); 149 ice_alloc_fd_guar_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr); 151 ice_alloc_fd_shrd_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr);
|
H A D | ice_fdir.c | 400 * @cntr_id: returns counter index 402 enum ice_status ice_alloc_fd_res_cntr(struct ice_hw *hw, u16 *cntr_id) in ice_alloc_fd_res_cntr() argument 405 ICE_AQC_RES_TYPE_FLAG_DEDICATED, 1, cntr_id); in ice_alloc_fd_res_cntr() 411 * @cntr_id: counter index to be freed 413 enum ice_status ice_free_fd_res_cntr(struct ice_hw *hw, u16 cntr_id) in ice_free_fd_res_cntr() argument 416 ICE_AQC_RES_TYPE_FLAG_DEDICATED, 1, cntr_id); in ice_free_fd_res_cntr() 422 * @cntr_id: returns counter index 426 ice_alloc_fd_guar_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr) in ice_alloc_fd_guar_item() argument 430 cntr_id); in ice_alloc_fd_guar_item() 436 * @cntr_id 440 ice_alloc_fd_shrd_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr) ice_alloc_fd_shrd_item() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A 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);
|
H A D | ice_fdir.c | 713 * @cntr_id: returns counter index 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() 724 * @cntr_id: counter index to be freed 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() 735 * @cntr_id: returns counter index 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() 748 * @cntr_id 751 ice_alloc_fd_shrd_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr) ice_alloc_fd_shrd_item() argument [all...] |
Completed in 4 milliseconds