Home
last modified time | relevance | path

Searched refs:IXGBE_CTRL_RST (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/ixgbevf/
H A Ddefines.h35 #define IXGBE_CTRL_RST 0x04000000 /* Reset (SW) */ macro
H A Dvf.c81 IXGBE_WRITE_REG(hw, IXGBE_VFCTRL, IXGBE_CTRL_RST); in ixgbevf_reset_hw_vf()
/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82598.c718 ctrl = IXGBE_READ_REG(hw, IXGBE_CTRL) | IXGBE_CTRL_RST; in ixgbe_reset_hw_82598()
726 if (!(ctrl & IXGBE_CTRL_RST)) in ixgbe_reset_hw_82598()
730 if (ctrl & IXGBE_CTRL_RST) { in ixgbe_reset_hw_82598()
H A Dixgbe_x540.c93 ctrl = IXGBE_CTRL_RST; in ixgbe_reset_hw_X540()
H A Dixgbe_type.h1260 #define IXGBE_CTRL_RST 0x04000000 /* Reset (SW) */ macro
1261 #define IXGBE_CTRL_RST_MASK (IXGBE_CTRL_LNK_RST | IXGBE_CTRL_RST)
H A Dixgbe_82599.c962 ctrl = IXGBE_CTRL_RST; in ixgbe_reset_hw_82599()
H A Dixgbe_e610.c2527 ctrl = IXGBE_CTRL_RST; in ixgbe_reset_hw_e610()
H A Dixgbe_x550.c3452 ctrl = IXGBE_CTRL_RST; in ixgbe_reset_hw_X550em()