Home
last modified time | relevance | path

Searched refs:num_fltr (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_fdir.h149 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 Dice_fdir.c423 * @num_fltr: number of filter entries to be allocated
426 ice_alloc_fd_guar_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr) in ice_alloc_fd_guar_item() argument
429 ICE_AQC_RES_TYPE_FLAG_DEDICATED, num_fltr, in ice_alloc_fd_guar_item()
437 * @num_fltr: number of filter entries to be allocated
440 ice_alloc_fd_shrd_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr) in ice_alloc_fd_shrd_item() argument
443 ICE_AQC_RES_TYPE_FLAG_DEDICATED, num_fltr, in ice_alloc_fd_shrd_item()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_fdir.h207 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 Dice_fdir.c736 * @num_fltr: number of filter entries to be allocated
738 int ice_alloc_fd_guar_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr) in ice_alloc_fd_guar_item() argument
741 ICE_AQC_RES_TYPE_FLAG_DEDICATED, num_fltr, in ice_alloc_fd_guar_item()
749 * @num_fltr: number of filter entries to be allocated
751 int ice_alloc_fd_shrd_item(struct ice_hw *hw, u16 *cntr_id, u16 num_fltr) in ice_alloc_fd_shrd_item() argument
754 ICE_AQC_RES_TYPE_FLAG_DEDICATED, num_fltr, in ice_alloc_fd_shrd_item()

Completed in 5 milliseconds