/freebsd-src/contrib/flex/src/ |
H A D | tables.c | 71 int yytbl_writer_init (struct yytbl_writer *wr, FILE * out) in yytbl_writer_init() 125 static int yytbl_write_pad64 (struct yytbl_writer *wr) in yytbl_write_pad64() 143 int yytbl_hdr_fwrite (struct yytbl_writer *wr, const struct yytbl_hdr *th) in yytbl_hdr_fwrite() 189 int yytbl_data_fwrite (struct yytbl_writer *wr, struct yytbl_data *td) in yytbl_data_fwrite() 267 int yytbl_writen (struct yytbl_writer *wr, void *v, int len) in yytbl_writen() 283 int yytbl_write32 (struct yytbl_writer *wr, flex_uint32_t v) in yytbl_write32() 302 int yytbl_write16 (struct yytbl_writer *wr, flex_uint16_t v) in yytbl_write16() 321 int yytbl_write8 (struct yytbl_writer *wr, flex_uint8_t v) in yytbl_write8()
|
/freebsd-src/tools/test/stress2/misc/ |
H A D | msync2.sh | 104 wr(); function 108 wr(); /* No problem here */ function
|
H A D | mmap6.sh | 144 wr(); function
|
/freebsd-src/sys/dev/cxgbe/iw_cxgbe/ |
H A D | qp.c | 138 struct wrqe *wr; in create_qp() local 336 build_immd(struct t4_sq * sq,struct fw_ri_immd * immdp,const struct ib_send_wr * wr,int max,u32 * plenp) build_immd() argument 406 build_rdma_send(struct t4_sq * sq,union t4_wr * wqe,const struct ib_send_wr * wr,u8 * len16) build_rdma_send() argument 473 build_rdma_write(struct t4_sq * sq,union t4_wr * wqe,const struct ib_send_wr * wr,u8 * len16) build_rdma_write() argument 515 build_rdma_read(union t4_wr * wqe,const struct ib_send_wr * wr,u8 * len16) build_rdma_read() argument 546 build_rdma_recv(struct c4iw_qp * qhp,union t4_recv_wr * wqe,const struct ib_recv_wr * wr,u8 * len16) build_rdma_recv() argument 560 build_inv_stag(union t4_wr * wqe,const struct ib_send_wr * wr,u8 * len16) build_inv_stag() argument 608 complete_sq_drain_wr(struct c4iw_qp * qhp,const struct ib_send_wr * wr) complete_sq_drain_wr() argument 638 complete_rq_drain_wr(struct c4iw_qp * qhp,const struct ib_recv_wr * wr) complete_rq_drain_wr() argument 669 build_tpte_memreg(struct fw_ri_fr_nsmr_tpte_wr * fr,const struct ib_reg_wr * wr,struct c4iw_mr * mhp,u8 * len16) build_tpte_memreg() argument 704 build_memreg(struct t4_sq * sq,union t4_wr * wqe,const struct ib_reg_wr * wr,struct c4iw_mr * mhp,u8 * len16,bool dsgl_supported) build_memreg() argument 771 c4iw_post_send(struct ib_qp * ibqp,const struct ib_send_wr * wr,const struct ib_send_wr ** bad_wr) c4iw_post_send() argument 911 c4iw_post_receive(struct ib_qp * ibqp,const struct ib_recv_wr * wr,const struct ib_recv_wr ** bad_wr) c4iw_post_receive() argument 1117 struct wrqe *wr; post_terminate() local 1247 struct wrqe *wr; rdma_fini() local 1340 struct wrqe *wr; rdma_init() local [all...] |
/freebsd-src/contrib/ofed/libcxgb4/ |
H A D | qp.c | 104 struct ibv_send_wr *wr, int max, u32 *plenp) in build_immd() 159 struct ibv_send_wr *wr, u8 *len16) in build_rdma_send() 208 struct ibv_send_wr *wr, u8 *len16) in build_rdma_write() 248 static int build_rdma_read(union t4_wr *wqe, struct ibv_send_wr *wr, u8 *len16) in build_rdma_read() 276 struct ibv_recv_wr *wr, u8 *len16) in build_rdma_recv() 309 int c4iw_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr, in c4iw_post_send() 417 int c4iw_post_receive(struct ibv_qp *ibqp, struct ibv_recv_wr *wr, in c4iw_post_receive()
|
/freebsd-src/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_gsi.c | 72 struct mlx5_ib_gsi_wr *wr; in generate_completions() local 95 struct mlx5_ib_gsi_wr *wr = in handle_single_completion() local 411 struct ib_ud_wr *wr, struct ib_wc *wc) in mlx5_ib_add_outstanding_wr() 442 struct ib_ud_wr *wr) in mlx5_ib_gsi_silent_drop() 462 static struct ib_qp *get_tx_qp(struct mlx5_ib_gsi_qp *gsi, struct ib_ud_wr *wr) in get_tx_qp() 476 int mlx5_ib_gsi_post_send(struct ib_qp *qp, const struct ib_send_wr *wr, in mlx5_ib_gsi_post_send() 521 int mlx5_ib_gsi_post_recv(struct ib_qp *qp, const struct ib_recv_wr *wr, in mlx5_ib_gsi_post_recv()
|
/freebsd-src/contrib/ofed/librdmacm/ |
H A D | rdma_verbs.h | 102 struct ibv_recv_wr wr, *bad; in rdma_post_recvv() local 119 struct ibv_send_wr wr, *bad; in rdma_post_sendv() local 135 struct ibv_send_wr wr, *bad; in rdma_post_readv() local 153 struct ibv_send_wr wr, *bad; in rdma_post_writev() local 231 struct ibv_send_wr wr, *bad; in rdma_post_ud_send() local
|
/freebsd-src/contrib/ofed/libmlx4/ |
H A D | qp.c | 121 static void set_bind_seg(struct mlx4_wqe_bind_seg *bseg, struct ibv_send_wr *wr) in set_bind_seg() 163 static void set_atomic_seg(struct mlx4_wqe_atomic_seg *aseg, struct ibv_send_wr *wr) in set_atomic_seg() 176 struct ibv_send_wr *wr) in set_datagram_seg() 213 int mlx4_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr, in mlx4_post_send() 512 int mlx4_post_recv(struct ibv_qp *ibqp, struct ibv_recv_wr *wr, in mlx4_post_recv()
|
/freebsd-src/contrib/ofed/libmlx5/ |
H A D | qp.c | 210 struct ibv_send_wr *wr) in set_datagram_seg() 256 static uint32_t send_ieth(struct ibv_send_wr *wr) in send_ieth() 269 static int set_data_inl_seg(struct mlx5_qp *qp, struct ibv_send_wr *wr, in set_data_inl_seg() 359 struct ibv_send_wr *wr, in copy_eth_inline_headers() 562 static inline int set_tso_eth_seg(void **seg, struct ibv_send_wr *wr, in set_tso_eth_seg() 612 static inline int _mlx5_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr, in _mlx5_post_send() 969 int mlx5_post_send(struct ibv_qp *ibqp, struct ibv_send_wr *wr, in mlx5_post_send() 994 struct ibv_send_wr wr = {}; in mlx5_bind_mw() local 1061 int mlx5_post_wq_recv(struct ibv_wq *ibwq, struct ibv_recv_wr *wr, in mlx5_post_wq_recv() 1134 int mlx5_post_recv(struct ibv_qp *ibqp, struct ibv_recv_wr *wr, in mlx5_post_recv()
|
/freebsd-src/sys/dev/cxgbe/tom/ |
H A D | t4_tom_l2t.h | 44 t4_l2t_send(struct adapter *sc, struct wrqe *wr, struct l2t_entry *e) in t4_l2t_send()
|
H A D | t4_tom_l2t.c | 147 arpq_enqueue(struct l2t_entry *e, struct wrqe *wr) in arpq_enqueue() argument 157 struct wrqe *wr; in send_pending() local 268 t4_l2t_send_slow(struct adapter * sc,struct wrqe * wr,struct l2t_entry * e) t4_l2t_send_slow() argument
|
H A D | t4_cpl_io.c | 83 struct wrqe *wr; in send_flowc_wr() local 188 struct wrqe *wr; in update_tx_rate_limit() local 238 struct wrqe *wr; send_reset() local 393 struct wrqe *wr; send_rx_credits() local 453 struct wrqe *wr; t4_close_conn() local 641 struct wrqe *wr; t4_push_frames() local 966 struct wrqe *wr; write_iscsi_mbuf_wr() local 1123 struct wrqe *wr; t4_push_pdus() local 1494 struct wrqe *wr; send_abort_rpl() local 1945 struct wrqe *wr; t4_set_tcb_field() local [all...] |
H A D | t4_listen.c | 349 struct wrqe *wr; send_flowc_wr_synqe() local 396 struct wrqe *wr; send_abort_rpl_synqe() local 430 struct wrqe *wr; create_server() local 458 struct wrqe *wr; create_server6() local 488 struct wrqe *wr; destroy_server() local 1130 struct wrqe *wr; send_synack() local [all...] |
/freebsd-src/contrib/bmake/ |
H A D | job.c | 799 ShellWriter_WriteFmt(wr, "%s\n", line); in ShellWriter_WriteLine() argument 812 ShellWriter_WriteFmt(wr, shel argument 789 ShellWriter_WriteFmt(ShellWriter * wr,const char * fmt,const char * arg) ShellWriter_WriteFmt() argument 805 ShellWriter_EchoOff(ShellWriter * wr) ShellWriter_EchoOff() argument 818 ShellWriter_EchoOn(ShellWriter * wr) ShellWriter_EchoOn() argument 825 ShellWriter_TraceOn(ShellWriter * wr) ShellWriter_TraceOn() argument 834 ShellWriter_ErrOff(ShellWriter * wr,bool echo) ShellWriter_ErrOff() argument 844 ShellWriter_ErrOn(ShellWriter * wr,bool echo) ShellWriter_ErrOn() argument 859 JobWriteSpecialsEchoCtl(Job * job,ShellWriter * wr,CommandFlags * inout_cmdFlags,const char * escCmd,const char ** inout_cmdTemplate) JobWriteSpecialsEchoCtl() argument 886 JobWriteSpecials(Job * job,ShellWriter * wr,const char * escCmd,bool run,CommandFlags * inout_cmdFlags,const char ** inout_cmdTemplate) JobWriteSpecials() argument 920 JobWriteCommand(Job * job,ShellWriter * wr,StringListNode * ln,const char * ucmd) JobWriteCommand() argument 1022 ShellWriter wr; JobWriteCommands() local [all...] |
/freebsd-src/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_qp.c | 2298 const struct ib_ud_wr *wr, in build_sriov_qp0_header() argument 2427 build_mlx_header(struct mlx4_ib_sqp * sqp,const struct ib_ud_wr * wr,void * wqe,unsigned * mlx_seg_len) build_mlx_header() argument 2718 set_reg_seg(struct mlx4_wqe_fmr_seg * fseg,const struct ib_reg_wr * wr) set_reg_seg() argument 2748 set_atomic_seg(struct mlx4_wqe_atomic_seg * aseg,const struct ib_atomic_wr * wr) set_atomic_seg() argument 2764 set_masked_atomic_seg(struct mlx4_wqe_masked_atomic_seg * aseg,const struct ib_atomic_wr * wr) set_masked_atomic_seg() argument 2773 set_datagram_seg(struct mlx4_wqe_datagram_seg * dseg,const struct ib_ud_wr * wr) set_datagram_seg() argument 2784 set_tunnel_datagram_seg(struct mlx4_ib_dev * dev,struct mlx4_wqe_datagram_seg * dseg,const struct ib_ud_wr * wr,enum mlx4_ib_qp_type qpt) set_tunnel_datagram_seg() argument 2806 build_tunnel_header(const struct ib_ud_wr * wr,void * wqe,unsigned * mlx_seg_len) build_tunnel_header() argument 2889 build_lso_seg(struct mlx4_wqe_lso_seg * wqe,const struct ib_ud_wr * wr,struct mlx4_ib_qp * qp,unsigned * lso_seg_len,__be32 * lso_hdr_sz,__be32 * blh) build_lso_seg() argument 2909 send_ieth(const struct ib_send_wr * wr) send_ieth() argument 2931 mlx4_ib_post_send(struct ib_qp * ibqp,const struct ib_send_wr * wr,const struct ib_send_wr ** bad_wr) mlx4_ib_post_send() argument 3266 mlx4_ib_post_recv(struct ib_qp * ibqp,const struct ib_recv_wr * wr,const struct ib_recv_wr ** bad_wr) mlx4_ib_post_recv() argument [all...] |
/freebsd-src/sys/geom/eli/ |
H A D | g_eli.c | 244 struct g_eli_worker *wr; in g_eli_crypto_rerun() local 531 g_eli_newsession(struct g_eli_worker *wr) in g_eli_newsession() 604 g_eli_freesession(struct g_eli_worker *wr) in g_eli_freesession() 661 struct g_eli_worker *wr; in g_eli_worker() local 1008 struct g_eli_worker *wr; in g_eli_create() local
|
H A D | g_eli_privacy.c | 254 g_eli_crypto_run(struct g_eli_worker *wr, struct bio *bp) in g_eli_crypto_run()
|
/freebsd-src/sys/dev/sdio/ |
H A D | sdiob.c | 141 sdiob_rw_direct_sc(struct sdiob_softc *sc, uint8_t fn, uint32_t addr, bool wr, in sdiob_rw_direct_sc() argument 194 sdio_rw_direct(device_t dev, uint8_t fn, uint32_t addr, bool wr, in sdio_rw_direct() argument 243 bool wr, uint8_ in sdiob_rw_extended_cam() argument 374 sdiob_rw_extended_sc(struct sdiob_softc * sc,uint8_t fn,uint32_t addr,bool wr,uint32_t size,uint8_t * buffer,bool incaddr) sdiob_rw_extended_sc() argument 428 sdiob_rw_extended(device_t dev,uint8_t fn,uint32_t addr,bool wr,uint32_t size,uint8_t * buffer,bool incaddr) sdiob_rw_extended() argument [all...] |
/freebsd-src/contrib/ofed/librdmacm/examples/ |
H A D | rdma_xclient.c | 53 struct ibv_send_wr wr, *bad; in post_send() local
|
/freebsd-src/tests/sys/netgraph/ |
H A D | ksocket.c | 39 hellocheck(int wr, int rd) in hellocheck()
|
/freebsd-src/sys/dev/mthca/ |
H A D | mthca_qp.c | 1485 int ind, const struct ib_ud_wr *wr, in build_mlx_header() 1578 const struct ib_atomic_wr *wr) in set_atomic_seg() 1591 const struct ib_ud_wr *wr) in set_tavor_ud_seg() 1601 const struct ib_ud_wr *wr) in set_arbel_ud_seg() 1608 int mthca_tavor_post_send(struct ib_qp *ibqp, const struct ib_send_wr *wr, in mthca_tavor_post_send() 1811 int mthca_tavor_post_receive(struct ib_qp *ibqp, const struct ib_recv_wr *wr, in mthca_tavor_post_receive() 1922 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()
|
/freebsd-src/sys/dev/bnxt/bnxt_re/ |
H A D | ib_verbs.c | 1374 int bnxt_re_post_srq_recv(struct ib_srq *ib_srq, const struct ib_recv_wr *wr, in bnxt_re_post_srq_recv() argument 2907 static void bnxt_re_build_raw_send(const struct ib_send_wr *wr, in bnxt_re_build_raw_send() argument 2924 bnxt_re_build_qp1_send(struct bnxt_re_qp * qp,const struct ib_send_wr * wr,struct bnxt_qplib_swqe * wqe,int payload_size) bnxt_re_build_qp1_send() argument 3017 bnxt_re_build_gsi_send(struct bnxt_re_qp * qp,const struct ib_send_wr * wr,struct bnxt_qplib_swqe * wqe) bnxt_re_build_gsi_send() argument 3049 bnxt_re_build_qp1_recv(struct bnxt_re_qp * qp,const struct ib_recv_wr * wr,struct bnxt_qplib_swqe * wqe) bnxt_re_build_qp1_recv() argument 3155 bnxt_re_build_qp1_shadow_qp_recv(struct bnxt_re_qp * qp,const struct ib_recv_wr * wr,struct bnxt_qplib_swqe * wqe) bnxt_re_build_qp1_shadow_qp_recv() argument 3204 bnxt_re_build_send_wqe(struct bnxt_re_qp * qp,const struct ib_send_wr * wr,struct bnxt_qplib_swqe * wqe) bnxt_re_build_send_wqe() argument 3244 bnxt_re_build_rdma_wqe(const struct ib_send_wr * wr,struct bnxt_qplib_swqe * wqe) bnxt_re_build_rdma_wqe() argument 3276 bnxt_re_build_atomic_wqe(const struct ib_send_wr * wr,struct bnxt_qplib_swqe * wqe) bnxt_re_build_atomic_wqe() argument 3303 bnxt_re_build_inv_wqe(const struct ib_send_wr * wr,struct bnxt_qplib_swqe * wqe) bnxt_re_build_inv_wqe() argument 3318 bnxt_re_build_reg_wqe(const struct ib_reg_wr * wr,struct bnxt_qplib_swqe * wqe) bnxt_re_build_reg_wqe() argument 3377 bnxt_re_set_sg_list(const struct ib_send_wr * wr,struct bnxt_qplib_swqe * wqe) bnxt_re_set_sg_list() argument 3401 bnxt_re_post_send_shadow_qp(struct bnxt_re_dev * rdev,struct bnxt_re_qp * qp,const struct ib_send_wr * wr) bnxt_re_post_send_shadow_qp() argument 3453 bnxt_re_post_send(struct ib_qp * ib_qp,const struct ib_send_wr * wr,const struct ib_send_wr ** bad_wr) bnxt_re_post_send() argument 3556 bnxt_re_post_recv_shadow_qp(struct bnxt_re_dev * rdev,struct bnxt_re_qp * qp,struct ib_recv_wr * wr) bnxt_re_post_recv_shadow_qp() argument 3591 bnxt_re_build_gsi_recv(struct bnxt_re_qp * qp,const struct ib_recv_wr * wr,struct bnxt_qplib_swqe * wqe) bnxt_re_build_gsi_recv() argument 3605 bnxt_re_post_recv(struct ib_qp * ib_qp,const struct ib_recv_wr * wr,const struct ib_recv_wr ** bad_wr) bnxt_re_post_recv() argument [all...] |
/freebsd-src/contrib/unbound/util/storage/ |
H A D | slabhash.c | 123 hashvalue_type hash, void* key, int wr) in slabhash_lookup() 233 void slabhash_traverse(struct slabhash* sh, int wr, in slabhash_traverse()
|
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cp_files/ |
H A D | seekflood.c | 43 _open_file(int n,int wr) _open_file() argument
|
/freebsd-src/sys/dev/cxgbe/crypto/ |
H A D | t6_kern_tls.c | 218 struct wrqe *wr; in send_ktls_act_open_req() local 313 struct fw_ulptx_wr *wr; in ktls_set_tcb_fields() local 1113 struct fw_eth_tx_pkt_wr *wr; ktls_write_tcp_options() local 1207 struct fw_eth_tx_pkt_wr *wr; ktls_write_tunnel_packet() local 1318 struct fw_ulptx_wr *wr; ktls_write_tls_wr() local 1855 struct fw_eth_tx_pkt_wr *wr; ktls_write_tcp_fin() local [all...] |