Home
last modified time | relevance | path

Searched refs:swr (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/infiniband/hw/qedr/
H A Dqedr_roce_cm.c381 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 Dmemset.S18 #define LONG_S_R swr
H A Dmemcpy.S190 #define STORER(reg, addr, handler) EXC(swr, ST_INSN, reg, addr, handler)
H A Dcsum_partial.S398 #define STORER(reg, addr) EXC(swr, ST_INSN, reg, addr)
/linux/arch/mips/include/asm/
H A Dasm-eva.h116 #define kernel_swr(reg, addr) swr reg, addr
/linux/lib/crypto/mips/
H A Dchacha-core.S138 swr X ## x, (x*4)+LSB ## (OUT);
/linux/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c3563 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 Dsm8750.dtsi2480 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 Dkodiak.dtsi3029 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 Dsm8250.dtsi2801 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 Dsm8450.dtsi4330 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 Dsm8550.dtsi3077 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 Dsc8280xp.dtsi3206 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 Dsm8650.dtsi4817 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 Dhamoa.dtsi4518 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 Dverbs.c2840 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 Dopcodes.txt54 2f swr RR_FF
/linux/drivers/infiniband/hw/mlx5/
H A Dqp.c5779 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()