Lines Matching refs:iavf_hw
78 iavf_allocate_virt_mem(struct iavf_hw *hw __unused, struct iavf_virt_mem *mem, in iavf_allocate_virt_mem()
95 iavf_free_virt_mem(struct iavf_hw *hw __unused, struct iavf_virt_mem *mem) in iavf_free_virt_mem()
117 iavf_allocate_dma_mem(struct iavf_hw *hw, struct iavf_dma_mem *mem, in iavf_allocate_dma_mem()
186 iavf_free_dma_mem(struct iavf_hw *hw __unused, struct iavf_dma_mem *mem) in iavf_free_dma_mem()
265 iavf_debug_shared(struct iavf_hw *hw, uint64_t mask, char *fmt, ...) in iavf_debug_shared()
270 if (!(mask & ((struct iavf_hw *)hw)->debug_mask)) in iavf_debug_shared()
293 iavf_read_pci_cfg(struct iavf_hw *hw, u32 reg) in iavf_read_pci_cfg()
313 iavf_write_pci_cfg(struct iavf_hw *hw, u32 reg, u16 value) in iavf_write_pci_cfg()
331 iavf_rd32(struct iavf_hw *hw, uint32_t reg) in iavf_rd32()
352 iavf_wr32(struct iavf_hw *hw, uint32_t reg, uint32_t val) in iavf_wr32()
372 iavf_flush(struct iavf_hw *hw) in iavf_flush()