Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs_ethtool.c178 __be16 pdst_m, __be16 pdst_v) in set_tcp() argument
184 if (pdst_m) { in set_tcp()
185 MLX5E_FTE_SET(headers_c, tcp_dport, ntohs(pdst_m)); in set_tcp()
195 __be16 pdst_m, __be16 pdst_v) in set_udp() argument
202 if (pdst_m) { in set_udp()
203 MLX5E_FTE_SET(headers_c, udp_dport, ntohs(pdst_m)); in set_udp()