/drivers/infiniband/hw/amso1100/ |
D | c2_rnic.c | 82 struct c2wr_init_req wr; in c2_adapter_init() local 106 struct c2wr_init_req wr; in c2_adapter_term() local 125 struct c2wr_rnic_query_req wr; in c2_rnic_query() local 214 struct c2wr_rnic_setconfig_req *wr; in c2_add_addr() local 276 struct c2wr_rnic_setconfig_req *wr; in c2_del_addr() local 339 union c2wr wr; in c2_rnic_open() local 393 union c2wr wr; in c2_rnic_close() local
|
D | c2_cm.c | 44 struct c2wr_qp_connect_req *wr; /* variable size needs a malloc. */ in c2_llp_connect() local 132 struct c2wr_ep_listen_create_req wr; in c2_llp_service_create() local 218 struct c2wr_ep_listen_destroy_req wr; in c2_llp_service_destroy() local 286 struct c2wr_cr_accept_req *wr; /* variable length WR */ in c2_llp_accept() local 390 struct c2wr_cr_reject_req wr; in c2_llp_reject() local
|
D | c2_qp.c | 136 struct c2wr_qp_modify_req wr; in c2_qp_modify() local 255 struct c2wr_qp_modify_req wr; in c2_qp_set_read_limits() local 304 struct c2wr_qp_destroy_req wr; in destroy_qp() local 416 struct c2wr_qp_create_req wr; in c2_alloc_qp() local 759 static int qp_wr_post(struct c2_mq *q, union c2wr * wr, struct c2_qp *qp, u32 size) in qp_wr_post() 792 union c2wr wr; in c2_post_send() local 943 union c2wr wr; in c2_post_receive() local
|
D | c2_mm.c | 54 struct c2wr_nsmr_pbl_req *wr; /* PBL WR ptr */ in send_pbl_messages() local 178 struct c2wr_nsmr_register_req *wr; in c2_nsmr_register_phys_kern() local 317 struct c2wr_stag_dealloc_req wr; /* work request */ in c2_stag_dealloc() local
|
D | c2_cq.c | 287 struct c2wr_cq_create_req wr; in c2_init_cq() local 388 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()
|
D | c2_wr.h | 1479 static __inline__ u8 c2_wr_get_id(void *wr) in c2_wr_get_id() 1483 static __inline__ void c2_wr_set_id(void *wr, u8 id) in c2_wr_set_id() 1487 static __inline__ u8 c2_wr_get_result(void *wr) in c2_wr_get_result() 1491 static __inline__ void c2_wr_set_result(void *wr, u8 result) in c2_wr_set_result() 1495 static __inline__ u8 c2_wr_get_flags(void *wr) in c2_wr_get_flags() 1499 static __inline__ void c2_wr_set_flags(void *wr, u8 flags) in c2_wr_set_flags() 1503 static __inline__ u8 c2_wr_get_sge_count(void *wr) in c2_wr_get_sge_count() 1507 static __inline__ void c2_wr_set_sge_count(void *wr, u8 sge_count) in c2_wr_set_sge_count() 1511 static __inline__ __be32 c2_wr_get_wqe_count(void *wr) in c2_wr_get_wqe_count() 1515 static __inline__ void c2_wr_set_wqe_count(void *wr, u32 wqe_count) in c2_wr_set_wqe_count()
|
/drivers/infiniband/hw/cxgb3/ |
D | iwch_qp.c | 40 static int build_rdma_send(union t3_wr *wqe, struct ib_send_wr *wr, in build_rdma_send() 85 static int build_rdma_write(union t3_wr *wqe, struct ib_send_wr *wr, in build_rdma_write() 126 static int build_rdma_read(union t3_wr *wqe, struct ib_send_wr *wr, in build_rdma_read() 147 static int build_fastreg(union t3_wr *wqe, struct ib_send_wr *wr, in build_fastreg() 189 static int build_inv_stag(union t3_wr *wqe, struct ib_send_wr *wr, in build_inv_stag() 249 struct ib_recv_wr *wr) in build_rdma_recv() 289 struct ib_recv_wr *wr) in build_zero_stag_recv() 351 int iwch_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr, in iwch_post_send() 462 int iwch_post_receive(struct ib_qp *ibqp, struct ib_recv_wr *wr, in iwch_post_receive()
|
/drivers/infiniband/hw/mlx4/ |
D | qp.c | 1209 static int build_mlx_header(struct mlx4_ib_sqp *sqp, struct ib_send_wr *wr, in build_mlx_header() 1362 static void set_fmr_seg(struct mlx4_wqe_fmr_seg *fseg, struct ib_send_wr *wr) in set_fmr_seg() 1399 static void set_atomic_seg(struct mlx4_wqe_atomic_seg *aseg, struct ib_send_wr *wr) in set_atomic_seg() 1412 struct ib_send_wr *wr) in set_datagram_seg() 1464 static int build_lso_seg(struct mlx4_wqe_lso_seg *wqe, struct ib_send_wr *wr, in build_lso_seg() 1489 static __be32 send_ieth(struct ib_send_wr *wr) in send_ieth() 1504 int mlx4_ib_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr, in mlx4_ib_post_send() 1732 int mlx4_ib_post_recv(struct ib_qp *ibqp, struct ib_recv_wr *wr, in mlx4_ib_post_recv()
|
D | srq.c | 293 int mlx4_ib_post_srq_recv(struct ib_srq *ibsrq, struct ib_recv_wr *wr, in mlx4_ib_post_srq_recv()
|
/drivers/infiniband/hw/mthca/ |
D | mthca_qp.c | 1484 int ind, struct ib_send_wr *wr, in build_mlx_header() 1577 struct ib_send_wr *wr) in set_atomic_seg() 1590 struct ib_send_wr *wr) in set_tavor_ud_seg() 1600 struct ib_send_wr *wr) in set_arbel_ud_seg() 1607 int mthca_tavor_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr, in mthca_tavor_post_send() 1810 int mthca_tavor_post_receive(struct ib_qp *ibqp, struct ib_recv_wr *wr, in mthca_tavor_post_receive() 1921 int mthca_arbel_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr, in mthca_arbel_post_send() 2161 int mthca_arbel_post_receive(struct ib_qp *ibqp, struct ib_recv_wr *wr, in mthca_arbel_post_receive()
|
D | mthca_srq.c | 494 int mthca_tavor_post_srq_recv(struct ib_srq *ibsrq, struct ib_recv_wr *wr, in mthca_tavor_post_srq_recv() 594 int mthca_arbel_post_srq_recv(struct ib_srq *ibsrq, struct ib_recv_wr *wr, in mthca_arbel_post_srq_recv()
|
/drivers/infiniband/hw/ipath/ |
D | ipath_srq.c | 47 int ipath_post_srq_receive(struct ib_srq *ibsrq, struct ib_recv_wr *wr, in ipath_post_srq_receive()
|
D | ipath_verbs.c | 334 static int ipath_post_one_send(struct ipath_qp *qp, struct ib_send_wr *wr) in ipath_post_one_send() 443 static int ipath_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr, in ipath_post_send() 472 static int ipath_post_receive(struct ib_qp *ibqp, struct ib_recv_wr *wr, in ipath_post_receive()
|
/drivers/infiniband/core/ |
D | uverbs_cmd.c | 1405 struct ib_send_wr *wr = NULL, *last, *next, *bad_wr; in ib_uverbs_post_send() local 1561 struct ib_recv_wr *wr = NULL, *last, *next; in ib_uverbs_unmarshall_recv() local 1645 struct ib_recv_wr *wr, *next, *bad_wr; in ib_uverbs_post_recv() local 1694 struct ib_recv_wr *wr, *next, *bad_wr; in ib_uverbs_post_srq_recv() local
|
D | mad.c | 1678 static inline int rcv_has_same_class(struct ib_mad_send_wr_private *wr, in rcv_has_same_class() 1686 struct ib_mad_send_wr_private *wr, in rcv_has_same_gid() 1745 struct ib_mad_send_wr_private *wr; in ib_find_send_mad() local
|
D | mad_rmpp.c | 608 static inline void adjust_last_ack(struct ib_mad_send_wr_private *wr, in adjust_last_ack()
|
/drivers/infiniband/ulp/ipoib/ |
D | ipoib_cm.c | 115 struct ib_recv_wr *wr, in ipoib_cm_post_receive_nonsrq() 326 struct ib_recv_wr *wr, in ipoib_cm_init_rx_wr() 349 struct ib_recv_wr wr; in ipoib_cm_nonsrq_init_rx() member
|
/drivers/media/dvb/frontends/ |
D | lgdt330x.c | 110 u8 wr [] = { reg }; in i2c_read_demod_bytes() local
|
D | dib3000mb_priv.h | 24 #define wr(reg,val) if (dib3000_write_reg(state,reg,val)) \ macro
|
/drivers/infiniband/ulp/srp/ |
D | ib_srp.c | 928 struct ib_recv_wr wr, *bad_wr; in __srp_post_recv() local 992 struct ib_send_wr wr, *bad_wr; in __srp_post_send() local
|
/drivers/pcmcia/ |
D | m32r_pcc.c | 98 void pcc_iorw(int sock, unsigned long port, void *buf, size_t size, size_t nmemb, int wr, int flag) in pcc_iorw()
|
/drivers/media/radio/ |
D | radio-tea5764.c | 167 struct tea5764_write_regs wr; in tea5764_i2c_write() local
|
/drivers/net/hamradio/ |
D | scc.c | 275 static inline void wr(struct scc_channel *scc, unsigned char reg, in wr() function
|