Home
last modified time | relevance | path

Searched refs:global_lut_id (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_switch.h421 enum ice_status ice_alloc_rss_global_lut(struct ice_hw *hw, bool shared_res, u16 *global_lut_id);
422 enum ice_status ice_free_rss_global_lut(struct ice_hw *hw, u16 global_lut_id);
H A Dice_type.h1077 u8 global_lut_id; /* only valid when lut_type is global */ member
H A Dice_switch.c1857 enum ice_status ice_alloc_rss_global_lut(struct ice_hw *hw, bool shared_res, u16 *global_lut_id) in ice_alloc_rss_global_lut() argument
1880 *global_lut_id = LE16_TO_CPU(sw_buf->elem[0].e.sw_resp); in ice_alloc_rss_global_lut()
1892 enum ice_status ice_free_rss_global_lut(struct ice_hw *hw, u16 global_lut_id) in ice_free_rss_global_lut() argument
1905 sw_buf->elem[0].e.sw_resp = CPU_TO_LE16(global_lut_id); in ice_free_rss_global_lut()
1910 global_lut_id, status); in ice_free_rss_global_lut()
H A Dice_common.c3246 glob_lut_idx = params->global_lut_id; in __ice_aq_get_set_rss_lut()
/f-stack/dpdk/drivers/net/ice/
H A Dice_ethdev.c3231 lut_params.global_lut_id = 0; in ice_init_rss()
4170 lut_params.global_lut_id = 0; in ice_get_rss_lut()
4206 lut_params.global_lut_id = 0; in ice_set_rss_lut()