Searched refs:swr (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/infiniband/hw/qedr/ |
| H A D | qedr_roce_cm.c | 379 const struct ib_send_wr *swr, in qedr_gsi_build_header() argument 384 struct rdma_ah_attr *ah_attr = &get_qedr_ah(ud_wr(swr)->ah)->attr; in qedr_gsi_build_header() 404 for (i = 0; i < swr->num_sge; ++i) in qedr_gsi_build_header() 405 send_size += swr->sg_list[i].length; in qedr_gsi_build_header() 444 udh->bth.solicited_event = !!(swr->send_flags & IB_SEND_SOLICITED); in qedr_gsi_build_header() 446 udh->bth.destination_qpn = htonl(ud_wr(swr)->remote_qpn); in qedr_gsi_build_header() 490 const struct ib_send_wr *swr, in qedr_gsi_build_packet() argument 502 rc = qedr_gsi_build_header(dev, qp, swr, &udh, &roce_mode); in qedr_gsi_build_packet() 528 packet->n_seg = swr->num_sge; in qedr_gsi_build_packet() 530 packet->payload[i].baddr = swr->sg_list[i].addr; in qedr_gsi_build_packet() [all …]
|
| /linux/arch/mips/lib/ |
| H A D | memset.S | 18 #define LONG_S_R swr
|
| H A D | memcpy.S | 190 #define STORER(reg, addr, handler) EXC(swr, ST_INSN, reg, addr, handler)
|
| H A D | csum_partial.S | 398 #define STORER(reg, addr) EXC(swr, ST_INSN, reg, addr)
|
| /linux/arch/mips/include/asm/ |
| H A D | asm-eva.h | 116 #define kernel_swr(reg, addr) swr reg, addr
|
| /linux/lib/crypto/mips/ |
| H A D | chacha-core.S | 138 swr X ## x, (x*4)+LSB ## (OUT);
|
| /linux/arch/s390/tools/ |
| H A D | opcodes.txt | 54 2f swr RR_FF
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | hamoa.dtsi | 4696 tx_swr_active: tx-swr-active-state { 4714 rx_swr_active: rx-swr-active-state { 4764 wsa_swr_active: wsa-swr-active-state { 4782 wsa2_swr_active: wsa2-swr-active-state {
|
| /linux/drivers/infiniband/hw/hns/ |
| H A D | hns_roce_hw_v2.c | 1009 struct ib_rdma_wr swr = { in hns_roce_v2_drain_sq() local 1030 ret = hns_roce_push_drain_wr(&hr_qp->sq, cq, swr.wr.wr_id); in hns_roce_v2_drain_sq() 1032 ret = hns_roce_v2_post_send(ibqp, &swr.wr, &bad_swr); in hns_roce_v2_drain_sq()
|