Searched refs:iavf_hw (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/intel/iavf/ |
A D | iavf_prototype.h | 19 enum iavf_status iavf_init_adminq(struct iavf_hw *hw); 20 enum iavf_status iavf_shutdown_adminq(struct iavf_hw *hw); 21 void iavf_adminq_init_ring_data(struct iavf_hw *hw); 25 enum iavf_status iavf_asq_send_command(struct iavf_hw *hw, 30 bool iavf_asq_done(struct iavf_hw *hw); 36 void iavf_idle_aq(struct iavf_hw *hw); 37 void iavf_resume_aq(struct iavf_hw *hw); 38 bool iavf_check_asq_alive(struct iavf_hw *hw); 52 enum iavf_status iavf_set_mac_type(struct iavf_hw *hw); 61 void iavf_vf_parse_hw_config(struct iavf_hw *hw, [all …]
|
A D | iavf_alloc.h | 7 struct iavf_hw; 23 enum iavf_status iavf_allocate_dma_mem(struct iavf_hw *hw, 27 enum iavf_status iavf_free_dma_mem(struct iavf_hw *hw, 29 enum iavf_status iavf_allocate_virt_mem(struct iavf_hw *hw, 31 enum iavf_status iavf_free_virt_mem(struct iavf_hw *hw,
|
A D | iavf_adminq.c | 16 static void iavf_adminq_init_regs(struct iavf_hw *hw) in iavf_adminq_init_regs() 82 static void iavf_free_adminq_asq(struct iavf_hw *hw) in iavf_free_adminq_asq() 94 static 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 static enum iavf_status iavf_init_asq(struct iavf_hw *hw) in iavf_init_asq() 389 static enum iavf_status iavf_init_arq(struct iavf_hw *hw) in iavf_init_arq() 519 enum iavf_status iavf_init_adminq(struct iavf_hw *hw) in iavf_init_adminq() 563 enum iavf_status iavf_shutdown_adminq(struct iavf_hw *hw) in iavf_shutdown_adminq() 580 static u16 iavf_clean_asq(struct iavf_hw *hw) in iavf_clean_asq() [all …]
|
A D | iavf_common.c | 16 enum iavf_status iavf_set_mac_type(struct iavf_hw *hw) in iavf_set_mac_type() 313 bool iavf_check_asq_alive(struct iavf_hw *hw) in iavf_check_asq_alive() 357 static enum iavf_status iavf_aq_get_set_rss_lut(struct iavf_hw *hw, in iavf_aq_get_set_rss_lut() 410 enum iavf_status iavf_aq_get_rss_lut(struct iavf_hw *hw, u16 vsi_id, in iavf_aq_get_rss_lut() 427 enum iavf_status iavf_aq_set_rss_lut(struct iavf_hw *hw, u16 vsi_id, in iavf_aq_set_rss_lut() 443 iavf_status iavf_aq_get_set_rss_key(struct iavf_hw *hw, u16 vsi_id, in iavf_aq_get_set_rss_key() 482 enum iavf_status iavf_aq_get_rss_key(struct iavf_hw *hw, u16 vsi_id, in iavf_aq_get_rss_key() 496 enum iavf_status iavf_aq_set_rss_key(struct iavf_hw *hw, u16 vsi_id, in iavf_aq_set_rss_key() 768 enum iavf_status iavf_aq_send_msg_to_pf(struct iavf_hw *hw, in iavf_aq_send_msg_to_pf() 806 void iavf_vf_parse_hw_config(struct iavf_hw *hw, in iavf_vf_parse_hw_config() [all …]
|
A D | iavf_main.c | 315 struct iavf_hw *hw = &adapter->hw; in iavf_misc_irq_disable() 333 struct iavf_hw *hw = &adapter->hw; in iavf_misc_irq_enable() 349 struct iavf_hw *hw = &adapter->hw; in iavf_irq_disable() 368 struct iavf_hw *hw = &adapter->hw; in iavf_irq_enable_queues() 387 struct iavf_hw *hw = &adapter->hw; in iavf_irq_enable() 405 struct iavf_hw *hw = &adapter->hw; in iavf_msix_aq() 446 struct iavf_hw *hw = &adapter->hw; in iavf_map_vector_to_rxq() 472 struct iavf_hw *hw = &adapter->hw; in iavf_map_vector_to_txq() 696 struct iavf_hw *hw = &adapter->hw; in iavf_configure_tx() 4850 struct iavf_hw *hw = NULL; in iavf_probe() [all …]
|
A D | iavf_type.h | 23 struct iavf_hw; 24 typedef void (*IAVF_ADMINQ_CALLBACK)(struct iavf_hw *, struct iavf_aq_desc *); 169 struct iavf_hw { struct
|
A D | iavf.h | 367 struct iavf_hw hw; /* defined in iavf_type.h */
|
A D | iavf_virtchnl.c | 20 struct iavf_hw *hw = &adapter->hw; in iavf_send_pf_msg() 64 iavf_poll_virtchnl_msg(struct iavf_hw *hw, struct iavf_arq_event_info *event, in iavf_poll_virtchnl_msg() 213 struct iavf_hw *hw = &adapter->hw; in iavf_get_vf_config()
|
A D | iavf_txrx.c | 1669 struct iavf_hw *hw = &vsi->back->hw; in iavf_update_enable_itr()
|
Completed in 28 milliseconds