Home
last modified time | relevance | path

Searched refs:ldc_copy (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/sparc/include/asm/
Dldc.h108 extern int ldc_copy(struct ldc_channel *lp, int copy_dir,
118 return ldc_copy(lp, LDC_COPY_IN, buf, len, offset, cookies, ncookies); in ldc_get_dring_entry()
127 return ldc_copy(lp, LDC_COPY_OUT, buf, len, offset, cookies, ncookies); in ldc_put_dring_entry()
/linux-3.4.99/arch/sparc/kernel/
Dldc.c2212 int ldc_copy(struct ldc_channel *lp, int copy_dir, in ldc_copy() function
2300 EXPORT_SYMBOL(ldc_copy);
/linux-3.4.99/drivers/net/ethernet/sun/
Dsunvnet.c220 err = ldc_copy(port->vio.lp, LDC_COPY_IN, in vnet_rx_one()