Home
last modified time | relevance | path

Searched refs:targets (Results 126 – 150 of 223) sorted by relevance

123456789

/Linux-v4.19/drivers/scsi/ibmvscsi/
Dibmvfc.c565 list_for_each_entry(tgt, &vhost->targets, queue) in ibmvfc_link_down()
598 list_for_each_entry(tgt, &vhost->targets, queue) in ibmvfc_init_host()
921 list_for_each_entry(tgt, &vhost->targets, queue) in __ibmvfc_get_target()
1514 list_for_each_entry(tgt, &vhost->targets, queue) { in ibmvfc_relogin()
1773 list_for_each_entry(tgt, &vhost->targets, queue) { in ibmvfc_bsg_plogi()
2688 list_for_each_entry(tgt, &vhost->targets, queue) { in ibmvfc_handle_async()
3895 list_for_each_entry(tgt, &vhost->targets, queue) { in ibmvfc_alloc_target()
3915 list_add_tail(&tgt->queue, &vhost->targets); in ibmvfc_alloc_target()
4189 list_for_each_entry(tgt, &vhost->targets, queue) { in ibmvfc_dev_init_to_do()
4220 list_for_each_entry(tgt, &vhost->targets, queue) in __ibmvfc_work_to_do()
[all …]
/Linux-v4.19/arch/alpha/boot/
DMakefile12 targets := vmlinux.gz vmlinux \ macro
/Linux-v4.19/arch/arm64/crypto/
DMakefile84 targets += sha256-core.S sha512-core.S
/Linux-v4.19/arch/s390/include/asm/
Dnospec-insn.h111 # The ALTERNATIVE replacement code has a .+10 which targets
/Linux-v4.19/arch/arm/crypto/
DMakefile70 targets += sha256-core.S sha512-core.S
/Linux-v4.19/Documentation/scsi/
Daha152x.txt22 RECONNECT allow targets to disconnect from the bus (0/1; default 1 [on])
86 allow targets to disconnect for first and second controller
Dg_NCR5380.txt13 allow targets to disconnect and thereby improve SCSI bus utilization.
Dbnx2fc.txt38 discovery and log into the targets.
/Linux-v4.19/scripts/
DMakefile.host163 targets += $(host-csingle) $(host-cmulti) $(host-cobjs)\
/Linux-v4.19/Documentation/arm/
Dmem_alignment3 configured in for SA11x0 based targets. According to Alan Cox, this is a
/Linux-v4.19/Documentation/device-mapper/
Ddm-log.txt4 RAID targets to track regions of the disk that are not consistent.
Ddm-service-time.txt4 dm-service-time is a path selector module for device-mapper targets,
Dthin-provisioning.txt4 This document describes a collection of device-mapper targets that
31 These targets are considered safe for production use. But different use
59 - Function calls from the thin targets
/Linux-v4.19/Documentation/virtual/kvm/devices/
Dvcpu.txt6 kvm_device_attr as other devices, but targets VCPU-wide settings and controls.
/Linux-v4.19/include/kvm/
Darm_vgic.h130 u8 targets; /* GICv2 target VCPUs mask */ member
/Linux-v4.19/drivers/scsi/arm/
DKconfig28 targets on the Acorn SCSI card.
/Linux-v4.19/arch/arm/boot/compressed/
DMakefile96 targets := vmlinux vmlinux.lds piggy_data piggy.o \ macro
/Linux-v4.19/Documentation/infiniband/
Duser_verbs.txt46 I/O targets be kept resident at the same physical address. The
/Linux-v4.19/tools/build/
DBuild.include55 # PHONY targets skipped in both cases.
/Linux-v4.19/drivers/net/ethernet/mscc/
Docelot_board.c202 ocelot->targets[res[i].id] = target; in mscc_ocelot_probe()
/Linux-v4.19/arch/arm/kernel/
Dasm-offsets.c38 #error Sorry, your compiler targets APCS-26 but this kernel requires APCS-32
/Linux-v4.19/Documentation/kbuild/
Dkconfig-macro-language.txt6 targets and prerequisites. The other is a macro language for performing textual
25 Then, Make analyzes the dependency graph and determines the targets to be
/Linux-v4.19/Documentation/devicetree/bindings/usb/
Dmsm-hsusb.txt34 "alt_core" Protocol engine clock for targets with asynchronous
/Linux-v4.19/drivers/scsi/
Dinitio.h537 struct target_control targets[MAX_TARGETS]; /* 78 */ member
/Linux-v4.19/drivers/net/bonding/
Dbond_main.c2453 __be32 *targets = bond->params.arp_targets, addr; in bond_arp_send_all() local
2456 for (i = 0; i < BOND_MAX_ARP_TARGETS && targets[i]; i++) { in bond_arp_send_all()
2457 netdev_dbg(bond->dev, "basa: target %pI4\n", &targets[i]); in bond_arp_send_all()
2461 rt = ip_route_output(dev_net(bond->dev), targets[i], 0, in bond_arp_send_all()
2470 &targets[i]); in bond_arp_send_all()
2471 bond_arp_send(slave->dev, ARPOP_REQUEST, targets[i], in bond_arp_send_all()
2489 &targets[i], rt->dst.dev ? rt->dst.dev->name : "NULL"); in bond_arp_send_all()
2495 addr = bond_confirm_addr(rt->dst.dev, targets[i], 0); in bond_arp_send_all()
2497 bond_arp_send(slave->dev, ARPOP_REQUEST, targets[i], in bond_arp_send_all()

123456789