Searched refs:typebuf (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/sfc/ |
| D | ef10.c | 6469 char typebuf[8]; in efx_ef10_udp_tnl_add_port() local 6477 efx_get_udp_tunnel_type_name(tnl.type, typebuf, sizeof(typebuf)); in efx_ef10_udp_tnl_add_port() 6479 typebuf, ntohs(tnl.port)); in efx_ef10_udp_tnl_add_port() 6498 typebuf, sizeof(typebuf)); in efx_ef10_udp_tnl_add_port() 6501 ntohs(tnl.port), typebuf); in efx_ef10_udp_tnl_add_port() 6516 typebuf, ntohs(tnl.port)); in efx_ef10_udp_tnl_add_port() 6552 char typebuf[8]; in efx_ef10_udp_tnl_del_port() local 6559 efx_get_udp_tunnel_type_name(tnl.type, typebuf, sizeof(typebuf)); in efx_ef10_udp_tnl_del_port() 6561 typebuf, ntohs(tnl.port)); in efx_ef10_udp_tnl_del_port() 6584 typebuf, sizeof(typebuf)); in efx_ef10_udp_tnl_del_port() [all …]
|