Searched refs:DEV_TX_OFFLOAD_SECURITY (Results 1 – 7 of 7) sorted by relevance
443 * **[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``.
403 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()
2565 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()
830 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()
787 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()
974 DEV_TX_OFFLOAD_SECURITY) == 0) { in check_eth_dev_caps()1619 *tx_offloads |= DEV_TX_OFFLOAD_SECURITY; in sa_check_offloads()
1402 #define DEV_TX_OFFLOAD_SECURITY 0x00020000 macro