Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/
H A Dice_dcf.h33 struct ice_dcf_hw { struct
39 void (*vc_event_msg_cb)(struct ice_dcf_hw *dcf_hw, argument
65 int ice_dcf_execute_virtchnl_cmd(struct ice_dcf_hw *hw, argument
69 int ice_dcf_handle_vsi_update_event(struct ice_dcf_hw *hw);
70 int ice_dcf_init_hw(struct rte_eth_dev *eth_dev, struct ice_dcf_hw *hw);
72 int ice_dcf_init_rss(struct ice_dcf_hw *hw);
73 int ice_dcf_configure_queues(struct ice_dcf_hw *hw);
74 int ice_dcf_config_irq_map(struct ice_dcf_hw *hw);
76 int ice_dcf_disable_queues(struct ice_dcf_hw *hw);
77 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()
274 ice_dcf_get_vf_vsi_map(struct ice_dcf_hw *hw) in ice_dcf_get_vf_vsi_map()
334 ice_dcf_mode_disable(struct ice_dcf_hw *hw) in ice_dcf_mode_disable()
383 ice_dcf_enable_irq0(struct ice_dcf_hw *hw) in ice_dcf_enable_irq0()
399 ice_dcf_disable_irq0(struct ice_dcf_hw *hw) in ice_dcf_disable_irq0()
414 struct ice_dcf_hw *hw = param; in ice_dcf_dev_interrupt_handler()
470 struct ice_dcf_hw *hw = dcf_hw; in ice_dcf_send_aq_cmd()
779 ice_dcf_init_rss(struct ice_dcf_hw *hw) in ice_dcf_init_rss()
920 ice_dcf_config_irq_map(struct ice_dcf_hw *hw) in ice_dcf_config_irq_map()
989 ice_dcf_disable_queues(struct ice_dcf_hw *hw) in ice_dcf_disable_queues()
[all …]
H A Dice_dcf_ethdev.h22 struct ice_dcf_hw real_hw;
25 void ice_dcf_handle_pf_event_msg(struct ice_dcf_hw *dcf_hw,
H A Dice_dcf_ethdev.c139 struct ice_dcf_hw *hw = &adapter->real_hw; in ice_dcf_config_rx_queues_irqs()
377 struct ice_dcf_hw *hw = &ad->real_hw; in ice_dcf_rx_queue_stop()
435 struct ice_dcf_hw *hw = &ad->real_hw; in ice_dcf_tx_queue_stop()
504 struct ice_dcf_hw *hw = &dcf_ad->real_hw; in ice_dcf_dev_start()
564 struct ice_dcf_hw *hw = &ad->real_hw; in ice_dcf_stop_queues()
639 struct ice_dcf_hw *hw = &adapter->real_hw; in ice_dcf_dev_info_get()
811 struct ice_dcf_hw *hw = &ad->real_hw; in ice_dcf_stats_get()
837 struct ice_dcf_hw *hw = &ad->real_hw; in ice_dcf_stats_reset()
H A Dice_dcf_parent.c113 struct ice_dcf_hw *hw = param; in ice_dcf_vsi_update_service_handler()
133 ice_dcf_handle_pf_event_msg(struct ice_dcf_hw *dcf_hw, in ice_dcf_handle_pf_event_msg()
360 struct ice_dcf_hw *hw = &adapter->real_hw; in ice_dcf_init_parent_adapter()