Searched refs:tcp_udp (Results 1 - 11 of 11) sorted by last modified time

/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1820 if (FIELDS_NOT_SUPPORTED(ib_spec->tcp_udp.mask,
1830 ntohs(ib_spec->tcp_udp.mask.src_port));
1832 ntohs(ib_spec->tcp_udp.val.src_port));
1835 ntohs(ib_spec->tcp_udp.mask.dst_port));
1837 ntohs(ib_spec->tcp_udp.val.dst_port));
1840 if (FIELDS_NOT_SUPPORTED(ib_spec->tcp_udp.mask,
1850 ntohs(ib_spec->tcp_udp.mask.src_port));
1852 ntohs(ib_spec->tcp_udp.val.src_port));
1855 ntohs(ib_spec->tcp_udp.mask.dst_port));
1857 ntohs(ib_spec->tcp_udp
[all...]
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c1435 if (FIELDS_NOT_SUPPORTED(ib_spec->tcp_udp.mask, LAST_TCP_UDP_FIELD))
1441 mlx4_spec->tcp_udp.dst_port = ib_spec->tcp_udp.val.dst_port;
1442 mlx4_spec->tcp_udp.dst_port_msk = ib_spec->tcp_udp.mask.dst_port;
1443 mlx4_spec->tcp_udp.src_port = ib_spec->tcp_udp.val.src_port;
1444 mlx4_spec->tcp_udp.src_port_msk = ib_spec->tcp_udp.mask.src_port;
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c3232 memcpy(&ib_spec->tcp_udp.val, kern_spec_val, actual_filter_sz);
3233 memcpy(&ib_spec->tcp_udp.mask, kern_spec_mask, actual_filter_sz);
H A Duverbs.h236 struct ib_uverbs_flow_spec_tcp_udp tcp_udp; member in union:ib_uverbs_flow_spec::__anon8268
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c135 .tcp_udp = {
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs.h1732 struct ib_flow_spec_tcp_udp tcp_udp; member in union:ib_flow_spec
/freebsd-11-stable/sys/dev/mlx4/
H A Ddevice.h1240 struct mlx4_spec_tcp_udp tcp_udp; member in union:mlx4_spec_list::__anon4776
1347 struct mlx4_net_trans_rule_hw_tcp_udp tcp_udp; member in union:_rule_hw::__anon4777
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dverbs.h1347 struct ibv_flow_spec_tcp_udp tcp_udp; member in union:ibv_flow_spec::__anon3490
H A Dkern-abi.h957 struct ibv_kern_spec_tcp_udp tcp_udp; member in union:ibv_kern_spec::__anon3752
H A Dcmd.c1802 kern_spec->tcp_udp.size = sizeof(struct ibv_kern_spec_tcp_udp);
1803 memcpy(&kern_spec->tcp_udp.val, &ib_spec->tcp_udp.val,
1805 memcpy(&kern_spec->tcp_udp.mask, &ib_spec->tcp_udp.mask,
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_mcg.c882 rule_hw->tcp_udp.dst_port = spec->tcp_udp.dst_port;
883 rule_hw->tcp_udp.dst_port_msk = spec->tcp_udp.dst_port_msk;
884 rule_hw->tcp_udp.src_port = spec->tcp_udp.src_port;
885 rule_hw->tcp_udp.src_port_msk = spec->tcp_udp.src_port_msk;
946 if (cur->tcp_udp.src_port)
949 be16_to_cpu(cur->tcp_udp
[all...]

Completed in 373 milliseconds