Searched refs:dst_index (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/sound/soc/intel/skylake/ |
H A D | skl-messages.c | 1093 int src_index, dst_index, src_pin_state, dst_pin_state; in skl_unbind_modules() local 1106 if (dst_index < 0) in skl_unbind_modules() 1109 msg.dst_queue = dst_index; in skl_unbind_modules() 1112 dst_pin_state = dst_mcfg->m_in_pin[dst_index].pin_state; in skl_unbind_modules() 1128 skl_free_queue(dst_mcfg->m_in_pin, dst_index); in skl_unbind_modules() 1157 int src_index, dst_index; in skl_bind_modules() local 1174 dst_index = skl_alloc_queue(dst_mcfg->m_in_pin, src_mcfg, in_max); in skl_bind_modules() 1175 if (dst_index < 0) { in skl_bind_modules() 1203 msg.dst_queue = dst_index; in skl_bind_modules() 1219 dst_mcfg->m_in_pin[dst_index].pin_state = SKL_PIN_BIND_DONE; in skl_bind_modules() [all …]
|
/openbmc/qemu/target/s390x/ |
H A D | trace-events | 15 sigp_finished(uint8_t order, int cpu_index, int dst_index, int cc) "SIGP: Finished order %u on cpu …
|
/openbmc/linux/fs/btrfs/ |
H A D | tree-log.c | 4300 int dst_index; in copy_items() local 4353 dst_index = 0; in copy_items() 4368 if (ins_keys[dst_index].type != BTRFS_EXTENT_DATA_KEY) in copy_items() 4391 ins_keys[dst_index].offset < i_size && in copy_items() 4444 batch.total_data_size += ins_sizes[dst_index]; in copy_items() 4446 dst_index++; in copy_items() 4460 dst_index = 0; in copy_items() 4463 const int dst_slot = dst_path->slots[0] + dst_index; in copy_items() 4472 if (dst_index >= batch.nr) in copy_items() 4504 src_offset, ins_sizes[dst_index]); in copy_items() [all …]
|
/openbmc/qemu/block/ |
H A D | iscsi.c | 2243 int dst_index) in iscsi_xcopy_desc_hdr() argument 2252 hdr[6] = (dst_index >> 8) & 0xFF; in iscsi_xcopy_desc_hdr() 2253 hdr[7] = dst_index & 0xFF; in iscsi_xcopy_desc_hdr() 2257 int src_index, int dst_index, int num_blks, in iscsi_xcopy_populate_desc() argument 2260 iscsi_xcopy_desc_hdr(desc, dc, cat, src_index, dst_index); in iscsi_xcopy_populate_desc()
|
/openbmc/linux/sound/firewire/ |
H A D | amdtp-stream.c | 2018 unsigned int dst_index = 0; in make_association() local 2030 if (dst_index == src_index) { in make_association() 2053 ++dst_index; in make_association()
|