Searched refs:allow_tunnel_mode (Results 1 – 2 of 2) sorted by relevance
32 u8 allow_tunnel_mode : 1; member360 if (rx->allow_tunnel_mode) in rx_destroy()458 rx->allow_tunnel_mode = mlx5_eswitch_block_encap(mdev); in rx_create()459 if (rx->allow_tunnel_mode) in rx_create()513 if (rx->allow_tunnel_mode) in rx_create()673 if (tx->allow_tunnel_mode) in tx_destroy()716 tx->allow_tunnel_mode = mlx5_eswitch_block_encap(mdev); in tx_create()717 if (tx->allow_tunnel_mode) in tx_create()783 if (tx->allow_tunnel_mode) in tx_create()2091 return tx->allow_tunnel_mode; in mlx5e_ipsec_fs_tunnel_enabled()[all …]
212 u8 allow_tunnel_mode : 1; member