Home
last modified time | relevance | path

Searched refs:_bytes (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/md/bcache/
H A Dutil.h42 size_t _bytes; \
45 _bytes = (heap)->size * sizeof(*(heap)->data); \
46 (heap)->data = kvmalloc(_bytes, (gfp) & GFP_KERNEL); \
127 size_t _allocated_size, _bytes; \
131 _bytes = _allocated_size * sizeof(*(fifo)->data); \
136 (fifo)->data = kvmalloc(_bytes, (gfp) & GFP_KERNEL); \
/openbmc/qemu/include/sysemu/
H A Dcryptodev.h286 be->sym_stat->op##_bytes += (bytes); \
297 be->asym_stat->op##_bytes += (bytes); \
/openbmc/linux/net/smc/
H A Dsmc_stats.h104 this_cpu_add((*stats).smc[t].key ## _bytes, r); \
/openbmc/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
H A Dcounters.rst148 * - `rx[i]_bytes`
156 * - `tx[i]_bytes`
1182 * - `rx_prio[p]_bytes`
1190 * - `tx_prio[p]_bytes`
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dsky2.c3894 u64 _bytes, _packets; in sky2_get_stats() local
3898 _bytes = sky2->rx_stats.bytes; in sky2_get_stats()
3903 stats->rx_bytes = _bytes; in sky2_get_stats()
3907 _bytes = sky2->tx_stats.bytes; in sky2_get_stats()
3912 stats->tx_bytes = _bytes; in sky2_get_stats()
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c4890 u64 _bytes, _packets; in igc_update_stats() local
4922 _bytes = ring->rx_stats.bytes; in igc_update_stats()
4925 bytes += _bytes; in igc_update_stats()
4939 _bytes = ring->tx_stats.bytes; in igc_update_stats()
4942 bytes += _bytes; in igc_update_stats()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c6705 u64 _bytes, _packets; in igb_update_stats() local
6732 _bytes = ring->rx_stats.bytes; in igb_update_stats()
6735 bytes += _bytes; in igb_update_stats()
6748 _bytes = ring->tx_stats.bytes; in igb_update_stats()
6751 bytes += _bytes; in igb_update_stats()