Searched refs:iavf_hw (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/ethernet/intel/iavf/ |
| H 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 enum iavf_status iavf_clean_arq_element(struct iavf_hw *hw, 24 enum iavf_status iavf_asq_send_command(struct iavf_hw *hw, 29 bool iavf_asq_done(struct iavf_hw *hw); 32 void iavf_debug_aq(struct iavf_hw *hw, enum iavf_debug_mask mask, 35 bool iavf_check_asq_alive(struct iavf_hw *hw); 36 enum iavf_status iavf_aq_queue_shutdown(struct iavf_hw *hw, bool unloading); 37 const char *iavf_stat_str(struct iavf_hw *hw, enum iavf_status stat_err); 39 enum iavf_status iavf_aq_set_rss_lut(struct iavf_hw *hw, u16 seid, [all …]
|
| H 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 void iavf_free_virt_mem(struct iavf_hw *hw, struct iavf_virt_mem *mem);
|
| H A D | iavf_common.c | 15 const char *iavf_stat_str(struct iavf_hw *hw, enum iavf_status stat_err) in iavf_stat_str() 168 void iavf_debug_aq(struct iavf_hw *hw, enum iavf_debug_mask mask, void *desc, in iavf_debug_aq() 221 bool iavf_check_asq_alive(struct iavf_hw *hw) in iavf_check_asq_alive() 238 enum iavf_status iavf_aq_queue_shutdown(struct iavf_hw *hw, bool unloading) in iavf_aq_queue_shutdown() 265 static enum iavf_status iavf_aq_get_set_rss_lut(struct iavf_hw *hw, in iavf_aq_get_set_rss_lut() 316 enum iavf_status iavf_aq_set_rss_lut(struct iavf_hw *hw, u16 vsi_id, in iavf_aq_set_rss_lut() 332 iavf_status iavf_aq_get_set_rss_key(struct iavf_hw *hw, u16 vsi_id, in iavf_aq_get_set_rss_key() 371 enum iavf_status iavf_aq_set_rss_key(struct iavf_hw *hw, u16 vsi_id, in iavf_aq_set_rss_key() 390 enum iavf_status iavf_aq_send_msg_to_pf(struct iavf_hw *hw, in iavf_aq_send_msg_to_pf() 428 void iavf_vf_parse_hw_config(struct iavf_hw *hw, in iavf_vf_parse_hw_config()
|
| H A D | iavf_adminq.c | 14 static enum iavf_status iavf_alloc_adminq_asq_ring(struct iavf_hw *hw) in iavf_alloc_adminq_asq_ring() 41 static enum iavf_status iavf_alloc_adminq_arq_ring(struct iavf_hw *hw) in iavf_alloc_adminq_arq_ring() 61 static void iavf_free_adminq_asq(struct iavf_hw *hw) in iavf_free_adminq_asq() 73 static void iavf_free_adminq_arq(struct iavf_hw *hw) in iavf_free_adminq_arq() 82 static enum iavf_status iavf_alloc_arq_bufs(struct iavf_hw *hw) in iavf_alloc_arq_bufs() 150 static enum iavf_status iavf_alloc_asq_bufs(struct iavf_hw *hw) in iavf_alloc_asq_bufs() 191 static void iavf_free_arq_bufs(struct iavf_hw *hw) in iavf_free_arq_bufs() 210 static void iavf_free_asq_bufs(struct iavf_hw *hw) in iavf_free_asq_bufs() 235 static enum iavf_status iavf_config_asq_regs(struct iavf_hw *hw) in iavf_config_asq_regs() 264 static enum iavf_status iavf_config_arq_regs(struct iavf_hw *hw) in iavf_config_arq_regs() [all …]
|
| H A D | iavf_type.h | 21 struct iavf_hw; 22 typedef void (*IAVF_ADMINQ_CALLBACK)(struct iavf_hw *, struct libie_aq_desc *); 155 struct iavf_hw { struct
|
| H A D | iavf_main.c | 21 static int iavf_check_reset_complete(struct iavf_hw *hw); 220 enum iavf_status iavf_allocate_dma_mem_d(struct iavf_hw *hw, in iavf_allocate_dma_mem_d() 243 enum iavf_status iavf_free_dma_mem(struct iavf_hw *hw, struct iavf_dma_mem *mem) in iavf_free_dma_mem() 260 enum iavf_status iavf_allocate_virt_mem(struct iavf_hw *hw, in iavf_allocate_virt_mem() 280 void iavf_free_virt_mem(struct iavf_hw *hw, struct iavf_virt_mem *mem) in iavf_free_virt_mem() 330 struct iavf_hw *hw = &adapter->hw; in iavf_misc_irq_disable() 348 struct iavf_hw *hw = &adapter->hw; in iavf_misc_irq_enable() 364 struct iavf_hw *hw = &adapter->hw; in iavf_irq_disable() 382 struct iavf_hw *hw = &adapter->hw; in iavf_irq_enable_queues() 399 struct iavf_hw *hw = &adapter->hw; in iavf_irq_enable() [all …]
|
| H A D | iavf.h | 390 struct iavf_hw hw; /* defined in iavf_type.h */
|
| H A D | iavf_txrx.c | 1539 struct iavf_hw *hw = &vsi->back->hw; in iavf_update_enable_itr()
|