Searched refs:vtarget (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/message/fusion/ |
| A D | mptspi.c | 338 if (vtarget == NULL) in mptspi_initTarget() 347 mptspi_writeIOCPage4(hd, vtarget->channel, vtarget->id); in mptspi_initTarget() 358 mptspi_writeIOCPage4(hd, vtarget->channel, vtarget->id); in mptspi_initTarget() 401 VirtTarget *vtarget; in mptspi_target_alloc() local 409 if (!vtarget) in mptspi_target_alloc() 424 vtarget->channel = 0; in mptspi_target_alloc() 696 mptscsih_quiesce_raid(hd, 1, vtarget->channel, vtarget->id) < 0) { in mptspi_dv_device() 707 mptscsih_quiesce_raid(hd, 0, vtarget->channel, vtarget->id) < 0) in mptspi_dv_device() 719 VirtTarget *vtarget; in mptspi_slave_alloc() local 740 vdevice->vtarget = vtarget; in mptspi_slave_alloc() [all …]
|
| A D | mptfc.c | 275 if (!vtarget || vtarget->channel != channel) in mptfc_bus_reset() 466 VirtTarget *vtarget; in mptfc_register_dev() local 510 if (vtarget) { in mptfc_register_dev() 569 VirtTarget *vtarget; in mptfc_target_alloc() local 575 if (!vtarget) in mptfc_target_alloc() 591 kfree(vtarget); in mptfc_target_alloc() 619 vtarget->num_luns, in mptfc_dump_lun_info() 668 vdevice->vtarget = vtarget; in mptfc_slave_alloc() 671 vtarget->num_luns++; in mptfc_slave_alloc() 1134 if (vtarget) in mptfc_setup_reset() [all …]
|
| A D | mptscsih.c | 594 VirtTarget *vtarget; in mptscsih_io_done() local 730 vtarget = vdevice->vtarget; in mptscsih_io_done() 755 vtarget && in mptscsih_io_done() 762 vdevice->vtarget) in mptscsih_io_done() 1119 vdevice->vtarget->channel, vdevice->vtarget->id, in mptscsih_search_running_cmds() 2338 VirtTarget *vtarget; in mptscsih_slave_destroy() local 2349 vtarget->num_luns--; in mptscsih_slave_destroy() 2367 VirtTarget *vtarget; in mptscsih_change_queue_depth() local 2405 VirtTarget *vtarget; in mptscsih_slave_configure() local 2433 ioc->name, vtarget->negoFlags, vtarget->maxOffset, in mptscsih_slave_configure() [all …]
|
| A D | mptsas.c | 1010 vtarget = vdevice->vtarget; in mptsas_find_vtarget() 1012 return vtarget; in mptsas_find_vtarget() 1148 if (vtarget) { in mptsas_target_reset_queue() 1755 if (!vtarget) in mptsas_target_alloc() 1769 kfree(vtarget); in mptsas_target_alloc() 1810 kfree(vtarget); in mptsas_target_alloc() 1986 if (vdevice && vdevice->vtarget && (vdevice->vtarget->inDMD in mptsas_eh_timed_out() 3297 if (vtarget && vtarget->inDMD) { in mptsas_probe_one_phy() 3871 if (vtarget) in mptsas_not_responding_devices() 4467 if (!vtarget) { in mptsas_hotplug_work() [all …]
|
| A D | mptctl.c | 1315 if (vdevice == NULL || vdevice->vtarget == NULL) in mptctl_getiocinfo() 1317 if (vdevice->vtarget->tflags & in mptctl_getiocinfo() 1423 if (vdevice == NULL || vdevice->vtarget == NULL) in mptctl_gettargetinfo() 1425 if (vdevice->vtarget->tflags & in mptctl_gettargetinfo() 1428 lun = (vdevice->vtarget->raidVolume) ? 0x80 : vdevice->lun; in mptctl_gettargetinfo() 1430 (vdevice->vtarget->id )); in mptctl_gettargetinfo() 1892 VirtTarget *vtarget = starget->hostdata; in mptctl_do_mpt_command() local 1894 if (vtarget == NULL) in mptctl_do_mpt_command() 1897 if ((pScsiReq->TargetID == vtarget->id) && in mptctl_do_mpt_command() 1898 (pScsiReq->Bus == vtarget->channel) && in mptctl_do_mpt_command() [all …]
|
| A D | mptbase.h | 406 VirtTarget *vtarget; member
|
| /linux/sound/pci/emu10k1/ |
| A D | emu10k1_callback.c | 314 u32 psst, dsl, map, ccca, vtarget; in start_voice() local 379 vtarget = (unsigned int)vp->vtarget << 16; in start_voice() 439 VTFT, vtarget | vp->ftarget, in start_voice() 440 CVCF, vtarget | CVCF_CURRENTFILTER_MASK, in start_voice()
|
| /linux/include/sound/ |
| A D | emux_synth.h | 186 int vtarget; /* volume target */ member
|
| /linux/sound/synth/emux/ |
| A D | emux_proc.c | 81 vp->vtarget, in snd_emux_proc_info_read()
|
| A D | emux_synth.c | 602 vp->vtarget = 0; in setup_voice() 606 vp->vtarget = voltarget[vp->avol % 0x10] >> (vp->avol >> 4); in setup_voice()
|
| /linux/block/ |
| A D | blk-iocost.c | 1265 u64 vtime, vtarget; in iocg_activate() local 1307 vtarget = now->vnow - ioc->margins.target; in iocg_activate() 1310 atomic64_add(vtarget - vtime, &iocg->vtime); in iocg_activate() 1311 atomic64_add(vtarget - vtime, &iocg->done_vtime); in iocg_activate() 1312 vtime = vtarget; in iocg_activate()
|
| /linux/sound/isa/sb/ |
| A D | emu8000_callback.c | 290 temp = vp->vtarget << 16; in start_voice()
|
Completed in 51 milliseconds