Searched refs:rlid (Results 1 – 13 of 13) sorted by relevance
/drivers/infiniband/hw/mlx5/ |
D | ah.c | 65 ah->av.rlid = cpu_to_be16(rdma_ah_get_dlid(ah_attr)); in create_ib_ah() 121 rdma_ah_set_dlid(ah_attr, be16_to_cpu(ah->av.rlid)); in mlx5_ib_query_ah()
|
D | qp.c | 2952 path->rlid = cpu_to_be16(rdma_ah_get_dlid(ah)); in mlx5_set_path() 5497 rdma_ah_set_dlid(ah_attr, be16_to_cpu(path->rlid)); in to_rdma_ah_attr()
|
/drivers/infiniband/hw/hfi1/ |
D | driver.c | 366 u16 rlid; in rcv_hdrerr() local 382 rlid = 0; in rcv_hdrerr() 387 rlid = ib_get_slid(rhdr); in rcv_hdrerr() 396 process_becn(ppd, sl, rlid, lqpn, rqpn, svc_type); in rcv_hdrerr() 453 u32 rlid, slid, dlid = 0; in hfi1_process_ecn_slowpath() local 485 rlid = slid; in hfi1_process_ecn_slowpath() 491 rlid = slid; in hfi1_process_ecn_slowpath() 496 rlid = rdma_ah_get_dlid(&qp->remote_ah_attr); in hfi1_process_ecn_slowpath() 501 rlid = rdma_ah_get_dlid(&qp->remote_ah_attr); in hfi1_process_ecn_slowpath() 524 dlid, rlid, sc, grh); in hfi1_process_ecn_slowpath() [all …]
|
D | mad.h | 250 u32 rlid; member
|
D | verbs.c | 1979 u16 rlid = 0; in hfi1_cnp_rcv() local 1984 rlid = rdma_ah_get_dlid(&qp->remote_ah_attr); in hfi1_cnp_rcv() 1989 rlid = rdma_ah_get_dlid(&qp->remote_ah_attr); in hfi1_cnp_rcv() 2007 process_becn(ppd, sl, rlid, lqpn, rqpn, svc_type); in hfi1_cnp_rcv()
|
D | rc.c | 2714 static void log_cca_event(struct hfi1_pportdata *ppd, u8 sl, u32 rlid, in log_cca_event() argument 2735 cc_event->rlid = rlid; in log_cca_event() 2742 void process_becn(struct hfi1_pportdata *ppd, u8 sl, u32 rlid, u32 lqpn, in process_becn() argument 2794 log_cca_event(ppd, sl, rlid, lqpn, rqpn, svc_type); in process_becn()
|
D | hfi.h | 1610 void process_becn(struct hfi1_pportdata *ppd, u8 sl, u32 rlid, u32 lqpn,
|
D | mad.c | 3907 cpu_to_be32(cce->rlid); in __subn_get_opa_hfi1_cong_log()
|
/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() 1520 mlx->rlid = sqp->ud_header.lrh.destination_lid; in build_mlx_header()
|
/drivers/infiniband/hw/mlx4/ |
D | cq.c | 872 wc->slid = be16_to_cpu(cqe->rlid); in mlx4_ib_poll_one()
|
D | qp.c | 1805 path->rlid = cpu_to_be16(rdma_ah_get_dlid(ah)); in _mlx4_set_path() 2924 mlx->rlid = sqp->ud_header.lrh.destination_lid; in build_sriov_qp0_header() 3161 mlx->rlid = sqp->ud_header.lrh.destination_lid; in build_mlx_header() 3999 rdma_ah_set_dlid(ah_attr, be16_to_cpu(path->rlid)); in to_rdma_ah_attr()
|