Home
last modified time | relevance | path

Searched refs:copy_dir (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/sparc/include/asm/
Dldc.h108 extern int ldc_copy(struct ldc_channel *lp, int copy_dir,
/linux-2.6.39/arch/sparc/kernel/
Dldc.c2212 int ldc_copy(struct ldc_channel *lp, int copy_dir, in ldc_copy() argument
2220 if (copy_dir != LDC_COPY_IN && copy_dir != LDC_COPY_OUT) { in ldc_copy()
2222 lp->id, copy_dir); in ldc_copy()
2266 hv_err = sun4v_ldc_copy(lp->id, copy_dir, in ldc_copy()