Searched refs:mpl (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | kirkwood-mplcec4.dts | 9 compatible = "mpl,cec4-10", "mpl,cec4", "marvell,kirkwood-88f6281", "marvell,kirkwood";
|
| /linux/drivers/infiniband/hw/cxgb4/ |
| H A D | mem.c | 634 mhp->mpl = dma_alloc_coherent(&rhp->rdev.lldi.pdev->dev, in c4iw_alloc_mr() 636 if (!mhp->mpl) { in c4iw_alloc_mr() 673 mhp->max_mpl_len, mhp->mpl, mhp->mpl_addr); in c4iw_alloc_mr() 689 mhp->mpl[mhp->mpl_len++] = addr; in c4iw_set_page() 716 if (mhp->mpl) in c4iw_dereg_mr() 718 mhp->max_mpl_len, mhp->mpl, mhp->mpl_addr); in c4iw_dereg_mr()
|
| H A D | qp.c | 811 p[0] = cpu_to_be64((u64)mhp->mpl[0]); in build_tpte_memreg() 812 p[1] = cpu_to_be64((u64)mhp->mpl[1]); in build_tpte_memreg() 845 mhp->mpl[i] = (__force u64)cpu_to_be64((u64)mhp->mpl[i]); in build_memreg() 864 *p = cpu_to_be64((u64)mhp->mpl[i]); in build_memreg()
|
| /linux/arch/mips/include/asm/ |
| H A D | ptrace.h | 48 unsigned long long mpl[6]; /* MTM{0-5} */ member
|
| /linux/arch/mips/kernel/ |
| H A D | ptrace.c | 906 REG_OFFSET_NAME(mpl0, mpl[0]), 907 REG_OFFSET_NAME(mpl1, mpl[1]), 908 REG_OFFSET_NAME(mpl2, mpl[2]),
|
| H A D | asm-offsets.c | 80 OFFSET(PT_MPL, pt_regs, mpl); in output_ptreg_defines()
|