Home
last modified time | relevance | path

Searched refs:entry_size (Results 51 – 75 of 163) sorted by relevance

1234567

/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process_queue_manager.c625 uint32_t *entry_size) in pqm_get_queue_snapshot() argument
629 uint32_t tmp_entry_size = *entry_size, tmp_qss_entries = *num_qss_entries; in pqm_get_queue_snapshot()
633 if (!(*entry_size)) in pqm_get_queue_snapshot()
636 *entry_size = min_t(size_t, *entry_size, sizeof(struct kfd_queue_snapshot_entry)); in pqm_get_queue_snapshot()
648 if (copy_to_user(buf, &src, *entry_size)) { in pqm_get_queue_snapshot()
H A Dkfd_debug.h89 uint32_t *entry_size);
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ring_mux.h105 unsigned int entry_size);
H A Damdgpu_ring_mux.c150 unsigned int entry_size) in amdgpu_ring_mux_init() argument
155 mux->ring_entry = kcalloc(entry_size, sizeof(struct amdgpu_mux_entry), GFP_KERNEL); in amdgpu_ring_mux_init()
159 mux->ring_entry_size = entry_size; in amdgpu_ring_mux_init()
/openbmc/phosphor-mboxd/vpnor/test/
H A Dcreate_pnor_partition_table.cpp44 expectedTable.data.entry_size = sizeof(pnor_partition); in main()
/openbmc/hiomapd/vpnor/test/
H A Dcreate_pnor_partition_table.cpp46 expectedTable.data.entry_size = sizeof(pnor_partition); in main()
/openbmc/linux/drivers/misc/sgi-xp/
H A Dxpc_uv.c533 args->entry_size = msg->entry_size; in xpc_handle_activate_mq_msg_uv()
1130 nbytes = nentries * ch->entry_size; in xpc_allocate_recv_msg_slot_uv()
1137 entry * ch->entry_size; in xpc_allocate_recv_msg_slot_uv()
1230 msg.entry_size = ch->entry_size; in xpc_send_chctl_openrequest_uv()
1456 (msg->hdr.msg_slot_number % ch->remote_nentries) * ch->entry_size; in xpc_handle_notify_mq_msg_uv()
1547 if (msg_size > ch->entry_size) in xpc_send_payload_uv()
H A Dxp.h251 u16 entry_size; /* message queue's message entry size */ member
/openbmc/linux/arch/s390/include/asm/
H A Ddebug.h53 int entry_size; member
439 .entry_size = sizeof(debug_entry_t) + (_buf_size), \
H A Dpci_clp.h83 u8 entry_size; member
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_icm_pool.c508 u32 num_of_chunks, entry_size; in mlx5dr_icm_pool_create() local
546 entry_size = mlx5dr_icm_pool_dm_type_to_entry_size(pool->icm_type); in mlx5dr_icm_pool_create()
548 num_of_chunks = DIV_ROUND_UP(max_hot_size, entry_size) + 1; in mlx5dr_icm_pool_create()
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dinterrupt.c519 if (wil->mbox_ctl.rx.entry_size < min_size) { in wil_validate_mbox_regs()
521 wil->mbox_ctl.rx.entry_size); in wil_validate_mbox_regs()
524 if (wil->mbox_ctl.tx.entry_size < min_size) { in wil_validate_mbox_regs()
526 wil->mbox_ctl.tx.entry_size); in wil_validate_mbox_regs()
/openbmc/linux/drivers/platform/x86/dell/
H A Ddell-wmi-ddv.c237 struct dell_wmi_ddv_sensors *sensors, size_t entry_size) in dell_wmi_ddv_update_sensors() argument
259 entries = div64_u64_rem(buffer_size, entry_size, &rem); in dell_wmi_ddv_update_sensors()
544 size_t entry_size, in dell_wmi_ddv_channel_init() argument
551 ret = dell_wmi_ddv_update_sensors(wdev, method, sensors, entry_size); in dell_wmi_ddv_channel_init()
/openbmc/linux/drivers/bluetooth/
H A Dhci_bcm4377.c731 size_t entry_size, data_len; in bcm4377_handle_completion() local
741 entry_size = sizeof(*entry) + ring->payload_size; in bcm4377_handle_completion()
742 entry = ring->ring + pos * entry_size; in bcm4377_handle_completion()
743 data = ring->ring + pos * entry_size + sizeof(*entry); in bcm4377_handle_completion()
1510 size_t entry_size; in bcm4377_alloc_transfer_ring() local
1534 entry_size = in bcm4377_alloc_transfer_ring()
1537 ring->n_entries * entry_size, in bcm4377_alloc_transfer_ring()
1565 size_t entry_size; in bcm4377_alloc_completion_ring() local
1573 entry_size = ring->payload_size + in bcm4377_alloc_completion_ring()
1577 ring->n_entries * entry_size, in bcm4377_alloc_completion_ring()
/openbmc/linux/fs/hfs/
H A Dbnode.c322 int entry_size, key_size; in hfs_bnode_find() local
381 entry_size = next_off - off; in hfs_bnode_find()
386 if (key_size >= entry_size /*|| key_size & 1*/) in hfs_bnode_find()
/openbmc/linux/drivers/net/wireless/intersil/p54/
H A Dfwio.c440 priv->output_limit->entry_size * i); in p54_scan()
448 priv->output_limit->entry_size); in p54_scan()
471 entry += priv->curve_data->entry_size; in p54_scan()
478 priv->curve_data->entry_size); in p54_scan()
H A Deeprom.h119 __le16 entry_size; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/audit/audit/
H A D0001-Replace-__attribute_malloc__-with-__attribute__-__ma.patch28 size_t entry_size)
/openbmc/linux/drivers/nvme/target/
H A Ddiscovery.c163 const int entry_size = sizeof(struct nvmf_disc_rsp_page_entry); in nvmet_execute_disc_get_log_page() local
200 alloc_len = sizeof(*hdr) + entry_size * discovery_log_entries(req); in nvmet_execute_disc_get_log_page()
/openbmc/linux/sound/soc/intel/avs/
H A Dtopology.c397 void **dict, u32 *num_entries, size_t entry_size, in parse_dictionary_header() argument
411 *dict = devm_kcalloc(comp->card->dev, *num_entries, entry_size, GFP_KERNEL); in parse_dictionary_header()
421 void *dict, u32 num_entries, size_t entry_size, in parse_dictionary_entries() argument
444 pos += entry_size; in parse_dictionary_entries()
454 void **dict, u32 *num_entries, size_t entry_size, in parse_dictionary() argument
461 entry_size, num_entries_token); in parse_dictionary()
470 *num_entries, entry_size, in parse_dictionary()
/openbmc/linux/drivers/net/ethernet/emulex/benet/
H A Dbe.h126 u32 entry_size; /* Size of an element in the queue */ member
152 return q->dma_mem.va + q->head * q->entry_size; in queue_head_node()
157 return q->dma_mem.va + q->tail * q->entry_size; in queue_tail_node()
162 return q->dma_mem.va + index * q->entry_size; in queue_index_node()
/openbmc/qemu/include/hw/s390x/
H A Ds390-pci-clp.h104 uint8_t entry_size; member
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
H A Dbase.c89 fault->func->buffer.entry_size, 0x1000, true, in nvkm_fault_oneinit_buffer()
/openbmc/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma.h135 u16 entry_size; /* Size of an element in the queue */ member
365 u32 entry_size; member
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_debugfs.h353 esize = q->entry_size; in lpfc_debug_dump_qe()
403 q->entry_size, q->entry_count, in lpfc_debug_dump_q()

1234567