Lines Matching refs:ixgbe_hw
186 /* These routines need struct ixgbe_hw declared */
187 struct ixgbe_hw;
188 device_t ixgbe_dev_from_hw(struct ixgbe_hw *hw);
191 extern u16 ixgbe_read_pci_cfg(struct ixgbe_hw *, u32);
194 extern void ixgbe_write_pci_cfg(struct ixgbe_hw *, u32, u16);
199 extern u32 ixgbe_read_reg(struct ixgbe_hw *, u32);
202 extern void ixgbe_write_reg(struct ixgbe_hw *, u32, u32);
205 extern u32 ixgbe_read_reg_array(struct ixgbe_hw *, u32, u32);
209 extern void ixgbe_write_reg_array(struct ixgbe_hw *, u32, u32, u32);
213 extern void ixgbe_write_barrier(struct ixgbe_hw *);