/Linux-v5.4/drivers/infiniband/hw/mlx4/ |
D | ah.c | 52 cpu_to_be32(rdma_ah_get_sl(ah_attr) << 28); in create_ib_ah() 117 vlan_tag |= (rdma_ah_get_sl(ah_attr) & 7) << 13; in create_iboe_ah() 139 ah->av.eth.sl_tclass_flowlabel |= cpu_to_be32(rdma_ah_get_sl(ah_attr) in create_iboe_ah() 188 vlan_tag |= (rdma_ah_get_sl(ah_attr) & 7) << 13; in mlx4_ib_create_ah_slave()
|
D | qp.c | 1842 ((port - 1) << 6) | ((rdma_ah_get_sl(ah) & 7) << 3); in _mlx4_set_path() 1907 ((port - 1) << 6) | ((rdma_ah_get_sl(ah) & 0xf) << 2); in _mlx4_set_path()
|
/Linux-v5.4/drivers/infiniband/hw/hns/ |
D | hns_roce_ah.c | 64 vlan_tag |= (rdma_ah_get_sl(ah_attr) & in hns_roce_create_ah() 80 ah->av.sl = rdma_ah_get_sl(ah_attr); in hns_roce_create_ah()
|
D | hns_roce_hw_v1.c | 3072 rdma_ah_get_sl(&attr->ah_attr)); in hns_roce_v1_m_qp() 3073 hr_qp->sl = rdma_ah_get_sl(&attr->ah_attr); in hns_roce_v1_m_qp() 3185 rdma_ah_get_sl(&attr->ah_attr)); in hns_roce_v1_m_qp() 3186 hr_qp->sl = rdma_ah_get_sl(&attr->ah_attr); in hns_roce_v1_m_qp()
|
D | hns_roce_hw_v2.c | 4147 V2_QPC_BYTE_28_SL_S, rdma_ah_get_sl(&attr->ah_attr)); in hns_roce_v2_set_path() 4150 hr_qp->sl = rdma_ah_get_sl(&attr->ah_attr); in hns_roce_v2_set_path()
|
/Linux-v5.4/drivers/infiniband/hw/mlx5/ |
D | ah.c | 60 ah->av.stat_rate_sl |= (rdma_ah_get_sl(ah_attr) & 0x7) << 1; in create_ib_ah() 67 ah->av.stat_rate_sl |= (rdma_ah_get_sl(ah_attr) & 0xf); in create_ib_ah()
|
/Linux-v5.4/drivers/infiniband/hw/qib/ |
D | qib_ud.c | 98 rdma_ah_get_sl(ah_attr), in qib_ud_loopback() 210 wc.sl = rdma_ah_get_sl(ah_attr); in qib_ud_loopback() 344 lrh0 |= rdma_ah_get_sl(ah_attr) << 4; in qib_make_ud_req() 348 lrh0 |= ibp->sl_to_vl[rdma_ah_get_sl(ah_attr)] << 12; in qib_make_ud_req()
|
D | qib_ruc.c | 226 lrh0 |= ibp->sl_to_vl[rdma_ah_get_sl(&qp->remote_ah_attr)] << 12 | in qib_make_ruc_header() 227 rdma_ah_get_sl(&qp->remote_ah_attr) << 4; in qib_make_ruc_header()
|
D | qib_uc.c | 396 wc.sl = rdma_ah_get_sl(&qp->remote_ah_attr); in qib_uc_rcv()
|
D | qib_rc.c | 645 lrh0 |= ibp->sl_to_vl[rdma_ah_get_sl(&qp->remote_ah_attr)] << 12 | in qib_send_rc_ack() 646 rdma_ah_get_sl(&qp->remote_ah_attr) << 4; in qib_send_rc_ack() 1881 wc.sl = rdma_ah_get_sl(&qp->remote_ah_attr); in qib_rc_rcv()
|
D | qib_verbs.c | 1304 if (rdma_ah_get_sl(ah_attr) > 15) in qib_check_ah() 1333 ah->vl = ibp->sl_to_vl[rdma_ah_get_sl(&ah->attr)]; in qib_notify_new_ah()
|
/Linux-v5.4/drivers/infiniband/hw/hfi1/ |
D | ud.c | 114 u8 sc5 = ibp->sl_to_sc[rdma_ah_get_sl(ah_attr)]; in ud_loopback() 123 rdma_ah_get_sl(ah_attr), in ud_loopback() 254 wc.sl = rdma_ah_get_sl(ah_attr); in ud_loopback() 341 sc5 = ibp->sl_to_sc[rdma_ah_get_sl(ah_attr)]; in hfi1_make_ud_req_9B() 342 lrh0 |= (rdma_ah_get_sl(ah_attr) & 0xf) << 4; in hfi1_make_ud_req_9B() 438 sc5 = ibp->sl_to_sc[rdma_ah_get_sl(ah_attr)]; in hfi1_make_ud_req_16B()
|
D | qp.c | 354 if (ibp->sl_to_sc[rdma_ah_get_sl(&ah->attr)] == 0xf) in hfi1_setup_wqe() 695 rdma_ah_get_sl(&qp->remote_ah_attr), in qp_iter_print() 864 sc = ibp->sl_to_sc[rdma_ah_get_sl(&qp->remote_ah_attr)]; in mtu_from_qp() 943 rdma_ah_get_sl(&qp->remote_ah_attr) != sl || in hfi1_qp_iter_cb()
|
D | ruc.c | 74 u8 sc5 = ibp->sl_to_sc[rdma_ah_get_sl(&qp->remote_ah_attr)]; in hfi1_ruc_check_hdr() 386 (rdma_ah_get_sl(&qp->remote_ah_attr) & 0xf) << 4; in hfi1_make_ruc_header_9B()
|
D | uc.c | 472 wc.sl = rdma_ah_get_sl(&qp->remote_ah_attr); in hfi1_uc_rcv()
|
D | verbs.c | 1516 return ibp->sl_to_sc[rdma_ah_get_sl(ah)]; in ah_to_sc() 1536 sl = rdma_ah_get_sl(ah_attr); in hfi1_check_ah() 1564 sc5 = ibp->sl_to_sc[rdma_ah_get_sl(&ah->attr)]; in hfi1_notify_new_ah()
|
D | rc.c | 1295 (rdma_ah_get_sl(&qp->remote_ah_attr) & IB_SL_MASK) << in hfi1_make_rc_ack_9B() 1394 u8 sc5 = ibp->sl_to_sc[rdma_ah_get_sl(&qp->remote_ah_attr)]; in hfi1_send_rc_ack() 1898 u8 sl = rdma_ah_get_sl(&qp->remote_ah_attr); in do_rc_completion() 3001 wc.sl = rdma_ah_get_sl(&qp->remote_ah_attr); in hfi1_rc_rcv()
|
/Linux-v5.4/drivers/infiniband/core/ |
D | uverbs_marshall.c | 77 dst->sl = rdma_ah_get_sl(src); in ib_copy_ah_attr_to_user()
|
/Linux-v5.4/drivers/infiniband/hw/vmw_pvrdma/ |
D | pvrdma_misc.c | 294 dst->sl = rdma_ah_get_sl(src); in rdma_ah_attr_to_pvrdma()
|
/Linux-v5.4/drivers/infiniband/hw/mthca/ |
D | mthca_av.c | 206 av->sl_tclass_flowlabel = cpu_to_be32(rdma_ah_get_sl(ah_attr) << 28); in mthca_create_ah()
|
D | mthca_qp.c | 544 cpu_to_be32((rdma_ah_get_sl(ah) << 28) | in mthca_path_set() 549 path->sl_tclass_flowlabel = cpu_to_be32(rdma_ah_get_sl(ah) << in mthca_path_set()
|
/Linux-v5.4/drivers/infiniband/ulp/opa_vnic/ |
D | opa_vnic_vema.c | 784 rdma_ah_get_dlid(&ah_attr), rdma_ah_get_sl(&ah_attr), in opa_vnic_vema_send_trap()
|
/Linux-v5.4/drivers/infiniband/hw/bnxt_re/ |
D | ib_verbs.c | 685 ah->qplib_ah.sl = rdma_ah_get_sl(ah_attr); in bnxt_re_create_ah() 1631 qp->qplib_qp.ah.sl = rdma_ah_get_sl(&qp_attr->ah_attr); in bnxt_re_modify_qp()
|
/Linux-v5.4/include/rdma/ |
D | ib_verbs.h | 4386 static inline u8 rdma_ah_get_sl(const struct rdma_ah_attr *attr) in rdma_ah_get_sl() function
|
/Linux-v5.4/drivers/infiniband/sw/rdmavt/ |
D | qp.c | 3166 wc.sl = rdma_ah_get_sl(&qp->remote_ah_attr); in rvt_ruc_loopback()
|