| /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/drivers/infiniband/hw/bnxt_re/ |
| H A D | ib_verbs.c | 3588 struct ib_send_wr *swr; in bnxt_re_process_raw_qp_pkt_rx() local 3596 swr = &udwr.wr; in bnxt_re_process_raw_qp_pkt_rx() 3672 swr->num_sge = 2; in bnxt_re_process_raw_qp_pkt_rx() 3673 swr->sg_list = s_sge; in bnxt_re_process_raw_qp_pkt_rx() 3674 swr->wr_id = tbl_idx; in bnxt_re_process_raw_qp_pkt_rx() 3675 swr->opcode = IB_WR_SEND; in bnxt_re_process_raw_qp_pkt_rx() 3676 swr->next = NULL; in bnxt_re_process_raw_qp_pkt_rx() 3683 return bnxt_re_post_send_shadow_qp(rdev, gsi_sqp, swr); in bnxt_re_process_raw_qp_pkt_rx()
|
| /linux/drivers/infiniband/core/ |
| H A D | verbs.c | 2895 struct ib_rdma_wr swr = { in __ib_drain_sq() local 2913 ret = ib_post_send(qp, &swr.wr, NULL); in __ib_drain_sq()
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | kodiak.dtsi | 3039 lpass_rx_swr_clk: rx-swr-clk-state { 3047 lpass_rx_swr_data: rx-swr-data-state { 3055 lpass_tx_swr_clk: tx-swr-clk-state { 3063 lpass_tx_swr_data: tx-swr-data-state { 3071 lpass_wsa_swr_clk: wsa-swr-clk-state { 3079 lpass_wsa_swr_data: wsa-swr-data-state {
|
| H A D | sm8750.dtsi | 2567 tx_swr_active: tx-swr-active-state { 2585 rx_swr_active: rx-swr-active-state { 2635 wsa_swr_active: wsa-swr-active-state { 2653 wsa2_swr_active: wsa2-swr-active-state {
|
| H A D | sm8250.dtsi | 2801 wsa_swr_active: wsa-swr-active-state { 2819 wsa_swr_sleep: wsa-swr-sleep-state { 2866 rx_swr_active: rx-swr-active-state { 2884 tx_swr_active: tx-swr-active-state { 2902 tx_swr_sleep: tx-swr-sleep-state {
|
| H A D | sm8450.dtsi | 4330 tx_swr_active: tx-swr-active-state { 4348 rx_swr_active: rx-swr-active-state { 4396 wsa_swr_active: wsa-swr-active-state { 4414 wsa2_swr_active: wsa2-swr-active-state {
|
| H A D | sm8550.dtsi | 3077 tx_swr_active: tx-swr-active-state { 3095 rx_swr_active: rx-swr-active-state { 3145 wsa_swr_active: wsa-swr-active-state { 3163 wsa2_swr_active: wsa2-swr-active-state {
|
| H A D | sc8280xp.dtsi | 3206 tx_swr_default: tx-swr-default-state { 3224 rx_swr_default: rx-swr-default-state { 3310 wsa_swr_default: wsa-swr-default-state { 3328 wsa2_swr_default: wsa2-swr-default-state {
|
| H A D | sm8650.dtsi | 4817 tx_swr_active: tx-swr-active-state { 4835 rx_swr_active: rx-swr-active-state { 4885 wsa_swr_active: wsa-swr-active-state { 4903 wsa2_swr_active: wsa2-swr-active-state {
|
| H A D | hamoa.dtsi | 4568 tx_swr_active: tx-swr-active-state { 4586 rx_swr_active: rx-swr-active-state { 4636 wsa_swr_active: wsa-swr-active-state { 4654 wsa2_swr_active: wsa2-swr-active-state {
|
| /linux/arch/s390/tools/ |
| H A D | opcodes.txt | 54 2f swr RR_FF
|
| /linux/drivers/infiniband/hw/mlx4/ |
| H A D | qp.c | 4459 struct ib_rdma_wr swr = { in mlx4_ib_drain_sq() local 4479 ret = _mlx4_ib_post_send(qp, &swr.wr, &bad_swr, true); in mlx4_ib_drain_sq()
|
| /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()
|
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | qp.c | 5783 struct ib_rdma_wr swr = { in mlx5_ib_drain_sq() local 5803 ret = mlx5_ib_post_send_drain(qp, &swr.wr, &bad_swr); in mlx5_ib_drain_sq()
|