Searched refs:lld (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_uld.c | 626 static void uld_init(struct adapter *adap, struct cxgb4_lld_info *lld) in uld_init() argument 630 lld->pdev = adap->pdev; in uld_init() 631 lld->pf = adap->pf; in uld_init() 632 lld->l2t = adap->l2t; in uld_init() 633 lld->tids = &adap->tids; in uld_init() 634 lld->ports = adap->port; in uld_init() 635 lld->vr = &adap->vres; in uld_init() 636 lld->mtus = adap->params.mtus; in uld_init() 637 lld->ntxq = adap->sge.ofldqsets; in uld_init() 638 lld->nchan = adap->params.nports; in uld_init() [all …]
|
/Linux-v4.19/drivers/dma/ |
D | at_xdmac.c | 246 struct at_xdmac_lld lld; member 364 else if (first->lld.mbr_ubc & AT_XDMAC_MBR_UBC_NDV3) in at_xdmac_start_xfer() 374 at_xdmac_chan_write(atchan, AT_XDMAC_CC, first->lld.mbr_cfg); in at_xdmac_start_xfer() 459 memset(&desc->lld, 0, sizeof(desc->lld)); in at_xdmac_init_used_desc() 490 prev->lld.mbr_nda = desc->tx_dma_desc.phys; in at_xdmac_queue_desc() 491 prev->lld.mbr_ubc |= AT_XDMAC_MBR_UBC_NDE; in at_xdmac_queue_desc() 494 __func__, prev, &prev->lld.mbr_nda); in at_xdmac_queue_desc() 503 desc->lld.mbr_bc++; in at_xdmac_increment_block_count() 687 desc->lld.mbr_sa = atchan->sconfig.src_addr; in at_xdmac_prep_slave_sg() 688 desc->lld.mbr_da = mem; in at_xdmac_prep_slave_sg() [all …]
|
/Linux-v4.19/drivers/crypto/chelsio/ |
D | chcr_core.c | 36 static void *chcr_uld_add(const struct cxgb4_lld_info *lld); 155 static void *chcr_uld_add(const struct cxgb4_lld_info *lld) in chcr_uld_add() argument 160 if (!(lld->ulp_crypto & ULP_CRYPTO_LOOKASIDE)) in chcr_uld_add() 169 u_ctx->lldi = *lld; in chcr_uld_add() 171 if (lld->crypto & ULP_CRYPTO_IPSEC_INLINE) in chcr_uld_add() 172 chcr_add_xfrmops(lld); in chcr_uld_add()
|
D | chcr_ipsec.c | 88 void chcr_add_xfrmops(const struct cxgb4_lld_info *lld) in chcr_add_xfrmops() argument 93 for (i = 0; i < lld->nports; i++) { in chcr_add_xfrmops() 94 netdev = lld->ports[i]; in chcr_add_xfrmops()
|
D | chcr_core.h | 194 void chcr_add_xfrmops(const struct cxgb4_lld_info *lld);
|
/Linux-v4.19/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-v4.19/fs/orangefs/ |
D | protocol.h | 291 #define lld(x) (long long)(x) macro
|
/Linux-v4.19/Documentation/arm/keystone/ |
D | knav-qmss.txt | 37 git://git.ti.com/keystone-rtos/qmss-lld.git
|
/Linux-v4.19/Documentation/core-api/ |
D | printk-formats.rst | 20 long long %lld or %llx 26 s64 %lld or %llx
|
/Linux-v4.19/Documentation/filesystems/ |
D | seq_file.txt | 160 seq_printf(s, "%lld\n", (long long)*spos);
|
/Linux-v4.19/arch/mips/net/ |
D | ebpf_jit.c | 1387 emit_instr(ctx, lld, MIPS_R_T8, mem_off, dst); in build_one_insn()
|