Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/md/bcache/
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); \
/linux-6.6.21/net/smc/
Dsmc_stats.h104 this_cpu_add((*stats).smc[t].key ## _bytes, r); \
/linux-6.6.21/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/
Dcounters.rst148 * - `rx[i]_bytes`
156 * - `tx[i]_bytes`
1182 * - `rx_prio[p]_bytes`
1190 * - `tx_prio[p]_bytes`
/linux-6.6.21/drivers/net/ethernet/marvell/
Dsky2.c3893 u64 _bytes, _packets; in sky2_get_stats() local
3897 _bytes = sky2->rx_stats.bytes; in sky2_get_stats()
3902 stats->rx_bytes = _bytes; in sky2_get_stats()
3906 _bytes = sky2->tx_stats.bytes; in sky2_get_stats()
3911 stats->tx_bytes = _bytes; in sky2_get_stats()
/linux-6.6.21/drivers/net/ethernet/intel/igc/
Digc_main.c4895 u64 _bytes, _packets; in igc_update_stats() local
4927 _bytes = ring->rx_stats.bytes; in igc_update_stats()
4930 bytes += _bytes; in igc_update_stats()
4944 _bytes = ring->tx_stats.bytes; in igc_update_stats()
4947 bytes += _bytes; in igc_update_stats()
/linux-6.6.21/drivers/net/ethernet/intel/igb/
Digb_main.c6696 u64 _bytes, _packets; in igb_update_stats() local
6723 _bytes = ring->rx_stats.bytes; in igb_update_stats()
6726 bytes += _bytes; in igb_update_stats()
6739 _bytes = ring->tx_stats.bytes; in igb_update_stats()
6742 bytes += _bytes; in igb_update_stats()