Searched refs:_bytes (Results 1 – 11 of 11) sorted by relevance
195 uint8 *_bytes = (uint8 *)(bytes); \196 _bytes[0] = _val & 0xff; \197 _bytes[1] = _val >> 8; \202 uint8 *_bytes = (uint8 *)(bytes); \203 _bytes[0] = _val & 0xff; \204 _bytes[1] = (_val >> 8) & 0xff; \205 _bytes[2] = (_val >> 16) & 0xff; \206 _bytes[3] = _val >> 24; \211 uint8 *_bytes = (uint8 *)(bytes); \214 *_bytes++ = _val & 0xff; \[all …]
161 uint8 *_bytes = (uint8 *)(bytes); \162 _bytes[0] = _val & 0xff; \163 _bytes[1] = _val >> 8; \168 uint8 *_bytes = (uint8 *)(bytes); \169 _bytes[0] = _val & 0xff; \170 _bytes[1] = (_val >> 8) & 0xff; \171 _bytes[2] = (_val >> 16) & 0xff; \172 _bytes[3] = _val >> 24; \177 uint8 *_bytes = (uint8 *)(bytes); \178 _bytes[0] = _val >> 8; \[all …]
228 uint8 *_bytes = (uint8 *)(bytes); \229 _bytes[0] = _val & 0xff; \230 _bytes[1] = _val >> 8; \235 uint8 *_bytes = (uint8 *)(bytes); \236 _bytes[0] = _val & 0xff; \237 _bytes[1] = (_val >> 8) & 0xff; \238 _bytes[2] = (_val >> 16) & 0xff; \239 _bytes[3] = _val >> 24; \244 uint8 *_bytes = (uint8 *)(bytes); \247 *_bytes++ = _val & 0xff; \[all …]
44 size_t _bytes; \47 _bytes = (heap)->size * sizeof(*(heap)->data); \48 (heap)->data = kvmalloc(_bytes, (gfp) & GFP_KERNEL); \129 size_t _allocated_size, _bytes; \133 _bytes = _allocated_size * sizeof(*(fifo)->data); \138 (fifo)->data = kvmalloc(_bytes, (gfp) & GFP_KERNEL); \
13 number\_of\_bytes\_in\_a\_logical\_block.
3618 u64 _bytes, _packets; in igc_update_stats() local3650 _bytes = ring->rx_stats.bytes; in igc_update_stats()3653 bytes += _bytes; in igc_update_stats()3667 _bytes = ring->tx_stats.bytes; in igc_update_stats()3670 bytes += _bytes; in igc_update_stats()
3893 u64 _bytes, _packets; in sky2_get_stats() local3897 _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()
6582 u64 _bytes, _packets; in igb_update_stats() local6609 _bytes = ring->rx_stats.bytes; in igb_update_stats()6612 bytes += _bytes; in igb_update_stats()6625 _bytes = ring->tx_stats.bytes; in igb_update_stats()6628 bytes += _bytes; in igb_update_stats()