Home
last modified time | relevance | path

Searched refs:b_update_port (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_sp_commands.c183 p_tun->geneve_port.b_update_port = p_src->geneve_port.b_update_port; in ecore_set_tunn_ports()
184 p_tun->vxlan_port.b_update_port = p_src->vxlan_port.b_update_port; in ecore_set_tunn_ports()
186 if (p_src->geneve_port.b_update_port) in ecore_set_tunn_ports()
189 if (p_src->vxlan_port.b_update_port) in ecore_set_tunn_ports()
207 if (p_udp_port->b_update_port) { in ecore_set_ramrod_tunnel_param()
269 if (p_tunn->vxlan_port.b_update_port) in ecore_set_hw_tunn_mode_port()
273 if (p_tunn->geneve_port.b_update_port) in ecore_set_hw_tunn_mode_port()
H A Decore.h301 bool b_update_port; member