Home
last modified time | relevance | path

Searched refs:peek (Results 1 – 25 of 84) sorted by relevance

1234

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H A Dqib_qsfp.c278 u8 peek[4]; in qib_refresh_qsfp_cache() local
288 ret = qsfp_read(ppd, 0, peek, 3); in qib_refresh_qsfp_cache()
291 if ((peek[0] & 0xFE) != 0x0C) in qib_refresh_qsfp_cache()
293 "QSFP byte0 is 0x%02X, S/B 0x0C/D\n", peek[0]); in qib_refresh_qsfp_cache()
295 if ((peek[2] & 4) == 0) { in qib_refresh_qsfp_cache()
/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_fifo.c188 .peek = qdisc_peek_head,
203 .peek = qdisc_peek_head,
218 .peek = qdisc_peek_head,
H A Dsch_blackhole.c33 .peek = blackhole_dequeue,
H A Dsch_taprio.c81 struct sk_buff *(*peek)(struct Qdisc *sch); member
472 skb = child->ops->peek(child); in taprio_peek_soft()
504 skb = child->ops->peek(child); in taprio_peek_offload()
518 return q->peek(sch); in taprio_peek()
566 skb = child->ops->peek(child); in taprio_dequeue_soft()
1558 q->peek = taprio_peek_offload; in taprio_change()
1564 q->peek = taprio_peek_soft; in taprio_change()
1678 q->peek = taprio_peek_soft; in taprio_init()
1994 .peek = taprio_peek,
H A Dsch_multiq.c138 skb = qdisc->ops->peek(qdisc); in multiq_peek()
398 .peek = multiq_peek,
H A Dsch_atm.c484 while ((skb = flow->q->ops->peek(flow->q))) { in sch_atm_dequeue()
538 return p->link.q->ops->peek(p->link.q); in atm_tc_peek()
686 .peek = atm_tc_peek,
H A Dsch_plug.c213 .peek = qdisc_peek_head,
H A Dsch_prio.c104 struct sk_buff *skb = qdisc->ops->peek(qdisc); in prio_peek()
420 .peek = prio_peek,
H A Dsch_dsmark.c336 return p->q->ops->peek(p->q); in dsmark_peek()
499 .peek = dsmark_peek,
H A Dsch_drr.c388 skb = cl->qdisc->ops->peek(cl->qdisc); in drr_dequeue()
486 .peek = qdisc_peek_dequeued,
H A Dsch_tbf.c259 skb = q->qdisc->ops->peek(q->qdisc); in tbf_dequeue()
591 .peek = qdisc_peek_dequeued,
H A Dsch_qfq.c981 else if (cl->deficit < qdisc_pkt_len(cl->qdisc->ops->peek(cl->qdisc))) { in agg_dequeue()
994 skb = (*cl)->qdisc->ops->peek((*cl)->qdisc); in qfq_peek_skb()
1244 if (unlikely(skb == cl->qdisc->ops->peek(cl->qdisc)) && in qfq_enqueue()
1502 .peek = qdisc_peek_dequeued,
H A Dsch_red.c173 return child->ops->peek(child); in red_peek()
548 .peek = red_peek,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Drand_stream.c88 const void *peek = rand_stream_peek(rs, &peek_bytes); in rand_stream_read() local
90 memcpy(buf, peek, peek_bytes); in rand_stream_read()
/OK3568_Linux_fs/buildroot/dl/libmad/
HDlibmad_0.15.1b-10.diff.gz1--- libmad-0.15.1b.orig/debian/changelog 2++ ...
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dkeystone-k2hk-netcp.dtsi34 reg-names = "peek", "status", "config",
46 reg-names = "peek", "status", "config",
H A Dkeystone-k2g-netcp.dtsi33 reg-names = "peek", "config",
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/iterators/detail/
H A Distream_policy.hpp110 input_.peek(); // try for eof in peek_one()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/
H A D0001-Forward-port-to-OpenSSL-1.1.x.patch154 hexdump_buffer(inbuf.peek(0, in_len), in_len, false));
350 - EVP_VerifyUpdate(&sig_ctx, original.peek(0, original.used()),
353 + EVP_VerifyUpdate(sig_ctx, original.peek(0, original.used()),
450 - EVP_SignUpdate(&sig_ctx, data.peek(0, data.used()), data.used());
453 + EVP_SignUpdate(sig_ctx, data.peek(0, data.used()), data.used());
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dkeystone-k2hk-netcp.dtsi31 reg-names = "peek", "status", "config",
43 reg-names = "peek", "status", "config",
H A Dkeystone-k2g-netcp.dtsi31 reg-names = "peek", "config",
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dfsl_hcalls.h493 uint32_t addr_hi, uint32_t addr_lo, int peek) in fh_err_get_info() argument
507 r7 = peek; in fh_err_get_info()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Distreamwrapper.h56 typename StreamType::int_type c = stream_.peek(); in RAPIDJSON_DIAG_OFF()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_bpf.c17 int peek = flags & MSG_PEEK; in __tcp_bpf_recvmsg() local
45 if (likely(!peek)) { in __tcp_bpf_recvmsg()
70 if (unlikely(peek)) { in __tcp_bpf_recvmsg()
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/bash-completion/
H A Dbpftool647 show|list|dump|peek|pop|dequeue|freeze)
655 peek)
673 peek)
893 peek push enqueue pop dequeue freeze' -- \

1234