Home
last modified time | relevance | path

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

/linux/drivers/md/bcache/
H A Dutil.h36 size_t _bytes; \
39 _bytes = (heap)->size * sizeof(*(heap)->data); \
40 (heap)->data = kvmalloc(_bytes, (gfp) & GFP_KERNEL); \
63 size_t _allocated_size, _bytes; \
67 _bytes = _allocated_size * sizeof(*(fifo)->data); \
72 (fifo)->data = kvmalloc(_bytes, (gfp) & GFP_KERNEL); \
/linux/net/smc/
H A Dsmc_stats.h106 this_cpu_add((*stats).smc[t].key ## _bytes, r); \
/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
H A Dcounters.rst148 * - `rx[i]_bytes`
156 * - `tx[i]_bytes`
1215 * - `rx_prio[p]_bytes`
1223 * - `tx_prio[p]_bytes`
/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()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c5011 u64 _bytes, _packets; in igc_update_stats() local
5043 _bytes = ring->rx_stats.bytes; in igc_update_stats()
5046 bytes += _bytes; in igc_update_stats()
5060 _bytes = ring->tx_stats.bytes; in igc_update_stats()
5063 bytes += _bytes; in igc_update_stats()
/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c6719 u64 _bytes, _packets; in igb_update_stats() local
6746 _bytes = ring->rx_stats.bytes; in igb_update_stats()
6749 bytes += _bytes; in igb_update_stats()
6762 _bytes = ring->tx_stats.bytes; in igb_update_stats()
6765 bytes += _bytes; in igb_update_stats()