/Linux-v4.19/drivers/infiniband/hw/mlx4/ |
D | ah.c | 53 cpu_to_be32(rdma_ah_get_sl(ah_attr) << 28); in create_ib_ah() 119 vlan_tag |= (rdma_ah_get_sl(ah_attr) & 7) << 13; in create_iboe_ah() 141 ah->av.eth.sl_tclass_flowlabel |= cpu_to_be32(rdma_ah_get_sl(ah_attr) in create_iboe_ah() 208 vlan_tag |= (rdma_ah_get_sl(ah_attr) & 7) << 13; in mlx4_ib_create_ah_slave()
|
D | qp.c | 1757 ((port - 1) << 6) | ((rdma_ah_get_sl(ah) & 7) << 3); in _mlx4_set_path() 1822 ((port - 1) << 6) | ((rdma_ah_get_sl(ah) & 0xf) << 2); in _mlx4_set_path()
|
/Linux-v4.19/drivers/infiniband/hw/hns/ |
D | hns_roce_ah.c | 65 vlan_tag |= (rdma_ah_get_sl(ah_attr) & in hns_roce_create_ah() 81 ah->av.sl_tclass_flowlabel = cpu_to_le32(rdma_ah_get_sl(ah_attr) << in hns_roce_create_ah()
|
D | hns_roce_hw_v1.c | 3108 rdma_ah_get_sl(&attr->ah_attr)); in hns_roce_v1_m_qp() 3109 hr_qp->sl = rdma_ah_get_sl(&attr->ah_attr); in hns_roce_v1_m_qp() 3221 rdma_ah_get_sl(&attr->ah_attr)); in hns_roce_v1_m_qp() 3222 hr_qp->sl = rdma_ah_get_sl(&attr->ah_attr); in hns_roce_v1_m_qp()
|
D | hns_roce_hw_v2.c | 3599 rdma_ah_get_sl(&attr->ah_attr)); in hns_roce_v2_modify_qp() 3602 hr_qp->sl = rdma_ah_get_sl(&attr->ah_attr); in hns_roce_v2_modify_qp()
|
/Linux-v4.19/drivers/infiniband/hw/mlx5/ |
D | ah.c | 61 ah->av.stat_rate_sl |= (rdma_ah_get_sl(ah_attr) & 0x7) << 1; in create_ib_ah() 68 ah->av.stat_rate_sl |= (rdma_ah_get_sl(ah_attr) & 0xf); in create_ib_ah()
|
/Linux-v4.19/drivers/infiniband/hw/qib/ |
D | qib_ud.c | 97 rdma_ah_get_sl(ah_attr), in qib_ud_loopback() 214 wc.sl = rdma_ah_get_sl(ah_attr); in qib_ud_loopback() 349 lrh0 |= rdma_ah_get_sl(ah_attr) << 4; in qib_make_ud_req() 353 lrh0 |= ibp->sl_to_vl[rdma_ah_get_sl(ah_attr)] << 12; in qib_make_ud_req()
|
D | qib_ruc.c | 395 wc.sl = rdma_ah_get_sl(&qp->remote_ah_attr); in qib_ruc_loopback() 527 lrh0 |= ibp->sl_to_vl[rdma_ah_get_sl(&qp->remote_ah_attr)] << 12 | in qib_make_ruc_header() 528 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 | 656 lrh0 |= ibp->sl_to_vl[rdma_ah_get_sl(&qp->remote_ah_attr)] << 12 | in qib_send_rc_ack() 657 rdma_ah_get_sl(&qp->remote_ah_attr) << 4; in qib_send_rc_ack() 1908 wc.sl = rdma_ah_get_sl(&qp->remote_ah_attr); in qib_rc_rcv()
|
D | qib_verbs.c | 1340 if (rdma_ah_get_sl(ah_attr) > 15) in qib_check_ah() 1369 ah->vl = ibp->sl_to_vl[rdma_ah_get_sl(&ah->attr)]; in qib_notify_new_ah()
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | ud.c | 113 u8 sc5 = ibp->sl_to_sc[rdma_ah_get_sl(ah_attr)]; in ud_loopback() 122 rdma_ah_get_sl(ah_attr), in ud_loopback() 273 wc.sl = rdma_ah_get_sl(ah_attr); in ud_loopback() 360 sc5 = ibp->sl_to_sc[rdma_ah_get_sl(ah_attr)]; in hfi1_make_ud_req_9B() 361 lrh0 |= (rdma_ah_get_sl(ah_attr) & 0xf) << 4; in hfi1_make_ud_req_9B() 457 sc5 = ibp->sl_to_sc[rdma_ah_get_sl(ah_attr)]; in hfi1_make_ud_req_16B()
|
D | qp.c | 319 if (ibp->sl_to_sc[rdma_ah_get_sl(&ah->attr)] == 0xf) in hfi1_check_send_wqe() 595 rdma_ah_get_sl(&qp->remote_ah_attr), in qp_iter_print() 749 sc = ibp->sl_to_sc[rdma_ah_get_sl(&qp->remote_ah_attr)]; in mtu_from_qp() 824 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() 402 wc.sl = rdma_ah_get_sl(&qp->remote_ah_attr); in ruc_loopback() 714 (rdma_ah_get_sl(&qp->remote_ah_attr) & 0xf) << 4; in hfi1_make_ruc_header_9B()
|
D | rc.c | 788 (rdma_ah_get_sl(&qp->remote_ah_attr) & IB_SL_MASK) << in hfi1_make_rc_ack_9B() 882 u8 sc5 = ibp->sl_to_sc[rdma_ah_get_sl(&qp->remote_ah_attr)]; in hfi1_send_rc_ack() 1233 u8 sl = rdma_ah_get_sl(&qp->remote_ah_attr); in do_rc_completion() 2229 wc.sl = rdma_ah_get_sl(&qp->remote_ah_attr); in hfi1_rc_rcv()
|
D | verbs.c | 1576 return ibp->sl_to_sc[rdma_ah_get_sl(ah)]; in ah_to_sc() 1596 sl = rdma_ah_get_sl(ah_attr); in hfi1_check_ah() 1623 sc5 = ibp->sl_to_sc[rdma_ah_get_sl(&ah->attr)]; in hfi1_notify_new_ah()
|
D | uc.c | 471 wc.sl = rdma_ah_get_sl(&qp->remote_ah_attr); in hfi1_uc_rcv()
|
/Linux-v4.19/drivers/infiniband/core/ |
D | uverbs_marshall.c | 77 dst->sl = rdma_ah_get_sl(src); in ib_copy_ah_attr_to_user()
|
/Linux-v4.19/drivers/infiniband/hw/vmw_pvrdma/ |
D | pvrdma_misc.c | 299 dst->sl = rdma_ah_get_sl(src); in rdma_ah_attr_to_pvrdma()
|
/Linux-v4.19/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 | 543 cpu_to_be32((rdma_ah_get_sl(ah) << 28) | in mthca_path_set() 548 path->sl_tclass_flowlabel = cpu_to_be32(rdma_ah_get_sl(ah) << in mthca_path_set()
|
/Linux-v4.19/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-v4.19/drivers/infiniband/hw/bnxt_re/ |
D | ib_verbs.c | 700 ah->qplib_ah.sl = rdma_ah_get_sl(ah_attr); in bnxt_re_create_ah() 1679 qp->qplib_qp.ah.sl = rdma_ah_get_sl(&qp_attr->ah_attr); in bnxt_re_modify_qp()
|
/Linux-v4.19/include/rdma/ |
D | ib_verbs.h | 3956 static inline u8 rdma_ah_get_sl(const struct rdma_ah_attr *attr) in rdma_ah_get_sl() function
|
/Linux-v4.19/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_hw.c | 2518 cmd->params.rnt_rc_sl_fl |= (rdma_ah_get_sl(ah_attr) << in ocrdma_set_av_params()
|