| /linux/drivers/infiniband/hw/qedr/ |
| H A D | qedr_roce_cm.c | 381 const struct ib_send_wr *swr, in qedr_gsi_build_header() argument 386 struct rdma_ah_attr *ah_attr = &get_qedr_ah(ud_wr(swr)->ah)->attr; in qedr_gsi_build_header() 406 for (i = 0; i < swr->num_sge; ++i) in qedr_gsi_build_header() 407 send_size += swr->sg_list[i].length; in qedr_gsi_build_header() 446 udh->bth.solicited_event = !!(swr->send_flags & IB_SEND_SOLICITED); in qedr_gsi_build_header() 448 udh->bth.destination_qpn = htonl(ud_wr(swr)->remote_qpn); in qedr_gsi_build_header() 492 const struct ib_send_wr *swr, in qedr_gsi_build_packet() argument 504 rc = qedr_gsi_build_header(dev, qp, swr, &udh, &roce_mode); in qedr_gsi_build_packet() 530 packet->n_seg = swr->num_sge; in qedr_gsi_build_packet() 532 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 | 3563 struct ib_send_wr *swr; in bnxt_re_process_raw_qp_pkt_rx() local 3571 swr = &udwr.wr; in bnxt_re_process_raw_qp_pkt_rx() 3647 swr->num_sge = 2; in bnxt_re_process_raw_qp_pkt_rx() 3648 swr->sg_list = s_sge; in bnxt_re_process_raw_qp_pkt_rx() 3649 swr->wr_id = tbl_idx; in bnxt_re_process_raw_qp_pkt_rx() 3650 swr->opcode = IB_WR_SEND; in bnxt_re_process_raw_qp_pkt_rx() 3651 swr->next = NULL; in bnxt_re_process_raw_qp_pkt_rx() 3658 return bnxt_re_post_send_shadow_qp(rdev, gsi_sqp, swr); in bnxt_re_process_raw_qp_pkt_rx()
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | sm8750.dtsi | 2480 tx_swr_active: tx-swr-active-state { 2498 rx_swr_active: rx-swr-active-state { 2548 wsa_swr_active: wsa-swr-active-state { 2566 wsa2_swr_active: wsa2-swr-active-state {
|
| H A D | kodiak.dtsi | 3029 lpass_rx_swr_clk: rx-swr-clk-state { 3037 lpass_rx_swr_data: rx-swr-data-state { 3045 lpass_tx_swr_clk: tx-swr-clk-state { 3053 lpass_tx_swr_data: tx-swr-data-state { 3061 lpass_wsa_swr_clk: wsa-swr-clk-state { 3069 lpass_wsa_swr_data: wsa-swr-data-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 | 4518 tx_swr_active: tx-swr-active-state { 4536 rx_swr_active: rx-swr-active-state { 4586 wsa_swr_active: wsa-swr-active-state { 4604 wsa2_swr_active: wsa2-swr-active-state {
|
| /linux/drivers/infiniband/core/ |
| H A D | verbs.c | 2840 struct ib_rdma_wr swr = { in __ib_drain_sq() local 2858 ret = ib_post_send(qp, &swr.wr, NULL); in __ib_drain_sq()
|
| /linux/arch/s390/tools/ |
| H A D | opcodes.txt | 54 2f swr RR_FF
|
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | qp.c | 5779 struct ib_rdma_wr swr = { in mlx5_ib_drain_sq() local 5799 ret = mlx5_ib_post_send_drain(qp, &swr.wr, &bad_swr); in mlx5_ib_drain_sq()
|