Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ipsec.c44 struct ixgbe_ipsec *priv = IXGBE_DEV_PRIVATE_TO_IPSEC( in ixgbe_crypto_clear_ipsec_tables()
93 struct ixgbe_ipsec *priv = IXGBE_DEV_PRIVATE_TO_IPSEC( in ixgbe_crypto_add_sa()
276 IXGBE_DEV_PRIVATE_TO_IPSEC(dev->data->dev_private); in ixgbe_crypto_remove_sa()
H A Dixgbe_ethdev.h579 #define IXGBE_DEV_PRIVATE_TO_IPSEC(adapter)\ macro