Searched refs:_bytes (Results 1 – 7 of 7) sorted by relevance
41 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); \
116 - ``rxb_drbo[i]_bytes``: bytes received at RXB input i130 - ``rxb_intf[i]_bytes``: bytes sent to the output i132 - ``rxb_pbuf[i]_bytes``: bytes sent to output i from the perspective of internal packet buffer
106 this_cpu_add((*stats).smc[t].key ## _bytes, r); \
148 * - `rx[i]_bytes`156 * - `tx[i]_bytes`1220 * - `rx_prio[p]_bytes`1228 * - `tx_prio[p]_bytes`
3892 u64 _bytes, _packets; in sky2_get_stats() local3896 _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()
5154 u64 _bytes, _packets; in igc_update_stats() local5186 _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()
6766 u64 _bytes, _packets; in igb_update_stats() local6793 _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()