Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dbcmendian.h195 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 …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dbcmendian.h195 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 …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dbcmendian.h195 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 …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dbcmendian.h161 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 …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcmendian.h228 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 …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmendian.h228 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 …]
/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Dutil.h44 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); \
/OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/
H A Dbitmaps.rst13 number\_of\_bytes\_in\_a\_logical\_block.
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igc/
H A Digc_main.c3618 u64 _bytes, _packets; in igc_update_stats() local
3650 _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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A Digb_main.c6582 u64 _bytes, _packets; in igb_update_stats() local
6609 _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()