Searched refs:typebuf (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/sfc/ |
D | ef10.c | 6442 char typebuf[8]; in efx_ef10_udp_tnl_add_port() local 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() 6471 typebuf, sizeof(typebuf)); in efx_ef10_udp_tnl_add_port() 6474 ntohs(tnl.port), typebuf); in efx_ef10_udp_tnl_add_port() 6489 typebuf, ntohs(tnl.port)); in efx_ef10_udp_tnl_add_port() 6525 char typebuf[8]; in efx_ef10_udp_tnl_del_port() local 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() 6557 typebuf, sizeof(typebuf)); in efx_ef10_udp_tnl_del_port() [all …]
|