Home
last modified time | relevance | path

Searched refs:rdma_ah_get_sl (Results 1 - 25 of 57) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
H A Dah.c52 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()
191 vlan_tag |= (rdma_ah_get_sl(ah_attr) & 7) << 13; in mlx4_ib_create_ah_slave()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/
H A Dah.c52 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()
191 vlan_tag |= (rdma_ah_get_sl(ah_attr) & 7) << 13; in mlx4_ib_create_ah_slave()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H A Dah.c82 ah->av.stat_rate_sl |= (rdma_ah_get_sl(ah_attr) & 0x7) << 1; in create_ib_ah()
89 ah->av.stat_rate_sl |= (rdma_ah_get_sl(ah_attr) & 0xf); in create_ib_ah()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H A Dah.c82 ah->av.stat_rate_sl |= (rdma_ah_get_sl(ah_attr) & 0x7) << 1; in create_ib_ah()
89 ah->av.stat_rate_sl |= (rdma_ah_get_sl(ah_attr) & 0xf); in create_ib_ah()
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_ud.c98 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()
H A Dqib_ruc.c226 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()
H A Dqib_uc.c396 wc.sl = rdma_ah_get_sl(&qp->remote_ah_attr); in qib_uc_rcv()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_ud.c98 rdma_ah_get_sl(ah_attr), in qib_ud_loopback()
210 wc.sl = rdma_ah_get_sl(ah_attr); in qib_ud_loopback()
345 lrh0 |= rdma_ah_get_sl(ah_attr) << 4; in qib_make_ud_req()
349 lrh0 |= ibp->sl_to_vl[rdma_ah_get_sl(ah_attr)] << 12; in qib_make_ud_req()
H A Dqib_ruc.c226 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()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dud.c114 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()
H A Dqp.c340 if (ibp->sl_to_sc[rdma_ah_get_sl(&ah->attr)] == 0xf) in hfi1_setup_wqe()
684 rdma_ah_get_sl(&qp->remote_ah_attr), in qp_iter_print()
853 sc = ibp->sl_to_sc[rdma_ah_get_sl(&qp->remote_ah_attr)]; in mtu_from_qp()
932 rdma_ah_get_sl(&qp->remote_ah_attr) != sl || in hfi1_qp_iter_cb()
H A Druc.c74 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()
H A Dipoib_tx.c336 lrh0 |= (rdma_ah_get_sl(ah_attr) & 0xf) << 4; in hfi1_ipoib_build_ib_tx_headers()
609 txp.flow.sc5 = txp.ibp->sl_to_sc[rdma_ah_get_sl(txp.ah_attr)]; in hfi1_ipoib_send_dma()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dud.c72 u8 sc5 = ibp->sl_to_sc[rdma_ah_get_sl(ah_attr)]; in ud_loopback()
81 rdma_ah_get_sl(ah_attr), in ud_loopback()
212 wc.sl = rdma_ah_get_sl(ah_attr); in ud_loopback()
299 sc5 = ibp->sl_to_sc[rdma_ah_get_sl(ah_attr)]; in hfi1_make_ud_req_9B()
300 lrh0 |= (rdma_ah_get_sl(ah_attr) & 0xf) << 4; in hfi1_make_ud_req_9B()
396 sc5 = ibp->sl_to_sc[rdma_ah_get_sl(ah_attr)]; in hfi1_make_ud_req_16B()
H A Dqp.c298 if (ibp->sl_to_sc[rdma_ah_get_sl(&ah->attr)] == 0xf) in hfi1_setup_wqe()
643 rdma_ah_get_sl(&qp->remote_ah_attr), in qp_iter_print()
812 sc = ibp->sl_to_sc[rdma_ah_get_sl(&qp->remote_ah_attr)]; in mtu_from_qp()
891 rdma_ah_get_sl(&qp->remote_ah_attr) != sl || in hfi1_qp_iter_cb()
H A Druc.c32 u8 sc5 = ibp->sl_to_sc[rdma_ah_get_sl(&qp->remote_ah_attr)]; in hfi1_ruc_check_hdr()
346 (rdma_ah_get_sl(&qp->remote_ah_attr) & 0xf) << 4; in hfi1_make_ruc_header_9B()
H A Dipoib_tx.c300 lrh0 |= (rdma_ah_get_sl(ah_attr) & 0xf) << 4; in hfi1_ipoib_build_ib_tx_headers()
595 txp.flow.sc5 = txp.ibp->sl_to_sc[rdma_ah_get_sl(txp.ah_attr)]; in hfi1_ipoib_send()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H A Dhns_roce_ah.c73 ah->av.sl = rdma_ah_get_sl(ah_attr); in hns_roce_create_ah()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H A Dhns_roce_ah.c78 ah->av.sl = rdma_ah_get_sl(ah_attr); in hns_roce_create_ah()
/kernel/linux/linux-5.10/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_misc.c293 dst->sl = rdma_ah_get_sl(src); in rdma_ah_attr_to_pvrdma()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
H A Dmthca_av.c206 av->sl_tclass_flowlabel = cpu_to_be32(rdma_ah_get_sl(ah_attr) << 28); in mthca_create_ah()
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Duverbs_marshall.c77 dst->sl = rdma_ah_get_sl(src); in ib_copy_ah_attr_to_user()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Duverbs_marshall.c77 dst->sl = rdma_ah_get_sl(src); in ib_copy_ah_attr_to_user()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/
H A Dmthca_av.c206 av->sl_tclass_flowlabel = cpu_to_be32(rdma_ah_get_sl(ah_attr) << 28); in mthca_create_ah()
/kernel/linux/linux-6.6/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_misc.c293 dst->sl = rdma_ah_get_sl(src); in rdma_ah_attr_to_pvrdma()

Completed in 17 milliseconds

123