/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_uld.c | 597 static void uld_init(struct adapter *adap, struct cxgb4_lld_info *lld) in uld_init() argument 601 lld->pdev = adap->pdev; in uld_init() 602 lld->pf = adap->pf; in uld_init() 603 lld->l2t = adap->l2t; in uld_init() 604 lld->tids = &adap->tids; in uld_init() 605 lld->ports = adap->port; in uld_init() 606 lld->vr = &adap->vres; in uld_init() 607 lld->mtus = adap->params.mtus; in uld_init() 608 lld->nchan = adap->params.nports; in uld_init() 609 lld->nports = adap->params.nports; in uld_init() [all …]
|
/linux-6.1.9/drivers/dma/ |
D | at_xdmac.c | 269 struct at_xdmac_lld lld; member 406 else if ((first->lld.mbr_ubc & in at_xdmac_start_xfer() 417 at_xdmac_chan_write(atchan, AT_XDMAC_CC, first->lld.mbr_cfg); in at_xdmac_start_xfer() 438 if (at_xdmac_chan_is_peripheral_xfer(first->lld.mbr_cfg)) in at_xdmac_start_xfer() 507 memset(&desc->lld, 0, sizeof(desc->lld)); in at_xdmac_init_used_desc() 538 prev->lld.mbr_nda = desc->tx_dma_desc.phys; in at_xdmac_queue_desc() 539 prev->lld.mbr_ubc |= AT_XDMAC_MBR_UBC_NDE; in at_xdmac_queue_desc() 542 __func__, prev, &prev->lld.mbr_nda); in at_xdmac_queue_desc() 551 desc->lld.mbr_bc++; in at_xdmac_increment_block_count() 741 desc->lld.mbr_sa = atchan->sconfig.src_addr; in at_xdmac_prep_slave_sg() [all …]
|
/linux-6.1.9/arch/mips/include/asm/ |
D | atomic.h | 164 ATOMIC_OPS(atomic64, add, s64, +=, daddu, lld, scd) 165 ATOMIC_OPS(atomic64, sub, s64, -=, dsubu, lld, scd) 186 ATOMIC_OPS(atomic64, and, s64, &=, and, lld, scd) 187 ATOMIC_OPS(atomic64, or, s64, |=, or, lld, scd) 188 ATOMIC_OPS(atomic64, xor, s64, ^=, xor, lld, scd) 263 ATOMIC_SIP_OP(atomic64, s64, dsubu, lld, scd)
|
D | asm.h | 244 #define LONG_LL lld
|
/linux-6.1.9/drivers/crypto/chelsio/ |
D | chcr_core.c | 33 static void *chcr_uld_add(const struct cxgb4_lld_info *lld); 182 static void *chcr_uld_add(const struct cxgb4_lld_info *lld) in chcr_uld_add() argument 188 if (!(lld->ulp_crypto & ULP_CRYPTO_LOOKASIDE)) in chcr_uld_add() 197 u_ctx->lldi = *lld; in chcr_uld_add()
|
/linux-6.1.9/drivers/usb/host/ |
D | fhci-hub.c | 108 void fhci_port_enable(void *lld) in fhci_port_enable() argument 110 struct fhci_usb *usb = (struct fhci_usb *)lld; in fhci_port_enable() 145 void fhci_port_reset(void *lld) in fhci_port_reset() argument 147 struct fhci_usb *usb = (struct fhci_usb *)lld; in fhci_port_reset()
|
D | fhci.h | 527 void fhci_port_enable(void *lld); 529 void fhci_port_reset(void *lld);
|
D | fhci-hcd.c | 241 static void fhci_usb_free(void *lld) in fhci_usb_free() argument 243 struct fhci_usb *usb = lld; in fhci_usb_free()
|
/linux-6.1.9/Documentation/kbuild/ |
D | llvm.rst | 55 make CC=clang LD=ld.lld AR=llvm-ar NM=llvm-nm STRIP=llvm-strip \ 57 HOSTCC=clang HOSTCXX=clang++ HOSTAR=llvm-ar HOSTLD=ld.lld 68 which will use ``/path/to/llvm/clang``, ``/path/to/llvm/ld.lld``, etc. 76 which will use ``clang-14``, ``ld.lld-14``, etc.
|
/linux-6.1.9/tools/scripts/ |
D | Makefile.include | 63 $(call allow-override,LD,$(LLVM_PREFIX)ld.lld$(LLVM_SUFFIX)) 80 HOSTLD ?= $(LLVM_PREFIX)ld.lld$(LLVM_SUFFIX)
|
/linux-6.1.9/fs/orangefs/ |
D | protocol.h | 291 #define lld(x) (long long)(x) macro
|
/linux-6.1.9/Documentation/translations/zh_CN/core-api/ |
D | printk-formats.rst | 37 long long %lld 或 %llx 47 s64 %lld 或 %llx
|
/linux-6.1.9/arch/powerpc/kernel/vdso/ |
D | Makefile | 51 ccflags-$(CONFIG_LD_IS_LLD) += $(call cc-option,--ld-path=$(LD),-fuse-ld=lld)
|
/linux-6.1.9/Documentation/arm/keystone/ |
D | knav-qmss.rst | 40 git://git.ti.com/keystone-rtos/qmss-lld.git
|
/linux-6.1.9/arch/mips/net/ |
D | bpf_jit_comp64.c | 385 emit(ctx, lld, t1, off, dst); in emit_atomic_r64() 425 emit(ctx, lld, t1, off, dst); in emit_cmpxchg_r64()
|
/linux-6.1.9/arch/loongarch/include/asm/ |
D | inst.h | 465 DEF_EMIT_REG2I14_FORMAT(lld, lld_op)
|
/linux-6.1.9/Documentation/core-api/ |
D | printk-formats.rst | 26 long long %lld or %llx 36 s64 %lld or %llx
|
/linux-6.1.9/tools/testing/selftests/bpf/ |
D | Makefile | 175 LLD := lld
|
/linux-6.1.9/Documentation/filesystems/ |
D | seq_file.rst | 185 seq_printf(s, "%lld\n", (long long)*spos);
|
/linux-6.1.9/arch/loongarch/net/ |
D | bpf_jit.c | 365 emit_insn(ctx, lld, r0, t1, 0); in emit_atomic()
|
/linux-6.1.9/ |
D | Makefile | 487 LD = $(LLVM_PREFIX)ld.lld$(LLVM_SUFFIX)
|
/linux-6.1.9/arch/mips/ |
D | Kconfig | 2618 # may cause ll / sc and lld / scd sequences to execute non-atomically.
|