Home
last modified time | relevance | path

Searched refs:tbytes (Results 1 – 14 of 14) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin/
H A Dconvert-gulong.patch21 + gulong tbytes[2];
31 + if (read_netload_proc (&tbytes[1]) != 0)
32 + if (read_netload_libgtop (&tbytes[1]) != 0)
35 + bytes[0] = tbytes[0];
36 + bytes[1] = tbytes[1];
/openbmc/linux/drivers/net/
H A Dloopback.c104 u64 tbytes, tpackets; in dev_lstats_read() local
111 tbytes = u64_stats_read(&lb_stats->bytes); in dev_lstats_read()
113 *bytes += tbytes; in dev_lstats_read()
H A Dvrf.c147 u64 tbytes, tpkts, tdrops, rbytes, rpkts; in vrf_get_stats64() local
153 tbytes = dstats->tx_bytes; in vrf_get_stats64()
159 stats->tx_bytes += tbytes; in vrf_get_stats64()
H A Dvirtio_net.c2596 u64 tpackets, tbytes, terrors, rpackets, rbytes, rdrops; in virtnet_stats() local
2603 tbytes = u64_stats_read(&sq->stats.bytes); in virtnet_stats()
2617 tot->tx_bytes += tbytes; in virtnet_stats()
/openbmc/linux/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c1456 int tbytes = sas << sector_1k; in read_oob_from_regs() local
1461 tbytes = max(0, tbytes - (int)ctrl->max_oob); in read_oob_from_regs()
1462 tbytes = min_t(int, tbytes, ctrl->max_oob); in read_oob_from_regs()
1464 for (j = 0; j < tbytes; j++) in read_oob_from_regs()
1466 return tbytes; in read_oob_from_regs()
1479 int tbytes = sas << sector_1k; in write_oob_to_regs() local
1486 tbytes = max(0, tbytes - (int)ctrl->max_oob); in write_oob_to_regs()
1487 tbytes = min_t(int, tbytes, ctrl->max_oob); in write_oob_to_regs()
1493 for (j = 0; (j + 3) < tbytes; j += 4) in write_oob_to_regs()
1501 while (j < tbytes) in write_oob_to_regs()
[all …]
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_repr.c131 u64 tbytes, tpkts, tdrops, rbytes, rpkts; in nfp_repr_get_host_stats64() local
138 tbytes = repr_stats->tx_bytes; in nfp_repr_get_host_stats64()
145 stats->tx_bytes += tbytes; in nfp_repr_get_host_stats64()
/openbmc/qemu/hw/usb/
H A Dhcd-ehci.c1270 uint32_t tbytes; in ehci_execute_complete() local
1309 tbytes = get_field(q->qh.token, QTD_TOKEN_TBYTES); in ehci_execute_complete()
1310 if (tbytes && p->pid == USB_TOKEN_IN) { in ehci_execute_complete()
1311 tbytes -= p->packet.actual_length; in ehci_execute_complete()
1312 if (tbytes) { in ehci_execute_complete()
1320 tbytes = 0; in ehci_execute_complete()
1322 DPRINTF("updating tbytes to %d\n", tbytes); in ehci_execute_complete()
1323 set_field(&q->qh.token, tbytes, QTD_TOKEN_TBYTES); in ehci_execute_complete()
H A Dtrace-events93 usb_ehci_qtd_fields(uint32_t addr, int tbytes, int cpage, int cerr, int pid) "QTD @ 0x%08x - tbytes
/openbmc/linux/drivers/crypto/caam/
H A Dcaampkc.c210 unsigned int tbytes = nbytes; in caam_rsa_count_leading_zeros() local
246 return tbytes - nbytes; in caam_rsa_count_leading_zeros()
/openbmc/linux/fs/nfs/
H A Dproc.c547 stat->tbytes = (u64)fsinfo.blocks * fsinfo.bsize; in nfs_proc_statfs()
H A Dsuper.c292 buf->f_blocks = (res.tbytes + blockres) >> blockbits; in nfs_statfs()
H A Dnfs3xdr.c2140 p = xdr_decode_size3(p, &result->tbytes); in decode_fsstat3resok()
H A Dnfs4xdr.c4505 if ((status = decode_attr_space_total(xdr, bitmap, &fsstat->tbytes)) != 0) in decode_statfs()
/openbmc/linux/include/linux/
H A Dnfs_xdr.h162 __u64 tbytes; /* total size in bytes */ member