Home
last modified time | relevance | path

Searched refs:LLD (Results 1 – 11 of 11) sorted by relevance

/linux-6.12.1/Documentation/scsi/
Dscsi_mid_low_api.rst21 SCSI subsystem LLD is a software bridge to the other driver subsystem.
26 For example, the aic7xxx LLD controls Adaptec SCSI parallel interface
28 LLD can be built into the kernel or loaded as a module. There can only be
29 one aic7xxx LLD running in a Linux system but it may be controlling many
37 The SCSI mid level isolates an LLD from other layers such as the SCSI
62 Traditionally an LLD for the SCSI subsystem has been at least two files in
71 When a new LLD is being added to Linux, the following files (found in the
81 to be hot plugged (and unplugged) during the lifetime of the LLD and will
88 An LLD interfaces to the SCSI subsystem several ways:
93 functions at some point in the future. The LLD will supply
[all …]
/linux-6.12.1/scripts/
Dld-version.sh49 if [ "$1" = LLD ]; then
52 name=LLD
53 disp_name=LLD
/linux-6.12.1/drivers/target/loopback/
DKconfig6 Say Y here to enable the TCM Virtual SAS target and Linux/SCSI LLD
/linux-6.12.1/tools/testing/selftests/hid/
DMakefile112 LLD := lld macro
114 LLD := ld macro
/linux-6.12.1/arch/powerpc/boot/
Dwrapper224 ${CROSS}ld -V 2>&1 | grep -q LLD
383 rodynamic=$(if ${CROSS}ld -V 2>&1 | grep -q LLD ; then echo "-z rodynamic"; fi)
/linux-6.12.1/tools/testing/selftests/bpf/
DMakefile265 LLD := lld macro
267 LLD := $(shell command -v $(LD)) macro
277 -fuse-ld=$(LLD) -Wl,-znoseparate-code -Wl,--build-id=sha1 \
286 -fuse-ld=$(LLD) -Wl,-znoseparate-code -Wl,--build-id=sha1 \
/linux-6.12.1/arch/
DKconfig742 - and linking with LLD.
1513 format. Requires a compatible linker (LLD supports this feature), as
/linux-6.12.1/arch/riscv/
DKconfig63 # LLD >= 14: https://github.com/llvm/llvm-project/issues/50505
/linux-6.12.1/arch/powerpc/
DKconfig626 # Option is available to BFD, but LLD does not support ELFv1 so this is
/linux-6.12.1/arch/arm/
DKconfig173 supported in LLD until version 14. The combined range is -/+ 256 MiB,
/linux-6.12.1/init/
DKconfig56 def_bool $(success,test "$(ld-name)" = LLD)