Searched refs:lld (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/ |
| D | cxgb4_uld.c | 651 static void uld_init(struct adapter *adap, struct cxgb4_lld_info *lld) in uld_init() argument 655 lld->pdev = adap->pdev; in uld_init() 656 lld->pf = adap->pf; in uld_init() 657 lld->l2t = adap->l2t; in uld_init() 658 lld->tids = &adap->tids; in uld_init() 659 lld->ports = adap->port; in uld_init() 660 lld->vr = &adap->vres; in uld_init() 661 lld->mtus = adap->params.mtus; in uld_init() 662 lld->nchan = adap->params.nports; in uld_init() 663 lld->nports = adap->params.nports; in uld_init() [all …]
|
| /Linux-v5.4/drivers/dma/ |
| D | at_xdmac.c | 236 struct at_xdmac_lld lld; member 359 else if (first->lld.mbr_ubc & AT_XDMAC_MBR_UBC_NDV3) in at_xdmac_start_xfer() 369 at_xdmac_chan_write(atchan, AT_XDMAC_CC, first->lld.mbr_cfg); in at_xdmac_start_xfer() 390 if (at_xdmac_chan_is_peripheral_xfer(first->lld.mbr_cfg)) in at_xdmac_start_xfer() 460 memset(&desc->lld, 0, sizeof(desc->lld)); in at_xdmac_init_used_desc() 491 prev->lld.mbr_nda = desc->tx_dma_desc.phys; in at_xdmac_queue_desc() 492 prev->lld.mbr_ubc |= AT_XDMAC_MBR_UBC_NDE; in at_xdmac_queue_desc() 495 __func__, prev, &prev->lld.mbr_nda); in at_xdmac_queue_desc() 504 desc->lld.mbr_bc++; in at_xdmac_increment_block_count() 688 desc->lld.mbr_sa = atchan->sconfig.src_addr; in at_xdmac_prep_slave_sg() [all …]
|
| /Linux-v5.4/drivers/crypto/chelsio/ |
| D | chcr_core.c | 33 static void *chcr_uld_add(const struct cxgb4_lld_info *lld); 192 static void *chcr_uld_add(const struct cxgb4_lld_info *lld) in chcr_uld_add() argument 197 if (!(lld->ulp_crypto & ULP_CRYPTO_LOOKASIDE)) in chcr_uld_add() 206 u_ctx->lldi = *lld; in chcr_uld_add() 209 if (lld->crypto & ULP_CRYPTO_IPSEC_INLINE) in chcr_uld_add() 210 chcr_add_xfrmops(lld); in chcr_uld_add()
|
| D | chcr_core.h | 224 void chcr_add_xfrmops(const struct cxgb4_lld_info *lld);
|
| D | chcr_ipsec.c | 90 void chcr_add_xfrmops(const struct cxgb4_lld_info *lld) in chcr_add_xfrmops() argument 95 for (i = 0; i < lld->nports; i++) { in chcr_add_xfrmops() 96 netdev = lld->ports[i]; in chcr_add_xfrmops()
|
| /Linux-v5.4/drivers/usb/host/ |
| D | fhci-hub.c | 109 void fhci_port_enable(void *lld) in fhci_port_enable() argument 111 struct fhci_usb *usb = (struct fhci_usb *)lld; in fhci_port_enable() 146 void fhci_port_reset(void *lld) in fhci_port_reset() argument 148 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-v5.4/fs/orangefs/ |
| D | protocol.h | 291 #define lld(x) (long long)(x) macro
|
| /Linux-v5.4/Documentation/arm/keystone/ |
| D | knav-qmss.rst | 40 git://git.ti.com/keystone-rtos/qmss-lld.git
|
| /Linux-v5.4/Documentation/core-api/ |
| D | printk-formats.rst | 24 long long %lld or %llx 34 s64 %lld or %llx
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | seq_file.txt | 160 seq_printf(s, "%lld\n", (long long)*spos);
|
| /Linux-v5.4/arch/mips/net/ |
| D | ebpf_jit.c | 1474 emit_instr(ctx, lld, MIPS_R_T8, mem_off, dst); in build_one_insn()
|