Searched refs:targets (Results 76 - 100 of 191) sorted by relevance

12345678

/linux-master/drivers/net/ethernet/mscc/
H A Docelot_vsc7514.c280 ocelot->targets[io_target[i].id] = NULL;
287 ocelot->targets[io_target[i].id] = target;
290 if (ocelot->targets[FDMA])
300 ocelot->targets[HSIO] = hsio;
319 if (irq_ptp_rdy > 0 && ocelot->targets[PTP]) {
/linux-master/arch/s390/boot/
H A DMakefile48 targets := bzImage section_cmp.boot.data section_cmp.boot.preserved.data $(obj-y) macro
49 targets += vmlinux.lds vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2
50 targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4
51 targets += vmlinux.bin.zst info.bin syms.bin vmlinux.syms $(obj-all)
53 targets += relocs.S
/linux-master/drivers/net/bonding/
H A Dbond_options.c278 .desc = "fail on any/all arp targets timeout",
311 .desc = "arp targets in n.n.n.n form",
318 .desc = "NS targets in ffff:ffff::ffff:ffff form",
1090 netdev_dbg(bond->dev, "ARP monitoring has been set up, but no ARP targets have been specified\n");
1117 __be32 *targets = bond->params.arp_targets; local
1124 targets[slot] = target;
1130 __be32 *targets = bond->params.arp_targets; local
1139 if (bond_get_targets_ip(targets, target) != -1) { /* dup */
1145 ind = bond_get_targets_ip(targets, 0); /* first free slot */
1165 __be32 *targets local
1241 struct in6_addr *targets = bond->params.ns_targets; local
1265 struct in6_addr *targets = bond->params.ns_targets; local
[all...]
/linux-master/scripts/
H A DMakefile.clean28 $(clean-files) $(targets) $(hostprogs) $(userprogs) \
H A DMakefile.userprogs45 targets += $(user-csingle) $(user-cmulti) $(user-cobjs)
H A DMakefile53 targets += module.lds
H A DMakefile.package2 # Makefile for the different targets used to generate full packages of a kernel
42 targets += $(linux-tarballs)
144 # dir-pkg tar*-pkg - tarball targets
200 targets += $(perf-tarballs)
239 # Read all saved command lines and dependencies for the $(targets) we
244 existing-targets := $(wildcard $(sort $(targets)))
246 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
/linux-master/arch/riscv/purgatory/
H A DMakefile7 targets += $(purgatory-y)
48 targets += purgatory.ro purgatory.chk
/linux-master/arch/loongarch/vdso/
H A DMakefile68 targets += $(obj-vdso-y)
69 targets += vdso.lds vdso.so.dbg vdso.so
/linux-master/arch/mips/kernel/syscalls/
H A DMakefile47 targets += $(addprefix ../../../../, $(uapisyshdr-y) $(kapisyshdr-y))
/linux-master/arch/powerpc/kernel/syscalls/
H A DMakefile44 targets += $(addprefix ../../../../, $(uapisyshdr-y) $(kapisyshdr-y))
/linux-master/arch/arm/boot/
H A DMakefile24 targets := Image zImage xipImage bootpImage uImage macro
/linux-master/arch/parisc/kernel/vdso64/
H A DMakefile7 targets := $(obj-vdso64) vdso64.so macro
/linux-master/drivers/cxl/core/
H A Dtrace.c91 cxled = p->targets[i];
/linux-master/drivers/memory/
H A DMakefile40 targets += emif-asm-offsets.s
/linux-master/usr/
H A DMakefile83 targets += initramfs_data.cpio initramfs_inc_data
/linux-master/scripts/kconfig/
H A DMakefile3 # Kernel configuration targets
4 # These targets are used from top-level makefile
73 # These targets map 1:1 to the commandline options of 'conf'
78 simple-targets := oldconfig allnoconfig allyesconfig allmodconfig \
82 PHONY += $(simple-targets)
84 $(simple-targets): $(obj)/conf
128 @echo 'Configuration targets:'
156 @echo 'Configuration topic targets:'
171 # conf: Used for defconfig, oldconfig and related targets
216 targets
[all...]
/linux-master/arch/x86/boot/compressed/
H A DMakefile29 targets := vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 vmlinux.bin.lzma \ macro
92 targets += ../voffset.h
128 targets += $(patsubst $(obj)/%,%,$(vmlinux-objs-y)) vmlinux.bin.all vmlinux.relocs
163 targets += piggy.S
/linux-master/arch/x86/entry/vdso/
H A DMakefile53 targets += vdso.lds $(vobjs-y)
54 targets += vdso32/vdso32.lds $(vobjs32-y)
56 targets += $(foreach x, 64 x32 32, vdso-image-$(x).c vdso$(x).so vdso$(x).so.dbg)
129 targets += vdsox32.lds $(vobjx32s-y)
/linux-master/
H A DMakefile9 # To see a list of typical targets execute "make help"
19 $(error targets prefixed with '__' are only for internal use))
31 # unavoidable when linking the built-in.a targets which finally
270 # To make sure we do not include .config for any of the *config targets
272 # It is allowed to specify more targets when calling make, including
273 # mixing *config targets and build targets.
275 # Detect when mixed targets is specified, and make a second invocation
280 clean-targets := %clean mrproper cleandocs
281 no-dot-config-targets
704 targets := macro
[all...]
/linux-master/include/net/
H A Dbonding.h762 static inline int bond_get_targets_ip(__be32 *targets, __be32 ip) argument
767 if (targets[i] == ip)
769 else if (targets[i] == 0)
776 static inline int bond_get_targets_ip6(struct in6_addr *targets, struct in6_addr *ip) argument
782 addrconf_addr_solict_mult(&targets[i], &mcaddr);
783 if ((ipv6_addr_equal(&targets[i], ip)) ||
786 else if (ipv6_addr_any(&targets[i]))
/linux-master/drivers/scsi/
H A Dinitio.c618 host->targets[i].flags = *flags & ~(TCF_SYNC_DONE | TCF_WDTR_DONE);
619 if (host->targets[i].flags & TCF_EN_255)
620 host->targets[i].drv_flags = TCF_DRV_255_63;
622 host->targets[i].drv_flags = 0;
623 host->targets[i].js_period = 0;
624 host->targets[i].sconfig0 = host->sconf1;
625 host->targets[i].heads = *heads++;
626 if (host->targets[i].heads == 255)
627 host->targets[i].drv_flags = TCF_DRV_255_63;
629 host->targets[
[all...]
/linux-master/drivers/s390/crypto/
H A Dzcrypt_api.c1002 struct ep11_target_dev *targets)
1005 if (targets->ap_id == dev_id || targets->ap_id == AUTOSEL_AP)
1007 targets++;
1014 struct ep11_target_dev *targets)
1019 if ((targets->ap_id == card || targets->ap_id == AUTOSEL_AP) &&
1020 (targets->dom_id == dom || targets->dom_id == AUTOSEL_DOM))
1022 targets
1000 is_desired_ep11_card(unsigned int dev_id, unsigned short target_num, struct ep11_target_dev *targets) argument
1012 is_desired_ep11_queue(unsigned int dev_qid, unsigned short target_num, struct ep11_target_dev *targets) argument
1033 struct ep11_target_dev *targets; local
[all...]
/linux-master/drivers/block/aoe/
H A Daoecmd.c257 if (!d->targets || !d->targets[0]) {
264 if (tt >= &d->targets[d->ntargets] || !*tt)
265 tt = d->targets;
716 for (i = good = 0; i < d->ntargets && d->targets[i]; ++i)
717 if (d->targets[i]->taint == 0)
1004 t = d->targets;
1419 tt = kcalloc(newn, sizeof(*d->targets), GFP_ATOMIC);
1422 memmove(tt, d->targets, sizeof(*d->targets) * old
[all...]
/linux-master/net/nfc/nci/
H A Dntf.c294 target = &ndev->targets[i];
310 target = &ndev->targets[ndev->n_targets];
326 memset(ndev->targets, 0,
390 nfc_targets_found(ndev->nfc_dev, ndev->targets,
475 target = &ndev->targets[ndev->n_targets];
489 nfc_targets_found(ndev->nfc_dev, ndev->targets, ndev->n_targets);

Completed in 398 milliseconds

12345678