| /linux/arch/arm64/kvm/ |
| H A D | at.c | 13 static void fail_s1_walk(struct s1_walk_result *wr, u8 fst, bool s1ptw) in fail_s1_walk() 139 struct s1_walk_result *wr, u64 va) in setup_s1_walk() 366 struct s1_walk_result *wr, u64 va) in walk_s1() 731 static u8 compute_s1_sh(struct s1_walk_info *wi, struct s1_walk_result *wr, in compute_s1_sh() 847 struct s1_walk_result *wr) in compute_par_s1() 922 struct s1_walk_result *wr) in compute_s1_direct_permissions() 980 struct s1_walk_result *wr) in compute_s1_hierarchical_permissions() 1011 #define set_priv_perms(wr, r, w, x) \ argument 1018 #define set_unpriv_perms(wr, r, w, x) \ argument 1025 #define set_priv_wxn(wr, v) \ argument [all …]
|
| /linux/drivers/infiniband/hw/ionic/ |
| H A D | ionic_datapath.c | 805 const struct ib_send_wr *wr, in ionic_prep_base() 842 const struct ib_send_wr *wr, in ionic_prep_common() 887 const struct ib_send_wr *wr) in ionic_prep_send() 921 const struct ib_ud_wr *wr) in ionic_prep_send_ud() 960 const struct ib_rdma_wr *wr) in ionic_prep_rdma() 1001 const struct ib_atomic_wr *wr) in ionic_prep_atomic() 1052 const struct ib_send_wr *wr) in ionic_prep_inv() 1078 const struct ib_reg_wr *wr) in ionic_prep_reg() 1124 const struct ib_send_wr *wr) in ionic_prep_one_rc() 1159 const struct ib_send_wr *wr) in ionic_prep_one_ud() [all …]
|
| H A D | ionic_admin.c | 97 struct ionic_admin_wr *wr, *wr_next; in ionic_admin_poll_locked() local 329 static void ionic_admin_post_aq(struct ionic_aq *aq, struct ionic_admin_wr *wr) in ionic_admin_post_aq() 345 void ionic_admin_post(struct ionic_ibdev *dev, struct ionic_admin_wr *wr) in ionic_admin_post() 354 static void ionic_admin_cancel(struct ionic_admin_wr *wr) in ionic_admin_cancel() 370 static int ionic_admin_busy_wait(struct ionic_admin_wr *wr) in ionic_admin_busy_wait() 395 int ionic_admin_wait(struct ionic_ibdev *dev, struct ionic_admin_wr *wr, in ionic_admin_wait()
|
| H A D | ionic_controlpath.c | 622 struct ionic_admin_wr wr = { in ionic_create_ah_cmd() local 704 struct ionic_admin_wr wr = { in ionic_destroy_ah_cmd() local 798 struct ionic_admin_wr wr = { in ionic_create_mr_cmd() local 831 struct ionic_admin_wr wr = { in ionic_destroy_mr_cmd() local 1164 struct ionic_admin_wr wr = { in ionic_create_cq_cmd() local 1193 struct ionic_admin_wr wr = { in ionic_destroy_cq_cmd() local 1334 struct ionic_admin_wr wr = { in ionic_create_qp_cmd() local 1394 struct ionic_admin_wr wr = { in ionic_modify_qp_cmd() local 1525 struct ionic_admin_wr wr = { in ionic_query_qp_cmd() local 1672 struct ionic_admin_wr wr = { in ionic_destroy_qp_cmd() local
|
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | wr.c | 54 static void set_eth_seg(const struct ib_send_wr *wr, struct mlx5_ib_qp *qp, in set_eth_seg() 103 const struct ib_send_wr *wr) in set_datagram_seg() 228 static __be32 send_ieth(const struct ib_send_wr *wr) in send_ieth() 260 static int set_data_inl_seg(struct mlx5_ib_qp *qp, const struct ib_send_wr *wr, in set_data_inl_seg() 561 const struct ib_reg_wr *wr = reg_wr(send_wr); in set_pi_umr_wr() local 636 const struct ib_reg_wr *wr, in set_reg_wr() 750 const struct ib_send_wr *wr, unsigned int *idx, int *size, in begin_wqe() 787 static void handle_rdma_op(const struct ib_send_wr *wr, void **seg, int *size) in handle_rdma_op() 794 static void handle_local_inv(struct mlx5_ib_qp *qp, const struct ib_send_wr *wr, in handle_local_inv() 803 static int handle_reg_mr(struct mlx5_ib_qp *qp, const struct ib_send_wr *wr, in handle_reg_mr() [all …]
|
| H A D | gsi.c | 51 struct mlx5_ib_gsi_wr *wr; in generate_completions() local 71 struct mlx5_ib_gsi_wr *wr = in handle_single_completion() local 363 struct ib_ud_wr *wr, struct ib_wc *wc) in mlx5_ib_add_outstanding_wr() 394 static int mlx5_ib_gsi_silent_drop(struct mlx5_ib_qp *mqp, struct ib_ud_wr *wr) in mlx5_ib_gsi_silent_drop() 414 static struct ib_qp *get_tx_qp(struct mlx5_ib_gsi_qp *gsi, struct ib_ud_wr *wr) in get_tx_qp() 432 int mlx5_ib_gsi_post_send(struct ib_qp *qp, const struct ib_send_wr *wr, in mlx5_ib_gsi_post_send() 477 int mlx5_ib_gsi_post_recv(struct ib_qp *qp, const struct ib_recv_wr *wr, in mlx5_ib_gsi_post_recv()
|
| H A D | wr.h | 110 const struct ib_send_wr *wr, in mlx5_ib_post_send_nodrain() 117 const struct ib_send_wr *wr, in mlx5_ib_post_send_drain() 124 const struct ib_recv_wr *wr, in mlx5_ib_post_recv_nodrain() 131 const struct ib_recv_wr *wr, in mlx5_ib_post_recv_drain()
|
| /linux/drivers/infiniband/hw/mana/ |
| H A D | wr.c | 10 static int mana_ib_post_recv_ud(struct mana_ib_qp *qp, const struct ib_recv_wr *wr) in mana_ib_post_recv_ud() 49 int mana_ib_post_recv(struct ib_qp *ibqp, const struct ib_recv_wr *wr, in mana_ib_post_recv() 75 static int mana_ib_post_send_ud(struct mana_ib_qp *qp, const struct ib_ud_wr *wr) in mana_ib_post_send_ud() 144 int mana_ib_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr, in mana_ib_post_send()
|
| /linux/drivers/infiniband/hw/cxgb4/ |
| H A D | qp.c | 415 const struct ib_send_wr *wr, int max, u32 *plenp) in build_immd() 490 const struct ib_send_wr *wr, u8 *len16) in build_rdma_send() 557 const struct ib_send_wr *wr, u8 *len16) in build_rdma_write() 608 struct ib_send_wr *wr) in build_immd_cmpl() 618 const struct ib_send_wr *wr, u8 *len16) in build_rdma_write_cmpl() 660 static int build_rdma_read(union t4_wr *wqe, const struct ib_send_wr *wr, in build_rdma_read() 690 static void post_write_cmpl(struct c4iw_qp *qhp, const struct ib_send_wr *wr) in post_write_cmpl() 760 const struct ib_recv_wr *wr, u8 *len16) in build_rdma_recv() 774 static int build_srq_recv(union t4_recv_wr *wqe, const struct ib_recv_wr *wr, in build_srq_recv() 789 const struct ib_reg_wr *wr, struct c4iw_mr *mhp, in build_tpte_memreg() [all …]
|
| /linux/tools/testing/selftests/breakpoints/ |
| H A D | breakpoint_test_arm64.c | 33 static void child(int size, int wr) in child() 112 static bool run_test(int wr_size, int wp_size, int wr, int wp) in run_test() 204 int wr, wp, size; in main() local
|
| /linux/lib/ |
| H A D | decompress_unlzma.c | 294 static inline size_t INIT get_pos(struct writer *wr) in get_pos() 300 static inline uint8_t INIT peek_old_byte(struct writer *wr, in peek_old_byte() 318 static inline int INIT write_byte(struct writer *wr, uint8_t byte) in write_byte() 332 static inline int INIT copy_byte(struct writer *wr, uint32_t offs) in copy_byte() 337 static inline int INIT copy_bytes(struct writer *wr, in copy_bytes() 349 static inline int INIT process_bit0(struct writer *wr, struct rc *rc, in process_bit0() 393 static inline int INIT process_bit1(struct writer *wr, struct rc *rc, in process_bit1() 555 struct writer wr; in unlzma() local
|
| H A D | test_bitmap.c | 781 unsigned int wr, bit; in test_for_each_set_bit_wrap() local 828 unsigned int wr, bit; in test_for_each_set_bit_from() local 880 unsigned int wr, bit; in test_for_each_clear_bit_from() local 954 unsigned int wr, s, e; in test_for_each_set_bitrange_from() local 984 unsigned int wr, s, e; in test_for_each_clear_bitrange_from() local
|
| /linux/arch/arm64/kvm/vgic/ |
| H A D | vgic-mmio.h | 67 #define REGISTER_DESC_WITH_BITS_PER_IRQ(off, rd, wr, ur, uw, bpi, acc) \ argument 79 #define REGISTER_DESC_WITH_LENGTH(off, rd, wr, length, acc) \ argument 89 #define REGISTER_DESC_WITH_LENGTH_UACCESS(off, rd, wr, urd, uwr, length, acc) \ argument
|
| /linux/drivers/infiniband/ulp/rtrs/ |
| H A D | rtrs.c | 75 struct ib_recv_wr wr; in rtrs_iu_post_recv() local 99 struct ib_recv_wr wr; in rtrs_post_recv_empty() local 110 struct ib_send_wr *wr, struct ib_send_wr *tail) in rtrs_post_send() 132 struct ib_send_wr wr; in rtrs_iu_post_send() local 161 struct ib_rdma_wr wr; in rtrs_iu_post_rdma_write_imm() local 192 struct ib_rdma_wr wr; in rtrs_post_rdma_write_imm_empty() local
|
| /linux/fs/orangefs/ |
| H A D | inode.c | 23 struct orangefs_write_range *wr = NULL; in orangefs_writepage_locked() local 82 struct orangefs_write_range *wrp, wr; in orangefs_writepages_work() local 127 struct orangefs_write_range *wr = folio->private; in orangefs_writepages_callback() local 293 struct orangefs_write_range *wr; in orangefs_write_begin() local 315 struct orangefs_write_range *wr; in orangefs_write_begin() local 384 struct orangefs_write_range *wr = folio_get_private(folio); in orangefs_invalidate_folio() local 612 struct orangefs_write_range *wr; in orangefs_page_mkwrite() local
|
| /linux/drivers/media/pci/solo6x10/ |
| H A D | solo6x10-p2m.c | 28 int solo_p2m_dma(struct solo_dev *solo_dev, int wr, in solo_p2m_dma() 124 void solo_p2m_fill_desc(struct solo_p2m_desc *desc, int wr, in solo_p2m_fill_desc() 145 int solo_p2m_dma_t(struct solo_dev *solo_dev, int wr, in solo_p2m_dma_t()
|
| /linux/include/rdma/ |
| H A D | rw.h | 25 struct ib_rdma_wr wr; member 37 struct ib_rdma_wr wr; member
|
| /linux/drivers/infiniband/hw/erdma/ |
| H A D | erdma_qp.c | 404 const struct ib_send_wr *wr, u32 *hw_op) in init_send_sqe_rc() 420 const struct ib_send_wr *wr, u32 *hw_op) in init_send_sqe_ud() 665 const struct ib_send_wr *wr = send_wr; in erdma_post_send() local 734 const struct ib_recv_wr *wr = recv_wr; in erdma_post_recv() local
|
| /linux/drivers/infiniband/hw/mlx4/ |
| H A D | qp.c | 2870 const struct ib_ud_wr *wr, in build_sriov_qp0_header() 3022 static int build_mlx_header(struct mlx4_ib_qp *qp, const struct ib_ud_wr *wr, in build_mlx_header() 3317 const struct ib_reg_wr *wr) in set_reg_seg() 3347 const struct ib_atomic_wr *wr) in set_atomic_seg() 3363 const struct ib_atomic_wr *wr) in set_masked_atomic_seg() 3372 const struct ib_ud_wr *wr) in set_datagram_seg() 3383 const struct ib_ud_wr *wr, in set_tunnel_datagram_seg() 3405 static void build_tunnel_header(const struct ib_ud_wr *wr, void *wqe, in build_tunnel_header() 3490 const struct ib_ud_wr *wr, struct mlx4_ib_qp *qp, in build_lso_seg() 3509 static __be32 send_ieth(const struct ib_send_wr *wr) in send_ieth() [all …]
|
| /linux/drivers/scsi/csiostor/ |
| H A D | csio_isr.c | 131 csio_fwevt_intx_handler(struct csio_hw *hw, void *wr, uint32_t len, in csio_fwevt_intx_handler() 146 csio_process_scsi_cmpl(struct csio_hw *hw, void *wr, uint32_t len, in csio_process_scsi_cmpl() 285 csio_scsi_intx_handler(struct csio_hw *hw, void *wr, uint32_t len, in csio_scsi_intx_handler()
|
| /linux/drivers/infiniband/hw/vmw_pvrdma/ |
| H A D | pvrdma_qp.c | 647 const struct ib_reg_wr *wr) in set_reg_seg() 671 int pvrdma_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr, in pvrdma_post_send() 873 int pvrdma_post_recv(struct ib_qp *ibqp, const struct ib_recv_wr *wr, in pvrdma_post_recv()
|
| /linux/sound/soc/uniphier/ |
| H A D | aio-core.c | 19 static u64 rb_cnt(u64 wr, u64 rd, u64 len) in rb_cnt() 27 static u64 rb_cnt_to_end(u64 wr, u64 rd, u64 len) in rb_cnt_to_end() 35 static u64 rb_space(u64 wr, u64 rd, u64 len) in rb_space() 43 static u64 rb_space_to_end(u64 wr, u64 rd, u64 len) in rb_space_to_end()
|
| /linux/drivers/infiniband/hw/mthca/ |
| H A D | mthca_qp.c | 1501 const struct ib_ud_wr *wr, in build_mlx_header() 1595 const struct ib_atomic_wr *wr) in set_atomic_seg() 1608 const struct ib_ud_wr *wr) in set_tavor_ud_seg() 1618 const struct ib_ud_wr *wr) in set_arbel_ud_seg() 1625 int mthca_tavor_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr, in mthca_tavor_post_send() 1823 int mthca_tavor_post_receive(struct ib_qp *ibqp, const struct ib_recv_wr *wr, in mthca_tavor_post_receive() 1928 int mthca_arbel_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr, in mthca_arbel_post_send() 2162 int mthca_arbel_post_receive(struct ib_qp *ibqp, const struct ib_recv_wr *wr, in mthca_arbel_post_receive()
|
| /linux/drivers/infiniband/hw/bnxt_re/ |
| H A D | ib_verbs.c | 2020 int bnxt_re_post_srq_recv(struct ib_srq *ib_srq, const struct ib_recv_wr *wr, in bnxt_re_post_srq_recv() 2390 const struct ib_send_wr *wr, in bnxt_re_build_qp1_send_v2() 2564 const struct ib_recv_wr *wr, in bnxt_re_build_qp1_shadow_qp_recv() 2613 const struct ib_send_wr *wr, in bnxt_re_build_send_wqe() 2651 static int bnxt_re_build_rdma_wqe(const struct ib_send_wr *wr, in bnxt_re_build_rdma_wqe() 2683 static int bnxt_re_build_atomic_wqe(const struct ib_send_wr *wr, in bnxt_re_build_atomic_wqe() 2710 static int bnxt_re_build_inv_wqe(const struct ib_send_wr *wr, in bnxt_re_build_inv_wqe() 2724 static int bnxt_re_build_reg_wqe(const struct ib_reg_wr *wr, in bnxt_re_build_reg_wqe() 2761 const struct ib_send_wr *wr, in bnxt_re_copy_inline_data() 2791 const struct ib_send_wr *wr, in bnxt_re_copy_wr_payload() [all …]
|
| /linux/drivers/infiniband/hw/ocrdma/ |
| H A D | ocrdma_verbs.c | 1879 const struct ib_send_wr *wr) in ocrdma_build_ud_hdr() 1926 const struct ib_send_wr *wr, u32 wqe_size) in ocrdma_build_inline_sges() 1964 const struct ib_send_wr *wr) in ocrdma_build_send() 1981 const struct ib_send_wr *wr) in ocrdma_build_write() 1999 const struct ib_send_wr *wr) in ocrdma_build_read() 2029 const struct ib_reg_wr *wr) in ocrdma_build_reg() 2090 int ocrdma_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr, in ocrdma_post_send() 2203 const struct ib_recv_wr *wr, u16 tag) in ocrdma_build_rqe() 2223 int ocrdma_post_recv(struct ib_qp *ibqp, const struct ib_recv_wr *wr, in ocrdma_post_recv() 2293 int ocrdma_post_srq_recv(struct ib_srq *ibsrq, const struct ib_recv_wr *wr, in ocrdma_post_srq_recv()
|