Home
last modified time | relevance | path

Searched refs:bytesin (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/spi/
H A Dich.c183 trans->bytesin -= bytes; in spi_use_in()
221 if (trans->bytesin == 0) { in spi_setup_type()
428 trans->bytesin = din ? bytes : 0; in ich_spi_xfer()
489 if (!trans->bytesout && !trans->bytesin) { in ich_spi_xfer()
532 while (trans->bytesout || trans->bytesin) { in ich_spi_xfer()
541 data_length = min(trans->bytesin, ctlr->databytes); in ich_spi_xfer()
569 if (trans->bytesin) { in ich_spi_xfer()
H A Dich.h113 uint32_t bytesin; member
/openbmc/linux/net/sched/
H A Dsch_gred.c37 u64 bytesin; /* bytes seen on virtualQ so far*/ member
207 q->bytesin += qdisc_pkt_len(skb); in gred_enqueue()
385 table->tab[i]->bytesin += u64_stats_read(&hw_stats->stats.bstats[i].bytes); in gred_offload_dump_stats()
835 opt.bytesin = q->bytesin; in gred_dump()
874 if (nla_put_u64_64bit(skb, TCA_GRED_VQ_STAT_BYTES, q->bytesin, in gred_dump()
/openbmc/linux/tools/include/uapi/linux/
H A Dpkt_sched.h342 __u32 bytesin; member
/openbmc/linux/include/uapi/linux/
H A Dpkt_sched.h362 __u32 bytesin; member