/Linux-v4.19/drivers/scsi/ibmvscsi/ |
D | ibmvfc.c | 565 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/ |
D | Makefile | 12 targets := vmlinux.gz vmlinux \ macro
|
/Linux-v4.19/arch/arm64/crypto/ |
D | Makefile | 84 targets += sha256-core.S sha512-core.S
|
/Linux-v4.19/arch/s390/include/asm/ |
D | nospec-insn.h | 111 # The ALTERNATIVE replacement code has a .+10 which targets
|
/Linux-v4.19/arch/arm/crypto/ |
D | Makefile | 70 targets += sha256-core.S sha512-core.S
|
/Linux-v4.19/Documentation/scsi/ |
D | aha152x.txt | 22 RECONNECT allow targets to disconnect from the bus (0/1; default 1 [on]) 86 allow targets to disconnect for first and second controller
|
D | g_NCR5380.txt | 13 allow targets to disconnect and thereby improve SCSI bus utilization.
|
D | bnx2fc.txt | 38 discovery and log into the targets.
|
/Linux-v4.19/scripts/ |
D | Makefile.host | 163 targets += $(host-csingle) $(host-cmulti) $(host-cobjs)\
|
/Linux-v4.19/Documentation/arm/ |
D | mem_alignment | 3 configured in for SA11x0 based targets. According to Alan Cox, this is a
|
/Linux-v4.19/Documentation/device-mapper/ |
D | dm-log.txt | 4 RAID targets to track regions of the disk that are not consistent.
|
D | dm-service-time.txt | 4 dm-service-time is a path selector module for device-mapper targets,
|
D | thin-provisioning.txt | 4 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/ |
D | vcpu.txt | 6 kvm_device_attr as other devices, but targets VCPU-wide settings and controls.
|
/Linux-v4.19/include/kvm/ |
D | arm_vgic.h | 130 u8 targets; /* GICv2 target VCPUs mask */ member
|
/Linux-v4.19/drivers/scsi/arm/ |
D | Kconfig | 28 targets on the Acorn SCSI card.
|
/Linux-v4.19/arch/arm/boot/compressed/ |
D | Makefile | 96 targets := vmlinux vmlinux.lds piggy_data piggy.o \ macro
|
/Linux-v4.19/Documentation/infiniband/ |
D | user_verbs.txt | 46 I/O targets be kept resident at the same physical address. The
|
/Linux-v4.19/tools/build/ |
D | Build.include | 55 # PHONY targets skipped in both cases.
|
/Linux-v4.19/drivers/net/ethernet/mscc/ |
D | ocelot_board.c | 202 ocelot->targets[res[i].id] = target; in mscc_ocelot_probe()
|
/Linux-v4.19/arch/arm/kernel/ |
D | asm-offsets.c | 38 #error Sorry, your compiler targets APCS-26 but this kernel requires APCS-32
|
/Linux-v4.19/Documentation/kbuild/ |
D | kconfig-macro-language.txt | 6 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/ |
D | msm-hsusb.txt | 34 "alt_core" Protocol engine clock for targets with asynchronous
|
/Linux-v4.19/drivers/scsi/ |
D | initio.h | 537 struct target_control targets[MAX_TARGETS]; /* 78 */ member
|
/Linux-v4.19/drivers/net/bonding/ |
D | bond_main.c | 2453 __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()
|