Lines Matching refs:tnl
6438 struct efx_udp_tunnel tnl) in efx_ef10_udp_tnl_add_port() argument
6450 efx_get_udp_tunnel_type_name(tnl.type, typebuf, sizeof(typebuf)); in efx_ef10_udp_tnl_add_port()
6452 typebuf, ntohs(tnl.port)); in efx_ef10_udp_tnl_add_port()
6460 match = __efx_ef10_udp_tnl_lookup_port(efx, tnl.port); in efx_ef10_udp_tnl_add_port()
6462 if (match->type == tnl.type) { in efx_ef10_udp_tnl_add_port()
6474 ntohs(tnl.port), typebuf); in efx_ef10_udp_tnl_add_port()
6481 nic_data->udp_tunnels[i] = tnl; in efx_ef10_udp_tnl_add_port()
6489 typebuf, ntohs(tnl.port)); in efx_ef10_udp_tnl_add_port()
6521 struct efx_udp_tunnel tnl) in efx_ef10_udp_tnl_del_port() argument
6532 efx_get_udp_tunnel_type_name(tnl.type, typebuf, sizeof(typebuf)); in efx_ef10_udp_tnl_del_port()
6534 typebuf, ntohs(tnl.port)); in efx_ef10_udp_tnl_del_port()
6542 match = __efx_ef10_udp_tnl_lookup_port(efx, tnl.port); in efx_ef10_udp_tnl_del_port()
6544 if (match->type == tnl.type) { in efx_ef10_udp_tnl_del_port()
6549 ntohs(tnl.port)); in efx_ef10_udp_tnl_del_port()
6560 ntohs(tnl.port), typebuf); in efx_ef10_udp_tnl_del_port()