Home
last modified time | relevance | path

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

/dpdk/drivers/net/ixgbe/
H A Dixgbe_ipsec.c85 memset(priv->tx_sa_tbl, 0, sizeof(priv->tx_sa_tbl)); in ixgbe_crypto_clear_ipsec_tables()
227 if (priv->tx_sa_tbl[i].used == 0) { in ixgbe_crypto_add_sa()
239 priv->tx_sa_tbl[sa_index].spi = in ixgbe_crypto_add_sa()
241 priv->tx_sa_tbl[i].used = 1; in ixgbe_crypto_add_sa()
343 if (priv->tx_sa_tbl[i].spi == in ixgbe_crypto_remove_sa()
363 priv->tx_sa_tbl[sa_index].used = 0; in ixgbe_crypto_remove_sa()
H A Dixgbe_ipsec.h106 struct ixgbe_crypto_tx_sa_table tx_sa_tbl[IPSEC_MAX_SA_COUNT]; member
/dpdk/drivers/net/txgbe/
H A Dtxgbe_ipsec.c66 memset(priv->tx_sa_tbl, 0, sizeof(priv->tx_sa_tbl)); in txgbe_crypto_clear_ipsec_tables()
205 if (priv->tx_sa_tbl[i].used == 0) { in txgbe_crypto_add_sa()
217 priv->tx_sa_tbl[sa_index].spi = in txgbe_crypto_add_sa()
219 priv->tx_sa_tbl[i].used = 1; in txgbe_crypto_add_sa()
323 if (priv->tx_sa_tbl[i].spi == in txgbe_crypto_remove_sa()
343 priv->tx_sa_tbl[sa_index].used = 0; in txgbe_crypto_remove_sa()
H A Dtxgbe_ipsec.h90 struct txgbe_crypto_tx_sa_table tx_sa_tbl[IPSEC_MAX_SA_COUNT]; member