Home
last modified time | relevance | path

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

/linux/Documentation/scsi/
H A 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/scripts/
H A Dld-version.sh49 if [ "$1" = LLD ]; then
52 name=LLD
53 disp_name=LLD
/linux/drivers/target/loopback/
H A DKconfig6 Say Y here to enable the TCM Virtual SAS target and Linux/SCSI LLD
/linux/tools/testing/selftests/hid/
H A DMakefile110 LLD := lld macro
112 LLD := ld macro
/linux/tools/testing/selftests/bpf/
H A DMakefile246 LLD := lld macro
248 LLD := $(shell command -v $(LD)) macro
259 -fuse-ld=$(LLD) -Wl,-znoseparate-code -Wl,--build-id=sha1 \
269 -fuse-ld=$(LLD) -Wl,-znoseparate-code -Wl,--build-id=sha1 \
/linux/arch/powerpc/
H A DKconfig650 # Option is available to BFD, but LLD does not support ELFv1 so this is
/linux/arch/riscv/
H A DKconfig66 # LLD >= 14: https://github.com/llvm/llvm-project/issues/50505
/linux/init/
H A DKconfig56 def_bool $(success,test "$(ld-name)" = LLD)