/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_txrx.c | 153 u32 size; in ice_clean_tx_ring() local 195 u32 size; in ice_free_tx_ring() local 344 u32 size; in ice_setup_tx_ring() local 387 u32 size; in ice_clean_rx_ring() local 453 u32 size; in ice_free_rx_ring() local 486 u32 size; in ice_setup_rx_ring() local 847 struct ice_rx_buf *rx_buf, const unsigned int size) in ice_add_xdp_frag() 1005 unsigned int size = xdp->data_end - xdp->data; in ice_construct_skb() local 1142 unsigned int size; in ice_clean_rx_irq() local 1607 unsigned int data_len, size; in ice_tx_map() local [all …]
|
/openbmc/qemu/hw/pci-host/ |
H A D | pnv_phb4.c | 57 unsigned size, uint64_t val) in pnv_phb4_config_write() 92 unsigned size) in pnv_phb4_config_read() 129 unsigned size, uint64_t val) in pnv_phb4_rc_config_write() 150 unsigned size) in pnv_phb4_rc_config_read() 173 uint64_t base, start, size, mbe0, mbe1; in pnv_phb4_check_mbt() local 502 unsigned size) in pnv_phb4_reg_write() 789 uint64_t val, unsigned size) in pnv_phb4_xscom_write() 852 unsigned size) in pnv_pec_stk_nest_xscom_read() 913 uint64_t bar, mask, size; in pnv_pec_phb_update_map() local 1089 unsigned size) in pnv_pec_stk_pci_xscom_read() [all …]
|
/openbmc/linux/drivers/net/wwan/iosm/ |
H A D | iosm_ipc_task_queue.c | 80 void *msg, size_t size), in ipc_task_queue_add_task() 142 void *msg, size_t size), in ipc_task_queue_send_task()
|
/openbmc/linux/kernel/dma/ |
H A D | direct.h | 56 dma_addr_t addr, size_t size, enum dma_data_direction dir) in dma_direct_sync_single_for_device() 68 dma_addr_t addr, size_t size, enum dma_data_direction dir) in dma_direct_sync_single_for_cpu() 85 struct page *page, unsigned long offset, size_t size, in dma_direct_map_page() 116 size_t size, enum dma_data_direction dir, unsigned long attrs) in dma_direct_unmap_page()
|
H A D | remap.c | 22 void *dma_common_pages_remap(struct page **pages, size_t size, in dma_common_pages_remap() 38 void *dma_common_contiguous_remap(struct page *page, size_t size, in dma_common_contiguous_remap() 60 void dma_common_free_remap(void *cpu_addr, size_t size) in dma_common_free_remap()
|
H A D | pool.c | 46 static void dma_atomic_pool_size_add(gfp_t gfp, size_t size) in dma_atomic_pool_size_add() 58 unsigned long size; in cma_in_zone() local 240 static struct page *__dma_alloc_from_pool(struct device *dev, size_t size, in __dma_alloc_from_pool() argument 265 struct page *dma_alloc_from_pool(struct device *dev, size_t size, in dma_alloc_from_pool() argument 283 bool dma_free_from_pool(struct device *dev, void *start, size_t size) in dma_free_from_pool()
|
/openbmc/linux/sound/soc/sof/ |
H A D | ipc4-control.c | 241 size_t size; in sof_ipc4_bytes_put() local 274 size_t size; in sof_ipc4_bytes_get() local 299 unsigned int size) in sof_ipc4_bytes_ext_put() 372 unsigned int size, bool from_dsp) in _sof_ipc4_bytes_ext_get() 429 unsigned int size) in sof_ipc4_bytes_ext_get() 436 unsigned int size) in sof_ipc4_bytes_ext_volatile_get() 477 sof_ipc4_set_up_volume_table(struct snd_sof_control *scontrol, int tlv[SOF_TLV_ITEMS], int size) in sof_ipc4_set_up_volume_table()
|
/openbmc/linux/arch/m68k/amiga/ |
H A D | chipram.c | 45 void *amiga_chip_alloc(unsigned long size, const char *name) in amiga_chip_alloc() 73 void *amiga_chip_alloc_res(unsigned long size, struct resource *res) in amiga_chip_alloc_res() 98 unsigned long size; in amiga_chip_free() local
|
/openbmc/linux/arch/sh/mm/ |
H A D | cache-sh2.c | 18 static void sh2__flush_wback_region(void *start, int size) in sh2__flush_wback_region() 39 static void sh2__flush_purge_region(void *start, int size) in sh2__flush_purge_region() 53 static void sh2__flush_invalidate_region(void *start, int size) in sh2__flush_invalidate_region()
|
H A D | flush-sh4.c | 14 static void sh4__flush_wback_region(void *start, int size) in sh4__flush_wback_region() 48 static void sh4__flush_purge_region(void *start, int size) in sh4__flush_purge_region() 78 static void sh4__flush_invalidate_region(void *start, int size) in sh4__flush_invalidate_region()
|
/openbmc/qemu/util/ |
H A D | bitops.c | 20 unsigned long find_next_bit(const unsigned long *addr, unsigned long size, in find_next_bit() 85 unsigned long find_next_zero_bit(const unsigned long *addr, unsigned long size, in find_next_zero_bit() 130 unsigned long find_last_bit(const unsigned long *addr, unsigned long size) in find_last_bit()
|
/openbmc/linux/drivers/crypto/ccree/ |
H A D | cc_hw_queue_defs.h | 238 u32 size, enum cc_axi_sec axi_sec) in set_din_type() 288 static inline void set_din_sram(struct cc_hw_desc *pdesc, u32 addr, u32 size) in set_din_sram() 302 static inline void set_din_const(struct cc_hw_desc *pdesc, u32 val, u32 size) in set_din_const() 331 u32 size, enum cc_axi_sec axi_sec) in set_dout_type() 353 u32 size, enum cc_axi_sec axi_sec, in set_dout_dlli() 370 static inline void set_dout_mlli(struct cc_hw_desc *pdesc, u32 addr, u32 size, in set_dout_mlli() 387 u32 size, bool write_enable) in set_dout_no_dma() 460 static inline void set_xex_data_unit_size(struct cc_hw_desc *pdesc, u32 size) in set_xex_data_unit_size() 581 static inline void set_key_size(struct cc_hw_desc *pdesc, u32 size) in set_key_size() 592 static inline void set_key_size_aes(struct cc_hw_desc *pdesc, u32 size) in set_key_size_aes() [all …]
|
/openbmc/u-boot/drivers/smem/ |
H A D | msm_smem.c | 111 __le32 size; member 148 __le32 size; member 190 __le32 size; member 210 __le32 size; /* includes padding bytes */ member 227 __le32 size; member 244 size_t size; member 340 size_t size) in qcom_smem_alloc_private() 390 size_t size) in qcom_smem_alloc_global() 462 size_t *size) in qcom_smem_get_global() 494 size_t *size) in qcom_smem_get_private() [all …]
|
/openbmc/linux/arch/um/drivers/ |
H A D | cow_user.c | 28 __u64 size; member 47 __u64 size; member 90 __u64 size; member 102 __u64 size; member 125 void cow_sizes(int version, __u64 size, int sectorsize, int align, in cow_sizes() 146 static int absolutize(char *to, int size, char *from) in absolutize() 198 int sectorsize, int alignment, unsigned long long *size) in write_cow_header() 407 unsigned long long size, offset; in init_cow_file() local
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | rheap.c | 157 int size; in attach_free_block() local 329 int rh_attach_region(rh_info_t * info, unsigned long start, int size) in rh_attach_region() 370 unsigned long rh_detach_region(rh_info_t * info, unsigned long start, int size) in rh_detach_region() 442 unsigned long rh_alloc_align(rh_info_t * info, int size, int alignment, const char *owner) in rh_alloc_align() 517 unsigned long rh_alloc(rh_info_t * info, int size, const char *owner) in rh_alloc() 527 unsigned long rh_alloc_fixed(rh_info_t * info, unsigned long start, int size, const char *owner) in rh_alloc_fixed() 616 int size; in rh_free() local 683 int size; in rh_set_owner() local
|
/openbmc/linux/fs/kernfs/ |
H A D | inode.c | 139 ssize_t kernfs_iop_listxattr(struct dentry *dentry, char *buf, size_t size) in kernfs_iop_listxattr() 296 void *value, size_t size) in kernfs_xattr_get() 306 const void *value, size_t size, int flags) in kernfs_xattr_set() 323 const char *suffix, void *value, size_t size) in kernfs_vfs_xattr_get() 335 size_t size, int flags) in kernfs_vfs_xattr_set() 346 const void *value, size_t size, int flags) in kernfs_vfs_user_xattr_add() 385 const void *value, size_t size, int flags) in kernfs_vfs_user_xattr_rm() 408 size_t size, int flags) in kernfs_vfs_user_xattr_set()
|
/openbmc/u-boot/common/ |
H A D | iotrace.c | 28 ulong size; member 137 void iotrace_set_region(ulong start, ulong size) in iotrace_set_region() 149 void iotrace_get_region(ulong *start, ulong *size) in iotrace_get_region() 165 void iotrace_set_buffer(ulong start, ulong size) in iotrace_set_buffer() 173 void iotrace_get_buffer(ulong *start, ulong *size, ulong *needed_size, ulong *offset, ulong *count) in iotrace_get_buffer()
|
/openbmc/u-boot/drivers/crypto/fsl/ |
H A D | fsl_hash.c | 83 unsigned int size, int is_last, in caam_hash_update() 129 int size, enum caam_hash_algos caam_algo) in caam_hash_finish() 166 unsigned int size; in caam_hash() local 221 unsigned int size, int is_last) in hw_sha_update() 227 int size) in hw_sha_finish()
|
/openbmc/qemu/hw/i386/ |
H A D | microvm-dt.c | 75 hwaddr size = 512; in dt_add_virtio() local 93 hwaddr size = XHCI_LEN_REGS; in dt_add_xhci() local 193 hwaddr size = 8; in dt_add_isa_serial() local 214 hwaddr size = 8; in dt_add_isa_rtc() local 320 int size = 0; in dt_setup_microvm() local
|
/openbmc/linux/tools/lib/ |
H A D | vsprintf.c | 6 int vscnprintf(char *buf, size_t size, const char *fmt, va_list args) in vscnprintf() 14 int scnprintf(char * buf, size_t size, const char * fmt, ...) in scnprintf() 27 int scnprintf_pad(char * buf, size_t size, const char * fmt, ...) in scnprintf_pad()
|
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_pool.c | 23 int sparx5_pool_put(struct sparx5_pool_entry *pool, int size, u32 id) in sparx5_pool_put() 37 int sparx5_pool_get(struct sparx5_pool_entry *pool, int size, u32 *id) in sparx5_pool_get() 55 int sparx5_pool_get_with_idx(struct sparx5_pool_entry *pool, int size, u32 idx, in sparx5_pool_get_with_idx()
|
/openbmc/linux/drivers/base/firmware_loader/builtin/ |
H A D | main.c | 13 unsigned long size; member 20 void *buf, size_t size) in fw_copy_to_prealloc_buf() 87 void *buf, size_t size) in firmware_request_builtin_buf()
|
/openbmc/linux/net/core/ |
H A D | dev.h | 106 unsigned int size) in netif_set_gso_max_size() 122 unsigned int size) in netif_set_gro_max_size() 131 unsigned int size) in netif_set_gso_ipv4_max_size() 138 unsigned int size) in netif_set_gro_ipv4_max_size()
|
/openbmc/qemu/hw/ppc/ |
H A D | pnv_n1_chiplet.c | 30 unsigned size) in pnv_n1_chiplet_pb_scom_eq_read() 48 uint64_t val, unsigned size) in pnv_n1_chiplet_pb_scom_eq_write() 74 unsigned size) in pnv_n1_chiplet_pb_scom_es_read() 92 uint64_t val, unsigned size) in pnv_n1_chiplet_pb_scom_es_write()
|
/openbmc/linux/drivers/staging/ks7010/ |
H A D | ks_hostif.c | 102 u8 size; in get_current_ap() local 419 size_t size; in hostif_data_indication() local 1062 size_t size; in hostif_data_request() local 1276 size_t size = sizeof(v); in hostif_mib_set_request_int() local 1286 size_t size = sizeof(v); in hostif_mib_set_request_bool() local 1571 unsigned int size) in devio_rec_ind() 1594 unsigned int size) in hostif_receive() 1652 __le16 size; member 1665 size_t size; in hostif_sme_set_rsn() local 2016 __le16 size; in hostif_sme_set_pmksa() member [all …]
|