Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dah.c62 if (gid_type == IB_GID_TYPE_ROCE_UDP_ENCAP) in create_ib_ah()
Dmain.c496 case IB_GID_TYPE_ROCE_UDP_ENCAP: in set_roce_addr()
530 if (attr->gid_type != IB_GID_TYPE_ROCE_UDP_ENCAP) in mlx5_get_roce_udp_sport()
Dqp.c2549 if (gid_type == IB_GID_TYPE_ROCE_UDP_ENCAP) in mlx5_set_path()
/Linux-v4.19/include/rdma/
Dib_sa.h225 return IB_GID_TYPE_ROCE_UDP_ENCAP; in sa_conv_pathrec_to_gid_type()
237 case IB_GID_TYPE_ROCE_UDP_ENCAP: in sa_conv_gid_to_pathrec_type()
Dib_verbs.h89 IB_GID_TYPE_ROCE_UDP_ENCAP = 1, enumerator
146 return IB_GID_TYPE_ROCE_UDP_ENCAP; in ib_network_to_gid_type()
/Linux-v4.19/drivers/infiniband/hw/vmw_pvrdma/
Dpvrdma_misc.c309 return (gid_type == IB_GID_TYPE_ROCE_UDP_ENCAP) ? in ib_gid_type_to_pvrdma()
/Linux-v4.19/drivers/infiniband/sw/rxe/
Drxe_recv.c348 IB_GID_TYPE_ROCE_UDP_ENCAP, in rxe_match_dgid()
/Linux-v4.19/drivers/infiniband/core/
Dcma.c76 #define CMA_PREFERRED_ROCE_GID_TYPE IB_GID_TYPE_ROCE_UDP_ENCAP
2561 test_bit(IB_GID_TYPE_ROCE_UDP_ENCAP, &supported_gids)) in cma_route_gid_type()
2562 return IB_GID_TYPE_ROCE_UDP_ENCAP; in cma_route_gid_type()
4140 (gid_type == IB_GID_TYPE_ROCE_UDP_ENCAP) ? 0 : 0xff; in cma_iboe_set_mgid()
4142 (gid_type == IB_GID_TYPE_ROCE_UDP_ENCAP) ? 0 : 0x0e; in cma_iboe_set_mgid()
4202 if (gid_type == IB_GID_TYPE_ROCE_UDP_ENCAP) { in cma_iboe_join_multicast()
4210 if (gid_type == IB_GID_TYPE_ROCE_UDP_ENCAP) in cma_iboe_join_multicast()
Droce_gid_mgmt.c77 {rdma_protocol_roce_udp_encap, IB_GID_TYPE_ROCE_UDP_ENCAP},
Dcache.c127 [IB_GID_TYPE_ROCE_UDP_ENCAP] = "RoCE v2",
/Linux-v4.19/drivers/infiniband/hw/qedr/
Dqedr_roce_cm.c408 has_udp = (sgid_attr->gid_type == IB_GID_TYPE_ROCE_UDP_ENCAP); in qedr_gsi_build_header()
/Linux-v4.19/drivers/infiniband/hw/mlx4/
Dqp.c1933 case IB_GID_TYPE_ROCE_UDP_ENCAP: in gid_type_to_qpc()
2213 IB_GID_TYPE_ROCE_UDP_ENCAP : IB_GID_TYPE_ROCE; in __mlx4_ib_modify_qp()
2990 is_udp = gid_type == IB_GID_TYPE_ROCE_UDP_ENCAP; in build_mlx_header()
3472 qp = (gid_type == IB_GID_TYPE_ROCE_UDP_ENCAP) ? in _mlx4_ib_post_send()
Dmain.c218 if (gids[i].gid_type == IB_GID_TYPE_ROCE_UDP_ENCAP) { in mlx4_ib_update_gids_v1_v2()
/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_hw_v2.c1624 if (attr->gid_type == IB_GID_TYPE_ROCE_UDP_ENCAP) { in hns_roce_v2_set_gid()
3565 (gid_attr->gid_type != IB_GID_TYPE_ROCE_UDP_ENCAP) ? in hns_roce_v2_modify_qp()
/Linux-v4.19/drivers/infiniband/hw/bnxt_re/
Dib_verbs.c1920 is_udp = sgid_attr->gid_type == IB_GID_TYPE_ROCE_UDP_ENCAP; in bnxt_re_build_qp1_send_v2()