Searched refs:IXGBE_SECRXCTRL (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ipsec.c | 159 reg = IXGBE_READ_REG(hw, IXGBE_SECRXCTRL); in ixgbe_ipsec_stop_data() 161 IXGBE_WRITE_REG(hw, IXGBE_SECRXCTRL, reg); in ixgbe_ipsec_stop_data() 236 reg = IXGBE_READ_REG(hw, IXGBE_SECRXCTRL); in ixgbe_ipsec_stop_engine() 238 IXGBE_WRITE_REG(hw, IXGBE_SECRXCTRL, reg); in ixgbe_ipsec_stop_engine() 250 IXGBE_WRITE_REG(hw, IXGBE_SECRXCTRL, IXGBE_SECRXCTRL_SECRX_DIS); in ixgbe_ipsec_stop_engine() 282 IXGBE_WRITE_REG(hw, IXGBE_SECRXCTRL, 0); in ixgbe_ipsec_start_engine()
|
D | ixgbe_common.c | 2677 secrxreg = IXGBE_READ_REG(hw, IXGBE_SECRXCTRL); in ixgbe_disable_rx_buff_generic() 2679 IXGBE_WRITE_REG(hw, IXGBE_SECRXCTRL, secrxreg); in ixgbe_disable_rx_buff_generic() 2707 secrxreg = IXGBE_READ_REG(hw, IXGBE_SECRXCTRL); in ixgbe_enable_rx_buff_generic() 2709 IXGBE_WRITE_REG(hw, IXGBE_SECRXCTRL, secrxreg); in ixgbe_enable_rx_buff_generic()
|
D | ixgbe_type.h | 593 #define IXGBE_SECRXCTRL 0x08D00 macro
|
D | ixgbe_ethtool.c | 990 regs_buff[1143] = IXGBE_READ_REG(hw, IXGBE_SECRXCTRL); in ixgbe_get_regs()
|