FreeBSD kernel IXGBE device code
ixgbe_osdep.c File Reference
#include "ixgbe.h"
Include dependency graph for ixgbe_osdep.c:

Go to the source code of this file.

Functions

u16 ixgbe_read_pci_cfg (struct ixgbe_hw *hw, u32 reg)
 
void ixgbe_write_pci_cfg (struct ixgbe_hw *hw, u32 reg, u16 value)
 
u32 ixgbe_read_reg (struct ixgbe_hw *hw, u32 reg)
 
void ixgbe_write_reg (struct ixgbe_hw *hw, u32 reg, u32 val)
 
u32 ixgbe_read_reg_array (struct ixgbe_hw *hw, u32 reg, u32 offset)
 
void ixgbe_write_reg_array (struct ixgbe_hw *hw, u32 reg, u32 offset, u32 val)
 

Function Documentation

◆ ixgbe_read_pci_cfg()

u16 ixgbe_read_pci_cfg ( struct ixgbe_hw hw,
u32  reg 
)
inline

Definition at line 38 of file ixgbe_osdep.c.

References ixgbe_hw::back.

◆ ixgbe_read_reg()

u32 ixgbe_read_reg ( struct ixgbe_hw hw,
u32  reg 
)
inline

Definition at line 50 of file ixgbe_osdep.c.

References ixgbe_hw::back.

◆ ixgbe_read_reg_array()

u32 ixgbe_read_reg_array ( struct ixgbe_hw hw,
u32  reg,
u32  offset 
)
inline

Definition at line 65 of file ixgbe_osdep.c.

References ixgbe_hw::back.

◆ ixgbe_write_pci_cfg()

void ixgbe_write_pci_cfg ( struct ixgbe_hw hw,
u32  reg,
u16  value 
)
inline

Definition at line 44 of file ixgbe_osdep.c.

References ixgbe_hw::back.

◆ ixgbe_write_reg()

void ixgbe_write_reg ( struct ixgbe_hw hw,
u32  reg,
u32  val 
)
inline

Definition at line 57 of file ixgbe_osdep.c.

References ixgbe_hw::back.

◆ ixgbe_write_reg_array()

void ixgbe_write_reg_array ( struct ixgbe_hw hw,
u32  reg,
u32  offset,
u32  val 
)
inline

Definition at line 73 of file ixgbe_osdep.c.

References ixgbe_hw::back.