Searched refs:bytes (Results 626 - 650 of 1677) sorted by relevance

<<21222324252627282930>>

/linux-master/drivers/video/fbdev/core/
H A Dsyscopyarea.c321 int bits = BITS_PER_LONG, bytes = bits >> 3; local
340 base = (unsigned long *)((unsigned long)p->screen_base & ~(bytes-1));
341 dst_idx = src_idx = 8*((unsigned long)p->screen_base & (bytes-1));
H A Dsysfillrect.c237 int bits = BITS_PER_LONG, bytes = bits >> 3; local
256 dst = (unsigned long *)((unsigned long)p->screen_base & ~(bytes-1));
257 dst_idx = ((unsigned long)p->screen_base & (bytes - 1))*8;
/linux-master/include/net/
H A Dact_api.h258 void tcf_action_update_stats(struct tc_action *a, u64 bytes, u64 packets,
286 static inline void tcf_action_stats_update(struct tc_action *a, u64 bytes, argument
294 a->ops->stats_update(a, bytes, packets, drops, lastuse, hw);
/linux-master/fs/btrfs/
H A Dzoned.h73 u64 length, u64 *bytes);
177 u64 physical, u64 length, u64 *bytes)
179 *bytes = 0;
176 btrfs_reset_device_zone(struct btrfs_device *device, u64 physical, u64 length, u64 *bytes) argument
/linux-master/fs/bcachefs/
H A Dsb-downgrade.c209 unsigned bytes = sizeof(*dst) + sizeof(dst->errors[0]) * src->nr_errors; local
211 ret = darray_make_room(&table, bytes);
223 table.nr += bytes;
/linux-master/drivers/dma/
H A Dowl-dma.c777 size_t bytes; local
786 bytes = pchan_readl(pchan, OWL_DMAX_REMAIN_CNT);
788 /* Loop through the preceding nodes to get total remaining bytes */
795 bytes += llc_hw_flen(lli);
801 return bytes;
814 size_t bytes = 0; local
826 bytes += llc_hw_flen(lli);
828 bytes = owl_dma_getbytes_chan(vchan);
833 dma_set_residue(state, bytes);
875 size_t offset, bytes; local
[all...]
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_rx.c108 size_t bytes; local
112 bytes = sizeof(struct gve_rx_desc) * cfg->ring_size;
113 dma_free_coherent(dev, bytes, rx->desc.desc_ring, rx->desc.bus);
126 bytes = sizeof(*rx->data.data_ring) * slots;
127 dma_free_coherent(dev, bytes, rx->data.data_ring,
277 size_t bytes; local
291 bytes = sizeof(*rx->data.data_ring) * slots;
292 rx->data.data_ring = dma_alloc_coherent(hdev, bytes,
344 bytes = sizeof(struct gve_rx_desc) * cfg->ring_size;
345 rx->desc.desc_ring = dma_alloc_coherent(hdev, bytes,
[all...]
/linux-master/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.h147 /* Total size of all buffers in bytes */
179 u64 bytes; member in struct:ena_stats_tx
198 u64 bytes; member in struct:ena_stats_rx
438 u32 bytes);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_gt_sriov_pf_policy.c39 const u32 bytes = num_dwords * sizeof(u32); local
47 ALIGN(bytes, PAGE_SIZE),
54 xe_map_memcpy_to(xe, &bo->vmap, 0, klvs, bytes);
/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_insformat.h164 uint8_t bytes[4]; member in union:ins_formats
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_mr.h51 u64 *packets, u64 *bytes);
/linux-master/include/uapi/linux/
H A Dblktrace_api.h106 __u32 bytes; /* transfer length */ member in struct:blk_io_trace
/linux-master/sound/arm/
H A Daaci.h218 int bytes; member in struct:aaci_runtime
/linux-master/arch/arm/boot/bootp/
H A Dinit.S63 move: ldmia r4!, {r7 - r10} @ move 32-bytes at a time
/linux-master/fs/ocfs2/cluster/
H A Dtcp.h93 void o2net_fill_node_map(unsigned long *map, unsigned bytes);
/linux-master/include/soc/fsl/
H A Ddpaa2-io.h140 void dpaa2_io_update_net_dim(struct dpaa2_io *d, __u64 frames, __u64 bytes);
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_counter.c419 u32 counter_id, u64 *packets, u64 *bytes)
423 *bytes = 0;
429 *bytes = block->stats[counter_id - block->offset].bytes;
417 prestera_counter_stats_get(struct prestera_counter *counter, struct prestera_counter_block *block, u32 counter_id, u64 *packets, u64 *bytes) argument
/linux-master/tools/testing/selftests/kexec/
H A Dtest_kexec_file_load.sh102 tail --bytes $((${#module_sig_string} + 1)) $KERNEL_IMAGE | \
/linux-master/drivers/rtc/
H A Drtc-ds1343.c127 size_t bytes)
131 return regmap_bulk_write(ds1343->map, DS1343_NVRAM + off, val, bytes);
135 size_t bytes)
139 return regmap_bulk_read(ds1343->map, DS1343_NVRAM + off, val, bytes);
126 ds1343_nvram_write(void *priv, unsigned int off, void *val, size_t bytes) argument
134 ds1343_nvram_read(void *priv, unsigned int off, void *val, size_t bytes) argument
/linux-master/drivers/hwtracing/intel_th/
H A Dmsu-sink.c99 static int msu_sink_ready(void *data, struct sg_table *sgt, size_t bytes) argument
/linux-master/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_ethtool.c205 struct ethtool_eeprom *eeprom, u8 *bytes)
237 memcpy(bytes, (u8 *)eeprom_buff + (eeprom->offset & 3),
245 struct ethtool_eeprom *eeprom, u8 *bytes)
290 memcpy(ptr, bytes, eeprom->len);
204 atl1e_get_eeprom(struct net_device *netdev, struct ethtool_eeprom *eeprom, u8 *bytes) argument
244 atl1e_set_eeprom(struct net_device *netdev, struct ethtool_eeprom *eeprom, u8 *bytes) argument
/linux-master/drivers/infiniband/hw/erdma/
H A Derdma_cm.h69 void (*sk_data_ready)(struct sock *sk, int bytes);
/linux-master/include/sound/
H A Dsoc-component.h58 struct snd_compr_stream *stream, size_t bytes);
143 unsigned long bytes);
498 int snd_soc_component_compr_ack(struct snd_compr_stream *cstream, size_t bytes);
514 struct iov_iter *iter, unsigned long bytes);
/linux-master/drivers/net/ethernet/engleder/
H A Dtsnep_ethtool.c182 tsnep_stats.rx_bytes += adapter->rx[i].bytes;
196 tsnep_stats.tx_bytes += adapter->tx[i].bytes;
205 tsnep_rx_queue_stats.rx_bytes = adapter->rx[i].bytes;
232 tsnep_tx_queue_stats.tx_bytes += adapter->tx[i].bytes;
/linux-master/include/linux/platform_data/
H A Dcros_ec_proto.h37 * I2C requires 2 additional bytes for responses.
38 * SPI requires up to 32 additional bytes for responses.
72 * @outsize: Outgoing length in bytes.
73 * @insize: Max number of bytes to accept from the EC.
93 * @bytes: Number of bytes to read. zero means "read a string" (including
94 * the trailing '\0'). At most only EC_MEMMAP_SIZE bytes can be
106 * bytes also, so we can ensure that the body of the message is always
112 * bytes also, so we can ensure that the body of the message is always
121 * Returns the number of bytes receive
[all...]

Completed in 367 milliseconds

<<21222324252627282930>>