Home
last modified time | relevance | path

Searched refs:ipsec_tx (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_fs.c54 static struct mlx5e_ipsec_tx *ipsec_tx(struct mlx5e_ipsec *ipsec, int type) in ipsec_tx() function
854 struct mlx5e_ipsec_tx *tx = ipsec_tx(ipsec, type); in tx_ft_get_policy()
882 struct mlx5e_ipsec_tx *tx = ipsec_tx(ipsec, type); in tx_ft_get()
896 struct mlx5e_ipsec_tx *tx = ipsec_tx(ipsec, type); in tx_ft_put()
905 struct mlx5e_ipsec_tx *tx = ipsec_tx(ipsec, type); in tx_ft_put_policy()
1538 tx = ipsec_tx(ipsec, attrs->type); in tx_add_policy()
2091 tx = ipsec_tx(sa_entry->ipsec, attrs->type); in mlx5e_ipsec_fs_tunnel_enabled()
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c4137 struct ixgbevf_ipsec_tx_data ipsec_tx = { 0 }; in ixgbevf_xmit_frame_ring() local
4186 if (xfrm_offload(skb) && !ixgbevf_ipsec_tx(tx_ring, first, &ipsec_tx)) in ixgbevf_xmit_frame_ring()
4189 tso = ixgbevf_tso(tx_ring, first, &hdr_len, &ipsec_tx); in ixgbevf_xmit_frame_ring()
4193 ixgbevf_tx_csum(tx_ring, first, &ipsec_tx); in ixgbevf_xmit_frame_ring()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c8720 struct ixgbe_ipsec_tx_data ipsec_tx = { 0 }; in ixgbe_xmit_frame_ring() local
8828 !ixgbe_ipsec_tx(tx_ring, first, &ipsec_tx)) in ixgbe_xmit_frame_ring()
8831 tso = ixgbe_tso(tx_ring, first, &hdr_len, &ipsec_tx); in ixgbe_xmit_frame_ring()
8835 ixgbe_tx_csum(tx_ring, first, &ipsec_tx); in ixgbe_xmit_frame_ring()