Home
last modified time | relevance | path

Searched refs:TXGBE_DEV_IPSEC (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/txgbe/
H A Dtxgbe_ipsec.c24 struct txgbe_ipsec *priv = TXGBE_DEV_IPSEC(dev); in txgbe_crypto_clear_ipsec_tables()
74 struct txgbe_ipsec *priv = TXGBE_DEV_IPSEC(dev); in txgbe_crypto_add_sa()
254 struct txgbe_ipsec *priv = TXGBE_DEV_IPSEC(dev); in txgbe_crypto_remove_sa()
H A Dtxgbe_ethdev.h421 #define TXGBE_DEV_IPSEC(dev) \ macro