Searched refs:tcp_udp (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/sys/ofed/drivers/net/mlx4/
H A Dmcg.c852 rule_hw->tcp_udp.dst_port = spec->tcp_udp.dst_port;
853 rule_hw->tcp_udp.dst_port_msk = spec->tcp_udp.dst_port_msk;
854 rule_hw->tcp_udp.src_port = spec->tcp_udp.src_port;
855 rule_hw->tcp_udp.src_port_msk = spec->tcp_udp.src_port_msk;
906 if (cur->tcp_udp.src_port)
909 be16_to_cpu(cur->tcp_udp
[all...]
H A Den_netdev.c135 .tcp_udp = {
/freebsd-10.3-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmain.c1048 spec_l4->tcp_udp.src_port = flow_spec->src_port;
1049 spec_l4->tcp_udp.dst_port = flow_spec->dst_port;
1050 if (spec_l4->tcp_udp.src_port)
1051 spec_l4->tcp_udp.src_port_msk =
1053 if (spec_l4->tcp_udp.dst_port)
1054 spec_l4->tcp_udp.dst_port_msk =
/freebsd-10.3-release/sys/ofed/include/linux/mlx4/
H A Ddevice.h1142 struct mlx4_spec_tcp_udp tcp_udp; member in union:mlx4_spec_list::__anon11705
1239 struct mlx4_net_trans_rule_hw_tcp_udp tcp_udp; member in union:_rule_hw::__anon11706

Completed in 38 milliseconds