/linux-6.1.9/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 | 3478 MLX5_SET(ads, path, rlid, rdma_ah_get_dlid(ah)); in mlx5_set_path() 4689 rdma_ah_set_dlid(ah_attr, MLX5_GET(ads, path, rlid)); in to_rdma_ah_attr()
|
/linux-6.1.9/drivers/infiniband/hw/hfi1/ |
D | driver.c | 323 u16 rlid; in rcv_hdrerr() local 339 rlid = 0; in rcv_hdrerr() 344 rlid = ib_get_slid(rhdr); in rcv_hdrerr() 353 process_becn(ppd, sl, rlid, lqpn, rqpn, svc_type); in rcv_hdrerr() 410 u32 rlid, slid, dlid = 0; in hfi1_process_ecn_slowpath() local 442 rlid = slid; in hfi1_process_ecn_slowpath() 448 rlid = slid; in hfi1_process_ecn_slowpath() 453 rlid = rdma_ah_get_dlid(&qp->remote_ah_attr); in hfi1_process_ecn_slowpath() 458 rlid = rdma_ah_get_dlid(&qp->remote_ah_attr); in hfi1_process_ecn_slowpath() 481 dlid, rlid, sc, grh); in hfi1_process_ecn_slowpath() [all …]
|
D | mad.h | 209 u32 rlid; member
|
D | verbs.c | 1936 u16 rlid = 0; in hfi1_cnp_rcv() local 1941 rlid = rdma_ah_get_dlid(&qp->remote_ah_attr); in hfi1_cnp_rcv() 1946 rlid = rdma_ah_get_dlid(&qp->remote_ah_attr); in hfi1_cnp_rcv() 1964 process_becn(ppd, sl, rlid, lqpn, rqpn, svc_type); in hfi1_cnp_rcv()
|
D | rc.c | 2672 static void log_cca_event(struct hfi1_pportdata *ppd, u8 sl, u32 rlid, in log_cca_event() argument 2693 cc_event->rlid = rlid; in log_cca_event() 2700 void process_becn(struct hfi1_pportdata *ppd, u8 sl, u32 rlid, u32 lqpn, in process_becn() argument 2752 log_cca_event(ppd, sl, rlid, lqpn, rqpn, svc_type); in process_becn()
|
D | hfi.h | 1697 void process_becn(struct hfi1_pportdata *ppd, u8 sl, u32 rlid, u32 lqpn,
|
D | mad.c | 3864 cpu_to_be32(cce->rlid); in __subn_get_opa_hfi1_cong_log()
|
/linux-6.1.9/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() 1522 mlx->rlid = sqp->ud_header.lrh.destination_lid; in build_mlx_header()
|
/linux-6.1.9/include/linux/mlx4/ |
D | qp.h | 146 __be16 rlid; member 351 __be16 rlid; member
|
D | cq.h | 49 __be16 rlid; member
|
/linux-6.1.9/include/linux/mlx5/ |
D | qp.h | 306 __be16 rlid; member 323 __be16 rlid; member
|
D | mlx5_ifc.h | 762 u8 rlid[0x10]; member
|
/linux-6.1.9/drivers/infiniband/hw/mlx4/ |
D | cq.c | 868 wc->slid = be16_to_cpu(cqe->rlid); in mlx4_ib_poll_one()
|
D | qp.c | 1743 path->rlid = cpu_to_be16(rdma_ah_get_dlid(ah)); in _mlx4_set_path() 2867 mlx->rlid = sqp->ud_header.lrh.destination_lid; in build_sriov_qp0_header() 3115 mlx->rlid = sqp->ud_header.lrh.destination_lid; in build_mlx_header() 3956 rdma_ah_set_dlid(ah_attr, be16_to_cpu(path->rlid)); in to_rdma_ah_attr()
|