open_port
#define open_mem open_port
.open = open_port,
u16 open_port, i;
if (!ice_get_open_tunnel_port(hw, &open_port, TNL_VXLAN))
if (!ice_get_open_tunnel_port(hw, &open_port, TNL_GENEVE))
hdr->dst_port = cpu_to_be16(open_port);
fd1 = open_port(1, 1);
fd2 = open_port(0, 1);
fd1 = open_port(0, 1);
listenfd = open_port(0, 0);
fd1 = open_port(0, 1);