/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
D | ah.c | 87 ah->av.rlid = cpu_to_be16(rdma_ah_get_dlid(ah_attr)); in create_ib_ah() 144 rdma_ah_set_dlid(ah_attr, be16_to_cpu(ah->av.rlid)); in mlx5_ib_query_ah()
|
D | qp.c | 3246 MLX5_SET(ads, path, rlid, rdma_ah_get_dlid(ah)); in mlx5_set_path() 4431 rdma_ah_set_dlid(ah_attr, MLX5_GET(ads, path, rlid)); in to_rdma_ah_attr()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
D | driver.c | 370 u16 rlid; in rcv_hdrerr() local 386 rlid = 0; in rcv_hdrerr() 391 rlid = ib_get_slid(rhdr); in rcv_hdrerr() 400 process_becn(ppd, sl, rlid, lqpn, rqpn, svc_type); in rcv_hdrerr() 457 u32 rlid, slid, dlid = 0; in hfi1_process_ecn_slowpath() local 489 rlid = slid; in hfi1_process_ecn_slowpath() 495 rlid = slid; in hfi1_process_ecn_slowpath() 500 rlid = rdma_ah_get_dlid(&qp->remote_ah_attr); in hfi1_process_ecn_slowpath() 505 rlid = rdma_ah_get_dlid(&qp->remote_ah_attr); in hfi1_process_ecn_slowpath() 528 dlid, rlid, sc, grh); in hfi1_process_ecn_slowpath() [all …]
|
D | mad.h | 250 u32 rlid; member
|
D | verbs.c | 1983 u16 rlid = 0; in hfi1_cnp_rcv() local 1988 rlid = rdma_ah_get_dlid(&qp->remote_ah_attr); in hfi1_cnp_rcv() 1993 rlid = rdma_ah_get_dlid(&qp->remote_ah_attr); in hfi1_cnp_rcv() 2011 process_becn(ppd, sl, rlid, lqpn, rqpn, svc_type); in hfi1_cnp_rcv()
|
D | rc.c | 2713 static void log_cca_event(struct hfi1_pportdata *ppd, u8 sl, u32 rlid, in log_cca_event() argument 2734 cc_event->rlid = rlid; in log_cca_event() 2741 void process_becn(struct hfi1_pportdata *ppd, u8 sl, u32 rlid, u32 lqpn, in process_becn() argument 2793 log_cca_event(ppd, sl, rlid, lqpn, rqpn, svc_type); in process_becn()
|
D | hfi.h | 1747 void process_becn(struct hfi1_pportdata *ppd, u8 sl, u32 rlid, u32 lqpn,
|
D | mad.c | 3906 cpu_to_be32(cce->rlid); in __subn_get_opa_hfi1_cong_log()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/ |
D | mthca_wqe.h | 112 __be16 rlid; member
|
D | mthca_cq.c | 123 __be16 rlid; member 630 entry->slid = be16_to_cpu(cqe->rlid); in mthca_poll_one()
|
D | mthca_qp.c | 111 __be16 rlid; member 410 rdma_ah_set_dlid(ah_attr, be16_to_cpu(path->rlid)); in to_rdma_ah_attr() 526 path->rlid = cpu_to_be16(rdma_ah_get_dlid(ah)); in mthca_path_set() 1519 mlx->rlid = sqp->ud_header.lrh.destination_lid; in build_mlx_header()
|
/kernel/linux/linux-5.10/include/linux/mlx4/ |
D | qp.h | 146 __be16 rlid; member 351 __be16 rlid; member
|
D | cq.h | 49 __be16 rlid; member
|
/kernel/linux/linux-5.10/include/linux/mlx5/ |
D | qp.h | 298 __be16 rlid; member 315 __be16 rlid; member
|
D | mlx5_ifc.h | 661 u8 rlid[0x10]; member
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/ |
D | cq.c | 868 wc->slid = be16_to_cpu(cqe->rlid); in mlx4_ib_poll_one()
|
D | qp.c | 1745 path->rlid = cpu_to_be16(rdma_ah_get_dlid(ah)); in _mlx4_set_path() 2866 mlx->rlid = sqp->ud_header.lrh.destination_lid; in build_sriov_qp0_header() 3114 mlx->rlid = sqp->ud_header.lrh.destination_lid; in build_mlx_header() 3958 rdma_ah_set_dlid(ah_attr, be16_to_cpu(path->rlid)); in to_rdma_ah_attr()
|