Home
last modified time | relevance | path

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

/f-stack/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_impl.c17 iavf_allocate_dma_mem_d(__rte_unused struct iavf_hw *hw, in iavf_allocate_dma_mem_d()
44 iavf_free_dma_mem_d(__rte_unused struct iavf_hw *hw, in iavf_free_dma_mem_d()
59 iavf_allocate_virt_mem_d(__rte_unused struct iavf_hw *hw, in iavf_allocate_virt_mem_d()
76 iavf_free_virt_mem_d(__rte_unused struct iavf_hw *hw, in iavf_free_virt_mem_d()
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()
439 enum iavf_status iavf_shutdown_asq(struct iavf_hw *hw) in iavf_shutdown_asq()
512 enum iavf_status iavf_init_adminq(struct iavf_hw *hw) in iavf_init_adminq()
581 u16 iavf_clean_asq(struct iavf_hw *hw) in iavf_clean_asq()
[all …]
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 *);
322 struct iavf_hw { struct
/f-stack/dpdk/drivers/net/iavf/
H A Diavf_ethdev.c407 struct iavf_hw *hw = IAVF_DEV_PRIVATE_TO_HW(dev->data->dev_private); in iavf_init_rxq()
482 struct iavf_hw *hw = IAVF_DEV_PRIVATE_TO_HW(adapter); in iavf_config_rx_queues_irqs()
1188 struct iavf_hw *hw = IAVF_DEV_PRIVATE_TO_HW(adapter); in iavf_dev_set_default_mac_addr()
1372 struct iavf_hw *hw = IAVF_DEV_PRIVATE_TO_HW(adapter); in iavf_dev_rx_queue_intr_enable()
1402 struct iavf_hw *hw = IAVF_DEV_PRIVATE_TO_HW(dev->data->dev_private); in iavf_dev_rx_queue_intr_disable()
1420 iavf_check_vf_reset_done(struct iavf_hw *hw) in iavf_check_vf_reset_done()
1789 struct iavf_hw *hw = IAVF_DEV_PRIVATE_TO_HW(dev->data->dev_private); in iavf_init_vf()
1880 iavf_enable_irq0(struct iavf_hw *hw) in iavf_enable_irq0()
1895 iavf_disable_irq0(struct iavf_hw *hw) in iavf_disable_irq0()
1908 struct iavf_hw *hw = IAVF_DEV_PRIVATE_TO_HW(dev->data->dev_private); in iavf_dev_interrupt_handler()
[all …]
H A Diavf.h195 struct iavf_hw hw;
226 iavf_init_adminq_parameter(struct iavf_hw *hw) in iavf_init_adminq_parameter()
H A Diavf_vchnl.c72 struct iavf_hw *hw = IAVF_DEV_PRIVATE_TO_HW(adapter); in iavf_read_msg_from_pf()
148 struct iavf_hw *hw = IAVF_DEV_PRIVATE_TO_HW(adapter); in iavf_execute_vf_cmd()
289 struct iavf_hw *hw = IAVF_DEV_PRIVATE_TO_HW(dev->data->dev_private); in iavf_handle_virtchnl_msg()
446 struct iavf_hw *hw = IAVF_DEV_PRIVATE_TO_HW(adapter); in iavf_get_vf_resource()
H A Diavf_rxtx.c489 struct iavf_hw *hw = IAVF_DEV_PRIVATE_TO_HW(dev->data->dev_private); in iavf_dev_rx_queue_setup()
627 struct iavf_hw *hw = IAVF_DEV_PRIVATE_TO_HW(dev->data->dev_private); in iavf_dev_tx_queue_setup()
726 struct iavf_hw *hw = IAVF_DEV_PRIVATE_TO_HW(dev->data->dev_private); in iavf_dev_rx_queue_start()
771 struct iavf_hw *hw = IAVF_DEV_PRIVATE_TO_HW(dev->data->dev_private); in iavf_dev_tx_queue_start()
/f-stack/dpdk/drivers/net/ice/
H A Dice_dcf.h34 struct iavf_hw avf;
H A Dice_dcf_ethdev.c50 struct iavf_hw *hw = &dcf_ad->real_hw.avf; in ice_dcf_init_rxq()
272 struct iavf_hw *hw = &ad->real_hw.avf; in ice_dcf_rx_queue_start()
403 struct iavf_hw *hw = &ad->real_hw.avf; in ice_dcf_tx_queue_start()
H A Dice_dcf.c361 struct iavf_hw *avf = &hw->avf; in ice_dcf_check_reset_done()
385 struct iavf_hw *avf = &hw->avf; in ice_dcf_enable_irq0()
401 struct iavf_hw *avf = &hw->avf; in ice_dcf_disable_irq0()