Searched refs:wr (Results 151 - 174 of 174) sorted by relevance

1234567

/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dsparct4-mont.pl366 wr $ccr, %g0, %ccr
582 wr %o4, %g0, %ccr
1043 wr $ccr, %g0, %ccr
H A Dsparcv9a-mont.pl163 wr %g0,$ASI_FL16_P,%asi ! setup %asi for 16-bit FP loads
864 wr %g0,%o7,%asi ! restore %asi
H A Dsparcv8.S339 wr %o0,%y
/freebsd-11-stable/bin/pax/
H A Dar_subs.c378 wrf = frmt->wr;
H A Dcpio.c169 return((*frmt->wr)(&last));
/freebsd-11-stable/contrib/unbound/services/cache/
H A Ddns.c241 uint16_t qtype, uint16_t qclass, uint16_t flags, time_t now, int wr)
253 e = slabhash_lookup(env->msg_cache, h, &k, wr);
240 msg_cache_lookup(struct module_env* env, uint8_t* qname, size_t qnamelen, uint16_t qtype, uint16_t qclass, uint16_t flags, time_t now, int wr) argument
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_ioctl.c821 struct write_args wr; local
830 wr.fd = args->fd;
831 wr.buf = &c;
832 wr.nbyte = sizeof(c);
833 return (sys_write(td, &wr));
/freebsd-11-stable/contrib/unbound/services/
H A Dlisten_dnsport.c1807 int wr = 0; local
1816 wr = 1;
1820 if(wr) {
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c1981 .wr = {
2003 ret = ib_post_send(qp, &swr.wr, &bad_swr);
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dkern-abi.h837 } wr; member in struct:ibv_kern_send_wr
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dverbs.c297 int c4iw_post_srq_recv(struct ibv_srq *ibsrq, struct ibv_recv_wr *wr, argument
H A Dt4fw_api.h162 /* filter wr reply code in cookie in CPL_SET_TCB_RPL */
3011 } wr; member in union:fw_error_cmd::fw_error
/freebsd-11-stable/sys/ofed/include/uapi/rdma/
H A Dib_user_verbs.h748 } wr; member in struct:ib_uverbs_send_wr
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dcommon.h722 void t4_mk_filtdelwr(unsigned int ftid, struct fw_filter_wr *wr, int qid);
H A Dt4_hw.c7042 * @wr: the filter work request to populate
7048 void t4_mk_filtdelwr(unsigned int ftid, struct fw_filter_wr *wr, int qid) argument
7050 memset(wr, 0, sizeof(*wr));
7051 wr->op_pkd = cpu_to_be32(V_FW_WR_OP(FW_FILTER_WR));
7052 wr->len16_pkd = cpu_to_be32(V_FW_WR_LEN16(sizeof(*wr) / 16));
7053 wr->tid_to_iq = cpu_to_be32(V_FW_FILTER_WR_TID(ftid) |
7055 wr->del_filter_to_l2tix = cpu_to_be32(F_FW_FILTER_WR_DEL_FILTER);
7057 wr
[all...]
H A Dt4_msg.h424 # define WR_HDR struct work_request_hdr wr
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_main.c2875 struct wrqe *wr; local
2878 wr = alloc_wrqe(sizeof(*req), ctrlq);
2879 if (wr == NULL) {
2883 req = wrtod(wr);
2887 t4_wrq_tx(sc, wr);
7486 uint32_t obq_wr[2 * CIM_NUM_OBQ_T5], *wr = obq_wr; local
7524 for ( ; i < nq; i++, p += 4, wr += 2)
7527 wr[0] - base[i], G_QUESOPCNT(p[3]), G_QUEEOPCNT(p[3]),
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h336 # define WR_HDR struct work_request_hdr wr
/freebsd-11-stable/contrib/unbound/util/
H A Dnetevent.c4101 void comm_point_listen_for_rw(struct comm_point* c, int rd, int wr) argument
4103 verbose(VERB_ALGO, "comm point listen_for_rw %d %d", c->fd, wr);
4112 if(wr) ub_event_add_bits(c->ev->ev, UB_EV_WRITE);
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_sge.c1529 set_wr_hdr(&hdr->wr, wr_hi, wr_lo);
1561 set_wr_hdr(&cpl->wr, wr_hi, wr_lo);
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daes-mips.pl2115 s/([sl]wr.*)([0-9]+)\((\$[0-9]+)\)/
/freebsd-11-stable/lib/libpmc/
H A Dlibpmc.c2339 __P4MASK(wr-2ndl-miss, 10),
/freebsd-11-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h301 /* filter wr reply code in cookie in CPL_SET_TCB_RPL */
9444 } wr; member in union:fw_error_cmd::fw_error
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c14539 REGDEF(wr, 7,RN), REGDEF(sb, 9,RN), REGDEF(sl,10,RN), REGDEF(fp,11,RN),
14593 REGSET(wr,MMXWR), REGSET(wR,MMXWR), REGSET(WR, MMXWR),

Completed in 404 milliseconds

1234567