Home
last modified time | relevance | path

Searched refs:ice_dcf_hw (Results 1 – 7 of 7) sorted by relevance

/dpdk/drivers/net/ice/
H A Dice_dcf.h99 struct ice_dcf_hw { struct
105 void (*vc_event_msg_cb)(struct ice_dcf_hw *dcf_hw, argument
140 int ice_dcf_execute_virtchnl_cmd(struct ice_dcf_hw *hw, argument
147 int ice_dcf_configure_rss_key(struct ice_dcf_hw *hw);
148 int ice_dcf_configure_rss_lut(struct ice_dcf_hw *hw);
149 int ice_dcf_init_rss(struct ice_dcf_hw *hw);
150 int ice_dcf_configure_queues(struct ice_dcf_hw *hw);
151 int ice_dcf_config_irq_map(struct ice_dcf_hw *hw);
153 int ice_dcf_disable_queues(struct ice_dcf_hw *hw);
154 int ice_dcf_query_stats(struct ice_dcf_hw *hw,
[all …]
H A Dice_dcf.c230 ice_dcf_get_vf_resource(struct ice_dcf_hw *hw) in ice_dcf_get_vf_resource()
276 ice_dcf_get_vf_vsi_map(struct ice_dcf_hw *hw) in ice_dcf_get_vf_vsi_map()
336 ice_dcf_mode_disable(struct ice_dcf_hw *hw) in ice_dcf_mode_disable()
388 ice_dcf_enable_irq0(struct ice_dcf_hw *hw) in ice_dcf_enable_irq0()
404 ice_dcf_disable_irq0(struct ice_dcf_hw *hw) in ice_dcf_disable_irq0()
419 struct ice_dcf_hw *hw = param; in ice_dcf_dev_interrupt_handler()
475 struct ice_dcf_hw *hw = dcf_hw; in ice_dcf_send_aq_cmd()
826 ice_dcf_init_rss(struct ice_dcf_hw *hw) in ice_dcf_init_rss()
967 ice_dcf_config_irq_map(struct ice_dcf_hw *hw) in ice_dcf_config_irq_map()
1036 ice_dcf_disable_queues(struct ice_dcf_hw *hw) in ice_dcf_disable_queues()
[all …]
H A Dice_dcf_ethdev.c167 struct ice_dcf_hw *hw = &adapter->real_hw; in ice_dcf_config_rx_queues_irqs()
410 struct ice_dcf_hw *hw = &ad->real_hw; in ice_dcf_rx_queue_stop()
468 struct ice_dcf_hw *hw = &ad->real_hw; in ice_dcf_tx_queue_stop()
537 struct ice_dcf_hw *hw = &dcf_ad->real_hw; in ice_dcf_dev_start()
619 struct ice_dcf_hw *hw = &ad->real_hw; in ice_dcf_stop_queues()
653 struct ice_dcf_hw *hw = &dcf_ad->real_hw; in ice_dcf_dev_stop()
705 struct ice_dcf_hw *hw = &adapter->real_hw; in ice_dcf_dev_info_get()
1335 struct ice_dcf_hw *hw = &ad->real_hw; in ice_dcf_stats_get()
1367 struct ice_dcf_hw *hw = &ad->real_hw; in ice_dcf_stats_reset()
1481 struct ice_dcf_hw *hw = &ad->real_hw; in ice_dcf_link_update()
[all …]
H A Dice_dcf_sched.c42 struct ice_dcf_hw *hw = &adapter->real_hw; in ice_dcf_tm_conf_init()
60 struct ice_dcf_hw *hw = &adapter->real_hw; in ice_dcf_tm_conf_uninit()
94 struct ice_dcf_hw *hw = &adapter->real_hw; in ice_dcf_tm_node_search()
126 struct ice_dcf_hw *hw = &adapter->real_hw; in ice_dcf_shaper_profile_search()
240 struct ice_dcf_hw *hw = &adapter->real_hw; in ice_dcf_node_add()
403 struct ice_dcf_hw *hw = &adapter->real_hw; in ice_dcf_node_delete()
496 struct ice_dcf_hw *hw = &adapter->real_hw; in ice_dcf_shaper_profile_add()
535 struct ice_dcf_hw *hw = &adapter->real_hw; in ice_dcf_shaper_profile_del()
563 ice_dcf_set_vf_bw(struct ice_dcf_hw *hw, in ice_dcf_set_vf_bw()
716 ice_dcf_clear_bw(struct ice_dcf_hw *hw) in ice_dcf_clear_bw()
[all …]
H A Dice_dcf_ethdev.h34 struct ice_dcf_hw real_hw;
68 void ice_dcf_handle_pf_event_msg(struct ice_dcf_hw *dcf_hw,
H A Dice_dcf_parent.c18 struct ice_dcf_hw *dcf_hw;
121 struct ice_dcf_hw *hw = reset_param->dcf_hw; in ice_dcf_vsi_update_service_handler()
160 start_vsi_reset_thread(struct ice_dcf_hw *dcf_hw, bool vfr, uint16_t vf_id) in start_vsi_reset_thread()
226 ice_dcf_handle_pf_event_msg(struct ice_dcf_hw *dcf_hw, in ice_dcf_handle_pf_event_msg()
279 ice_dcf_query_port_ets(struct ice_hw *parent_hw, struct ice_dcf_hw *real_hw) in ice_dcf_query_port_ets()
416 struct ice_dcf_hw *hw = &adapter->real_hw; in ice_dcf_init_parent_adapter()
H A Dice_dcf_vf_representor.c111 static __rte_always_inline struct ice_dcf_hw *
130 struct ice_dcf_hw *dcf_hw = ice_dcf_vf_repr_hw(repr); in ice_dcf_vf_repr_dev_info_get()