Searched refs:ldc_copy (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/arch/sparc/include/asm/ |
D | ldc.h | 108 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/ |
D | ldc.c | 2212 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/ |
D | sunvnet.c | 220 err = ldc_copy(port->vio.lp, LDC_COPY_IN, in vnet_rx_one()
|