/linux-3.3/drivers/infiniband/hw/amso1100/ |
D | c2_rnic.c | 83 struct c2wr_init_req wr; in c2_adapter_init() local 107 struct c2wr_init_req wr; in c2_adapter_term() local 126 struct c2wr_rnic_query_req wr; in c2_rnic_query() local 215 struct c2wr_rnic_setconfig_req *wr; in c2_add_addr() local 277 struct c2wr_rnic_setconfig_req *wr; in c2_del_addr() local 340 union c2wr wr; in c2_rnic_open() local 394 union c2wr wr; in c2_rnic_close() local
|
D | c2_cm.c | 46 struct c2wr_qp_connect_req *wr; /* variable size needs a malloc. */ in c2_llp_connect() local 134 struct c2wr_ep_listen_create_req wr; in c2_llp_service_create() local 220 struct c2wr_ep_listen_destroy_req wr; in c2_llp_service_destroy() local 288 struct c2wr_cr_accept_req *wr; /* variable length WR */ in c2_llp_accept() local 392 struct c2wr_cr_reject_req wr; in c2_llp_reject() local
|
D | c2_qp.c | 137 struct c2wr_qp_modify_req wr; in c2_qp_modify() local 256 struct c2wr_qp_modify_req wr; in c2_qp_set_read_limits() local 305 struct c2wr_qp_destroy_req wr; in destroy_qp() local 417 struct c2wr_qp_create_req wr; in c2_alloc_qp() local 760 static int qp_wr_post(struct c2_mq *q, union c2wr * wr, struct c2_qp *qp, u32 size) in qp_wr_post() 793 union c2wr wr; in c2_post_send() local 947 union c2wr wr; in c2_post_receive() local
|
D | c2_mm.c | 56 struct c2wr_nsmr_pbl_req *wr; /* PBL WR ptr */ in send_pbl_messages() local 180 struct c2wr_nsmr_register_req *wr; in c2_nsmr_register_phys_kern() local 319 struct c2wr_stag_dealloc_req wr; /* work request */ in c2_stag_dealloc() local
|
D | c2_cq.c | 289 struct c2wr_cq_create_req wr; in c2_init_cq() local 390 struct c2wr_cq_destroy_req wr; in c2_free_cq() local
|
D | c2_ae.c | 150 union c2wr *wr; in c2_ae_event() local
|
D | c2_vq.c | 178 int vq_send_wr(struct c2_dev *c2dev, union c2wr *wr) in vq_send_wr()
|
/linux-3.3/drivers/infiniband/hw/cxgb3/ |
D | iwch_qp.c | 42 static int build_rdma_send(union t3_wr *wqe, struct ib_send_wr *wr, in build_rdma_send() 87 static int build_rdma_write(union t3_wr *wqe, struct ib_send_wr *wr, in build_rdma_write() 128 static int build_rdma_read(union t3_wr *wqe, struct ib_send_wr *wr, in build_rdma_read() 149 static int build_fastreg(union t3_wr *wqe, struct ib_send_wr *wr, in build_fastreg() 191 static int build_inv_stag(union t3_wr *wqe, struct ib_send_wr *wr, in build_inv_stag() 248 struct ib_recv_wr *wr) in build_rdma_recv() 288 struct ib_recv_wr *wr) in build_zero_stag_recv() 350 int iwch_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr, in iwch_post_send() 465 int iwch_post_receive(struct ib_qp *ibqp, struct ib_recv_wr *wr, in iwch_post_receive()
|
/linux-3.3/drivers/infiniband/hw/cxgb4/ |
D | qp.c | 290 struct ib_send_wr *wr, int max, u32 *plenp) in build_immd() 360 struct ib_send_wr *wr, u8 *len16) in build_rdma_send() 425 struct ib_send_wr *wr, u8 *len16) in build_rdma_write() 467 static int build_rdma_read(union t4_wr *wqe, struct ib_send_wr *wr, u8 *len16) in build_rdma_read() 497 struct ib_recv_wr *wr, u8 *len16) in build_rdma_recv() 512 struct ib_send_wr *wr, u8 *len16) in build_fastreg() 559 static int build_inv_stag(union t4_wr *wqe, struct ib_send_wr *wr, in build_inv_stag() 581 int c4iw_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr, in c4iw_post_send() 695 int c4iw_post_receive(struct ib_qp *ibqp, struct ib_recv_wr *wr, in c4iw_post_receive()
|
/linux-3.3/drivers/staging/media/solo6x10/ |
D | p2m.c | 27 int solo_p2m_dma(struct solo_dev *solo_dev, u8 id, int wr, in solo_p2m_dma() 50 int solo_p2m_dma_t(struct solo_dev *solo_dev, u8 id, int wr, in solo_p2m_dma_t() 66 void solo_p2m_push_desc(struct p2m_desc *desc, int wr, dma_addr_t dma_addr, in solo_p2m_push_desc() 141 struct p2m_desc *pdesc, int wr, in solo_p2m_dma_sg()
|
D | i2c.c | 67 static void solo_i2c_flush(struct solo_dev *solo_dev, int wr) in solo_i2c_flush()
|
/linux-3.3/lib/ |
D | decompress_unlzma.c | 292 static inline size_t INIT get_pos(struct writer *wr) in get_pos() 298 static inline uint8_t INIT peek_old_byte(struct writer *wr, in peek_old_byte() 316 static inline int INIT write_byte(struct writer *wr, uint8_t byte) in write_byte() 330 static inline int INIT copy_byte(struct writer *wr, uint32_t offs) in copy_byte() 335 static inline int INIT copy_bytes(struct writer *wr, in copy_bytes() 347 static inline int INIT process_bit0(struct writer *wr, struct rc *rc, in process_bit0() 391 static inline int INIT process_bit1(struct writer *wr, struct rc *rc, in process_bit1() 553 struct writer wr; in unlzma() local
|
/linux-3.3/drivers/infiniband/hw/mlx4/ |
D | qp.c | 1350 static int build_mlx_header(struct mlx4_ib_sqp *sqp, struct ib_send_wr *wr, in build_mlx_header() 1542 static void set_fmr_seg(struct mlx4_wqe_fmr_seg *fseg, struct ib_send_wr *wr) in set_fmr_seg() 1579 static void set_atomic_seg(struct mlx4_wqe_atomic_seg *aseg, struct ib_send_wr *wr) in set_atomic_seg() 1595 struct ib_send_wr *wr) in set_masked_atomic_seg() 1604 struct ib_send_wr *wr) in set_datagram_seg() 1658 static int build_lso_seg(struct mlx4_wqe_lso_seg *wqe, struct ib_send_wr *wr, in build_lso_seg() 1679 static __be32 send_ieth(struct ib_send_wr *wr) in send_ieth() 1694 int mlx4_ib_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr, in mlx4_ib_post_send() 1942 int mlx4_ib_post_recv(struct ib_qp *ibqp, struct ib_recv_wr *wr, in mlx4_ib_post_recv()
|
D | srq.c | 308 int mlx4_ib_post_srq_recv(struct ib_srq *ibsrq, struct ib_recv_wr *wr, in mlx4_ib_post_srq_recv()
|
/linux-3.3/drivers/infiniband/hw/mthca/ |
D | mthca_qp.c | 1476 int ind, struct ib_send_wr *wr, in build_mlx_header() 1569 struct ib_send_wr *wr) in set_atomic_seg() 1582 struct ib_send_wr *wr) in set_tavor_ud_seg() 1592 struct ib_send_wr *wr) in set_arbel_ud_seg() 1599 int mthca_tavor_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr, in mthca_tavor_post_send() 1802 int mthca_tavor_post_receive(struct ib_qp *ibqp, struct ib_recv_wr *wr, in mthca_tavor_post_receive() 1913 int mthca_arbel_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr, in mthca_arbel_post_send() 2153 int mthca_arbel_post_receive(struct ib_qp *ibqp, struct ib_recv_wr *wr, in mthca_arbel_post_receive()
|
D | mthca_srq.c | 475 int mthca_tavor_post_srq_recv(struct ib_srq *ibsrq, struct ib_recv_wr *wr, in mthca_tavor_post_srq_recv() 575 int mthca_arbel_post_srq_recv(struct ib_srq *ibsrq, struct ib_recv_wr *wr, in mthca_arbel_post_srq_recv()
|
/linux-3.3/drivers/infiniband/hw/ipath/ |
D | ipath_srq.c | 48 int ipath_post_srq_receive(struct ib_srq *ibsrq, struct ib_recv_wr *wr, in ipath_post_srq_receive()
|
/linux-3.3/drivers/infiniband/hw/qib/ |
D | qib_srq.c | 48 int qib_post_srq_receive(struct ib_srq *ibsrq, struct ib_recv_wr *wr, in qib_post_srq_receive()
|
D | qib_keys.c | 312 int qib_fast_reg_mr(struct qib_qp *qp, struct ib_send_wr *wr) in qib_fast_reg_mr()
|
/linux-3.3/arch/mips/mm/ |
D | tlbex.c | 1795 struct work_registers wr = build_get_work_registers(p); in build_r4000_tlbchange_handler_head() local 1850 struct work_registers wr; in build_r4000_tlb_load_handler() local 1999 struct work_registers wr; in build_r4000_tlb_store_handler() local 2046 struct work_registers wr; in build_r4000_tlb_modify_handler() local
|
/linux-3.3/net/9p/ |
D | trans_rdma.c | 389 struct ib_recv_wr wr, *bad_wr; in post_recv() local 417 struct ib_send_wr wr, *bad_wr; in rdma_request() local
|
/linux-3.3/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 886 struct fw_eth_tx_pkt_wr *wr; in t4_eth_xmit() local 1050 static void ctrlq_check_stop(struct sge_ctrl_txq *q, struct fw_wr_hdr *wr) in ctrlq_check_stop() 1071 struct fw_wr_hdr *wr; in ctrl_xmit() local 1120 struct fw_wr_hdr *wr; in restart_ctrlq() local 1234 struct fw_wr_hdr *wr = (struct fw_wr_hdr *)skb->data; in ofldtxq_stop() local
|
/linux-3.3/drivers/infiniband/ulp/ipoib/ |
D | ipoib_cm.c | 116 struct ib_recv_wr *wr, in ipoib_cm_post_receive_nonsrq() 327 struct ib_recv_wr *wr, in ipoib_cm_init_rx_wr() 350 struct ib_recv_wr wr; in ipoib_cm_nonsrq_init_rx() member
|
/linux-3.3/fs/autofs4/ |
D | waitq.c | 65 ssize_t wr = 0; in autofs4_write() local
|
/linux-3.3/arch/ia64/hp/sim/ |
D | simscsi.c | 71 static int rd, wr; variable
|