Home
last modified time | relevance | path

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

/linux/drivers/md/bcache/
H A Dutil.h41 size_t _bytes; \
44 _bytes = (heap)->size * sizeof(*(heap)->data); \
45 (heap)->data = kvmalloc(_bytes, (gfp) & GFP_KERNEL); \
126 size_t _allocated_size, _bytes; \
130 _bytes = _allocated_size * sizeof(*(fifo)->data); \
135 (fifo)->data = kvmalloc(_bytes, (gfp) & GFP_KERNEL); \
/linux/Documentation/networking/device_drivers/ethernet/meta/
H A Dfbnic.rst116 - ``rxb_drbo[i]_bytes``: bytes received at RXB input i
130 - ``rxb_intf[i]_bytes``: bytes sent to the output i
132 - ``rxb_pbuf[i]_bytes``: bytes sent to output i from the perspective of internal packet buffer
/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`
1220 * - `rx_prio[p]_bytes`
1228 * - `tx_prio[p]_bytes`
/linux/drivers/net/ethernet/marvell/
H A Dsky2.c3892 u64 _bytes, _packets; in sky2_get_stats() local
3896 _bytes = sky2->rx_stats.bytes; in sky2_get_stats()
3901 stats->rx_bytes = _bytes; in sky2_get_stats()
3905 _bytes = sky2->tx_stats.bytes; in sky2_get_stats()
3910 stats->tx_bytes = _bytes; in sky2_get_stats()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c5154 u64 _bytes, _packets; in igc_update_stats() local
5186 _bytes = ring->rx_stats.bytes; in igc_update_stats()
5189 bytes += _bytes; in igc_update_stats()
5203 _bytes = ring->tx_stats.bytes; in igc_update_stats()
5206 bytes += _bytes; in igc_update_stats()
/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c6766 u64 _bytes, _packets; in igb_update_stats() local
6793 _bytes = ring->rx_stats.bytes; in igb_update_stats()
6796 bytes += _bytes; in igb_update_stats()
6809 _bytes = ring->tx_stats.bytes; in igb_update_stats()
6812 bytes += _bytes; in igb_update_stats()