Searched refs:iavf_hw (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/intel/iavf/ |
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); 22 enum iavf_status iavf_clean_arq_element(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); 33 void iavf_debug_aq(struct iavf_hw *hw, enum iavf_debug_mask mask, 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); [all …]
|
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 void iavf_free_virt_mem(struct iavf_hw *hw, struct iavf_virt_mem *mem);
|
D | iavf_adminq.c | 16 static void iavf_adminq_init_regs(struct iavf_hw *hw) in iavf_adminq_init_regs() 35 static enum iavf_status iavf_alloc_adminq_asq_ring(struct iavf_hw *hw) in iavf_alloc_adminq_asq_ring() 62 static enum iavf_status iavf_alloc_adminq_arq_ring(struct iavf_hw *hw) in iavf_alloc_adminq_arq_ring() 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() 103 static enum iavf_status iavf_alloc_arq_bufs(struct iavf_hw *hw) in iavf_alloc_arq_bufs() 171 static enum iavf_status iavf_alloc_asq_bufs(struct iavf_hw *hw) in iavf_alloc_asq_bufs() 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() 256 static enum iavf_status iavf_config_asq_regs(struct iavf_hw *hw) in iavf_config_asq_regs() [all …]
|
D | iavf_common.c | 16 enum iavf_status iavf_set_mac_type(struct iavf_hw *hw) in iavf_set_mac_type() 46 const char *iavf_aq_str(struct iavf_hw *hw, enum iavf_admin_queue_err aq_err) in iavf_aq_str() 106 const char *iavf_stat_str(struct iavf_hw *hw, enum iavf_status stat_err) in iavf_stat_str() 259 void iavf_debug_aq(struct iavf_hw *hw, enum iavf_debug_mask mask, void *desc, in iavf_debug_aq() 312 bool iavf_check_asq_alive(struct iavf_hw *hw) in iavf_check_asq_alive() 329 enum iavf_status iavf_aq_queue_shutdown(struct iavf_hw *hw, bool unloading) in iavf_aq_queue_shutdown() 356 static enum iavf_status iavf_aq_get_set_rss_lut(struct iavf_hw *hw, in iavf_aq_get_set_rss_lut() 409 enum iavf_status iavf_aq_set_rss_lut(struct iavf_hw *hw, u16 vsi_id, in iavf_aq_set_rss_lut() 425 iavf_status iavf_aq_get_set_rss_key(struct iavf_hw *hw, u16 vsi_id, in iavf_aq_get_set_rss_key() 465 enum iavf_status iavf_aq_set_rss_key(struct iavf_hw *hw, u16 vsi_id, in iavf_aq_set_rss_key() [all …]
|
D | iavf_main.c | 18 static int iavf_check_reset_complete(struct iavf_hw *hw); 215 enum iavf_status iavf_allocate_dma_mem_d(struct iavf_hw *hw, in iavf_allocate_dma_mem_d() 238 enum iavf_status iavf_free_dma_mem(struct iavf_hw *hw, struct iavf_dma_mem *mem) in iavf_free_dma_mem() 255 enum iavf_status iavf_allocate_virt_mem(struct iavf_hw *hw, in iavf_allocate_virt_mem() 275 void iavf_free_virt_mem(struct iavf_hw *hw, struct iavf_virt_mem *mem) in iavf_free_virt_mem() 346 struct iavf_hw *hw = &adapter->hw; in iavf_misc_irq_disable() 364 struct iavf_hw *hw = &adapter->hw; in iavf_misc_irq_enable() 380 struct iavf_hw *hw = &adapter->hw; in iavf_irq_disable() 398 struct iavf_hw *hw = &adapter->hw; in iavf_irq_enable_queues() 415 struct iavf_hw *hw = &adapter->hw; in iavf_irq_enable() [all …]
|
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
|
D | iavf.h | 372 struct iavf_hw hw; /* defined in iavf_type.h */
|
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()
|
D | iavf_txrx.c | 1668 struct iavf_hw *hw = &vsi->back->hw; in iavf_update_enable_itr()
|