Searched refs:allow_tunnel_mode (Results 1 – 2 of 2) sorted by relevance
32 u8 allow_tunnel_mode : 1; member257 if (rx->allow_tunnel_mode) in rx_destroy()363 rx->allow_tunnel_mode = mlx5_eswitch_block_encap(mdev); in rx_create()364 if (rx->allow_tunnel_mode) in rx_create()418 if (rx->allow_tunnel_mode) in rx_create()579 if (tx->allow_tunnel_mode) in tx_destroy()622 tx->allow_tunnel_mode = mlx5_eswitch_block_encap(mdev); in tx_create()623 if (tx->allow_tunnel_mode) in tx_create()689 if (tx->allow_tunnel_mode) in tx_create()1986 return tx->allow_tunnel_mode; in mlx5e_ipsec_fs_tunnel_enabled()[all …]
212 u8 allow_tunnel_mode : 1; member