Home
last modified time | relevance | path

Searched refs:DEV_TX_OFFLOAD_SECURITY (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/doc/guides/nics/
H A Dfeatures.rst443 * **[uses] rte_eth_txconf,rte_eth_txmode**: ``offloads:DEV_TX_OFFLOAD_SECURITY``.
447 ``tx_offload_capa,tx_queue_offload_capa:DEV_TX_OFFLOAD_SECURITY``.
464 * **[uses] rte_eth_txconf,rte_eth_txmode**: ``offloads:DEV_TX_OFFLOAD_SECURITY``.
469 ``tx_offload_capa,tx_queue_offload_capa:DEV_TX_OFFLOAD_SECURITY``.
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ipsec.c403 if (dev_conf->txmode.offloads & DEV_TX_OFFLOAD_SECURITY) { in ixgbe_crypto_create_session()
668 if (tx_offloads & DEV_TX_OFFLOAD_SECURITY) { in ixgbe_crypto_enable_ipsec()
H A Dixgbe_rxtx.c2565 tx_offload_capa |= DEV_TX_OFFLOAD_SECURITY; in ixgbe_get_tx_port_offloads()
2733 DEV_TX_OFFLOAD_SECURITY); in ixgbe_dev_tx_queue_setup()
5360 DEV_TX_OFFLOAD_SECURITY)) { in ixgbe_dev_rxtx_start()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_ethdev_sec.c830 if (!(dev->tx_offloads & DEV_TX_OFFLOAD_SECURITY) && in otx2_eth_sec_init()
871 if (!(dev->tx_offloads & DEV_TX_OFFLOAD_SECURITY) && in otx2_eth_sec_fini()
H A Dotx2_ethdev.c787 if (conf & DEV_TX_OFFLOAD_SECURITY) in nix_tx_offload_flags()
2545 dev->tx_offload_capa |= DEV_TX_OFFLOAD_SECURITY; in otx2_eth_dev_init()
/f-stack/dpdk/examples/ipsec-secgw/
H A Dsa.c974 DEV_TX_OFFLOAD_SECURITY) == 0) { in check_eth_dev_caps()
1619 *tx_offloads |= DEV_TX_OFFLOAD_SECURITY; in sa_check_offloads()
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev.h1402 #define DEV_TX_OFFLOAD_SECURITY 0x00020000 macro