Home
last modified time | relevance | path

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

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_roce_gid_mgmt.c70 {rdma_protocol_roce_udp_encap, IB_GID_TYPE_ROCE_UDP_ENCAP},
H A Dib_cma.c2748 test_bit(IB_GID_TYPE_ROCE_UDP_ENCAP, &supported_gids)) in cma_route_gid_type()
2749 return IB_GID_TYPE_ROCE_UDP_ENCAP; in cma_route_gid_type()
4288 (gid_type == IB_GID_TYPE_ROCE_UDP_ENCAP) ? 0 : 0xff; in cma_iboe_set_mgid()
4290 (gid_type == IB_GID_TYPE_ROCE_UDP_ENCAP) ? 0 : 0x0e; in cma_iboe_set_mgid()
4350 if (gid_type == IB_GID_TYPE_ROCE_UDP_ENCAP) { in cma_iboe_join_multicast()
4360 if (gid_type == IB_GID_TYPE_ROCE_UDP_ENCAP) in cma_iboe_join_multicast()
4536 } else if (test_bit(IB_GID_TYPE_ROCE_UDP_ENCAP, &supported_gids)) { in cma_add_one()
4538 default_gid_type = IB_GID_TYPE_ROCE_UDP_ENCAP; in cma_add_one()
H A Dib_cache.c135 [IB_GID_TYPE_ROCE_UDP_ENCAP] = "RoCE v2",
697 gid_type_mask &= ~BIT(IB_GID_TYPE_ROCE_UDP_ENCAP); in ib_cache_gid_set_default_gid()
H A Dib_sa_query.c687 rec->gid_type != IB_GID_TYPE_ROCE_UDP_ENCAP) in ib_init_ah_from_path()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_qp.c1617 case IB_GID_TYPE_ROCE_UDP_ENCAP: in gid_type_to_qpc()
1759 IB_GID_TYPE_ROCE_UDP_ENCAP : IB_GID_TYPE_ROCE; in __mlx4_ib_modify_qp()
2479 is_udp = gid_attr.gid_type == IB_GID_TYPE_ROCE_UDP_ENCAP; in build_mlx_header()
2966 qp = (gid_attr.gid_type == IB_GID_TYPE_ROCE_UDP_ENCAP) ? in mlx4_ib_post_send()
H A Dmlx4_ib_main.c222 if (gids[i].gid_type == IB_GID_TYPE_ROCE_UDP_ENCAP) { in mlx4_ib_update_gids_v1_v2()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h100 IB_GID_TYPE_ROCE_UDP_ENCAP = 1, enumerator
153 return IB_GID_TYPE_ROCE_UDP_ENCAP; in ib_network_to_gid_type()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c374 case IB_GID_TYPE_ROCE_UDP_ENCAP: in ib_gid_to_mlx5_roce_addr()
447 if (attr.gid_type != IB_GID_TYPE_ROCE_UDP_ENCAP) in mlx5_get_roce_udp_sport()
H A Dmlx5_ib_qp.c2359 if (gid_type == IB_GID_TYPE_ROCE_UDP_ENCAP) in mlx5_set_path()