Home
last modified time | relevance | path

Searched refs:rx_sa_tbl (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/ixgbe/
H A Dixgbe_ipsec.c84 memset(priv->rx_sa_tbl, 0, sizeof(priv->rx_sa_tbl)); in ixgbe_crypto_clear_ipsec_tables()
129 if (priv->rx_sa_tbl[i].used == 0) { in ixgbe_crypto_add_sa()
151 priv->rx_sa_tbl[sa_index].spi = in ixgbe_crypto_add_sa()
153 priv->rx_sa_tbl[sa_index].ip_index = ip_index; in ixgbe_crypto_add_sa()
156 priv->rx_sa_tbl[sa_index].mode |= in ixgbe_crypto_add_sa()
164 priv->rx_sa_tbl[sa_index].used = 1; in ixgbe_crypto_add_sa()
191 priv->rx_sa_tbl[sa_index].spi); in ixgbe_crypto_add_sa()
193 priv->rx_sa_tbl[sa_index].ip_index); in ixgbe_crypto_add_sa()
216 priv->rx_sa_tbl[sa_index].mode); in ixgbe_crypto_add_sa()
300 if (priv->rx_sa_tbl[i].spi == in ixgbe_crypto_remove_sa()
[all …]
H A Dixgbe_ipsec.h105 struct ixgbe_crypto_rx_sa_table rx_sa_tbl[IPSEC_MAX_SA_COUNT]; member
/dpdk/drivers/net/txgbe/
H A Dtxgbe_ipsec.c65 memset(priv->rx_sa_tbl, 0, sizeof(priv->rx_sa_tbl)); in txgbe_crypto_clear_ipsec_tables()
109 if (priv->rx_sa_tbl[i].used == 0) { in txgbe_crypto_add_sa()
131 priv->rx_sa_tbl[sa_index].spi = ic_session->spi; in txgbe_crypto_add_sa()
132 priv->rx_sa_tbl[sa_index].ip_index = ip_index; in txgbe_crypto_add_sa()
135 priv->rx_sa_tbl[sa_index].mode |= in txgbe_crypto_add_sa()
143 priv->rx_sa_tbl[sa_index].used = 1; in txgbe_crypto_add_sa()
170 priv->rx_sa_tbl[sa_index].spi); in txgbe_crypto_add_sa()
172 priv->rx_sa_tbl[sa_index].ip_index); in txgbe_crypto_add_sa()
195 priv->rx_sa_tbl[sa_index].mode); in txgbe_crypto_add_sa()
278 if (priv->rx_sa_tbl[i].spi == in txgbe_crypto_remove_sa()
[all …]
H A Dtxgbe_ipsec.h89 struct txgbe_crypto_rx_sa_table rx_sa_tbl[IPSEC_MAX_SA_COUNT]; member