Searched refs:IXGBE_IPSRXKEY (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_ipsec.c | 67 IXGBE_WRITE_REG(hw, IXGBE_IPSRXKEY(0), 0); in ixgbe_crypto_clear_ipsec_tables() 68 IXGBE_WRITE_REG(hw, IXGBE_IPSRXKEY(1), 0); in ixgbe_crypto_clear_ipsec_tables() 69 IXGBE_WRITE_REG(hw, IXGBE_IPSRXKEY(2), 0); in ixgbe_crypto_clear_ipsec_tables() 70 IXGBE_WRITE_REG(hw, IXGBE_IPSRXKEY(3), 0); in ixgbe_crypto_clear_ipsec_tables() 205 IXGBE_WRITE_REG(hw, IXGBE_IPSRXKEY(0), in ixgbe_crypto_add_sa() 207 IXGBE_WRITE_REG(hw, IXGBE_IPSRXKEY(1), in ixgbe_crypto_add_sa() 209 IXGBE_WRITE_REG(hw, IXGBE_IPSRXKEY(2), in ixgbe_crypto_add_sa() 211 IXGBE_WRITE_REG(hw, IXGBE_IPSRXKEY(3), in ixgbe_crypto_add_sa() 319 IXGBE_WRITE_REG(hw, IXGBE_IPSRXKEY(0), 0); in ixgbe_crypto_remove_sa() 320 IXGBE_WRITE_REG(hw, IXGBE_IPSRXKEY(1), 0); in ixgbe_crypto_remove_sa() [all …]
|
| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_type.h | 830 #define IXGBE_IPSRXKEY(_i) (0x08E1C + (4 * (_i))) /* 4 of these (0-3) */ macro
|