Home
last modified time | relevance | path

Searched refs:iavf_hw (Results 1 – 13 of 13) sorted by relevance

/dpdk/drivers/common/iavf/
H A Diavf_prototype.h21 enum iavf_status iavf_init_adminq(struct iavf_hw *hw);
24 enum iavf_status iavf_init_asq(struct iavf_hw *hw);
25 enum iavf_status iavf_init_arq(struct iavf_hw *hw);
30 u16 iavf_clean_asq(struct iavf_hw *hw);
31 void iavf_free_adminq_asq(struct iavf_hw *hw);
32 void iavf_free_adminq_arq(struct iavf_hw *hw);
34 void iavf_adminq_init_ring_data(struct iavf_hw *hw);
44 bool iavf_asq_done(struct iavf_hw *hw);
50 void iavf_idle_aq(struct iavf_hw *hw);
51 bool iavf_check_asq_alive(struct iavf_hw *hw);
[all …]
H A Diavf_alloc.h8 struct iavf_hw;
24 enum iavf_status iavf_allocate_dma_mem(struct iavf_hw *hw,
28 enum iavf_status iavf_free_dma_mem(struct iavf_hw *hw,
30 enum iavf_status iavf_allocate_virt_mem(struct iavf_hw *hw,
33 enum iavf_status iavf_free_virt_mem(struct iavf_hw *hw,
H A Diavf_adminq.c17 STATIC void iavf_adminq_init_regs(struct iavf_hw *hw) in iavf_adminq_init_regs()
83 void iavf_free_adminq_asq(struct iavf_hw *hw) in iavf_free_adminq_asq()
96 void iavf_free_adminq_arq(struct iavf_hw *hw) in iavf_free_adminq_arq()
212 STATIC void iavf_free_arq_bufs(struct iavf_hw *hw) in iavf_free_arq_bufs()
231 STATIC void iavf_free_asq_bufs(struct iavf_hw *hw) in iavf_free_asq_bufs()
324 enum iavf_status iavf_init_asq(struct iavf_hw *hw) in iavf_init_asq()
387 enum iavf_status iavf_init_arq(struct iavf_hw *hw) in iavf_init_arq()
443 enum iavf_status iavf_shutdown_asq(struct iavf_hw *hw) in iavf_shutdown_asq()
516 enum iavf_status iavf_init_adminq(struct iavf_hw *hw) in iavf_init_adminq()
585 u16 iavf_clean_asq(struct iavf_hw *hw) in iavf_clean_asq()
[all …]
H A Diavf_impl.c16 iavf_allocate_dma_mem_d(__rte_unused struct iavf_hw *hw, in iavf_allocate_dma_mem_d()
45 iavf_free_dma_mem_d(__rte_unused struct iavf_hw *hw, in iavf_free_dma_mem_d()
60 iavf_allocate_virt_mem_d(__rte_unused struct iavf_hw *hw, in iavf_allocate_virt_mem_d()
77 iavf_free_virt_mem_d(__rte_unused struct iavf_hw *hw, in iavf_free_virt_mem_d()
H A Diavf_common.c17 enum iavf_status iavf_set_mac_type(struct iavf_hw *hw) in iavf_set_mac_type()
330 bool iavf_check_asq_alive(struct iavf_hw *hw) in iavf_check_asq_alive()
347 enum iavf_status iavf_aq_queue_shutdown(struct iavf_hw *hw, in iavf_aq_queue_shutdown()
376 STATIC enum iavf_status iavf_aq_get_set_rss_lut(struct iavf_hw *hw, in iavf_aq_get_set_rss_lut()
461 STATIC enum iavf_status iavf_aq_get_set_rss_key(struct iavf_hw *hw, in iavf_aq_get_set_rss_key()
501 enum iavf_status iavf_aq_get_rss_key(struct iavf_hw *hw, in iavf_aq_get_rss_key()
516 enum iavf_status iavf_aq_set_rss_key(struct iavf_hw *hw, in iavf_aq_set_rss_key()
925 enum iavf_status iavf_aq_send_msg_to_pf(struct iavf_hw *hw, in iavf_aq_send_msg_to_pf()
964 void iavf_vf_parse_hw_config(struct iavf_hw *hw, in iavf_vf_parse_hw_config()
1001 enum iavf_status iavf_vf_reset(struct iavf_hw *hw) in iavf_vf_reset()
[all …]
H A Diavf_type.h50 struct iavf_hw;
51 typedef void (*IAVF_ADMINQ_CALLBACK)(struct iavf_hw *, struct iavf_aq_desc *);
324 struct iavf_hw { struct
/dpdk/drivers/net/iavf/
H A Diavf_ethdev.c250 iavf_vfr_inprogress(struct iavf_hw *hw) in iavf_vfr_inprogress()
270 struct iavf_hw *hw = IAVF_DEV_PRIVATE_TO_HW(adapter); in iavf_dev_watchdog()
689 struct iavf_hw *hw = IAVF_DEV_PRIVATE_TO_HW(dev->data->dev_private); in iavf_init_rxq()
764 struct iavf_hw *hw = IAVF_DEV_PRIVATE_TO_HW(adapter); in iavf_config_rx_queues_irqs()
1620 struct iavf_hw *hw = IAVF_DEV_PRIVATE_TO_HW(adapter); in iavf_dev_set_default_mac_addr()
1831 struct iavf_hw *hw = IAVF_DEV_PRIVATE_TO_HW(adapter); in iavf_dev_rx_queue_intr_enable()
1864 struct iavf_hw *hw = IAVF_DEV_PRIVATE_TO_HW(dev->data->dev_private); in iavf_dev_rx_queue_intr_disable()
1883 iavf_check_vf_reset_done(struct iavf_hw *hw) in iavf_check_vf_reset_done()
2427 iavf_enable_irq0(struct iavf_hw *hw) in iavf_enable_irq0()
2442 iavf_disable_irq0(struct iavf_hw *hw) in iavf_disable_irq0()
[all …]
H A Diavf.h304 struct iavf_hw hw;
338 iavf_init_adminq_parameter(struct iavf_hw *hw) in iavf_init_adminq_parameter()
H A Diavf_vchnl.c73 struct iavf_hw *hw = IAVF_DEV_PRIVATE_TO_HW(adapter); in iavf_read_msg_from_pf()
149 struct iavf_hw *hw = IAVF_DEV_PRIVATE_TO_HW(adapter); in iavf_execute_vf_cmd()
305 struct iavf_hw *hw = IAVF_DEV_PRIVATE_TO_HW(dev->data->dev_private); in iavf_handle_virtchnl_msg()
486 struct iavf_hw *hw = IAVF_DEV_PRIVATE_TO_HW(adapter); in iavf_get_vf_resource()
H A Diavf_rxtx.c545 struct iavf_hw *hw = IAVF_DEV_PRIVATE_TO_HW(dev->data->dev_private); in iavf_dev_rx_queue_setup()
709 struct iavf_hw *hw = IAVF_DEV_PRIVATE_TO_HW(dev->data->dev_private); in iavf_dev_tx_queue_setup()
851 struct iavf_hw *hw = IAVF_DEV_PRIVATE_TO_HW(dev->data->dev_private); in iavf_dev_rx_queue_start()
898 struct iavf_hw *hw = IAVF_DEV_PRIVATE_TO_HW(dev->data->dev_private); in iavf_dev_tx_queue_start()
/dpdk/drivers/net/ice/
H A Dice_dcf.h100 struct iavf_hw avf;
H A Dice_dcf.c366 struct iavf_hw *avf = &hw->avf; in ice_dcf_check_reset_done()
390 struct iavf_hw *avf = &hw->avf; in ice_dcf_enable_irq0()
406 struct iavf_hw *avf = &hw->avf; in ice_dcf_disable_irq0()
H A Dice_dcf_ethdev.c93 struct iavf_hw *hw = &dcf_ad->real_hw.avf; in ice_dcf_init_rxq()
305 struct iavf_hw *hw = &ad->real_hw.avf; in ice_dcf_rx_queue_start()
436 struct iavf_hw *hw = &ad->real_hw.avf; in ice_dcf_tx_queue_start()
1633 struct iavf_hw *hw = &ad->real_hw.avf; in ice_dcf_is_reset()