Searched refs:ldc_copy (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/arch/sparc/include/asm/ |
D | ldc.h | 119 int ldc_copy(struct ldc_channel *lp, int copy_dir, 129 return ldc_copy(lp, LDC_COPY_IN, buf, len, offset, cookies, ncookies); in ldc_get_dring_entry() 138 return ldc_copy(lp, LDC_COPY_OUT, buf, len, offset, cookies, ncookies); in ldc_put_dring_entry()
|
/Linux-v6.6/arch/sparc/kernel/ |
D | ldc.c | 2263 int ldc_copy(struct ldc_channel *lp, int copy_dir, in ldc_copy() function 2351 EXPORT_SYMBOL(ldc_copy);
|
/Linux-v6.6/drivers/net/ethernet/sun/ |
D | sunvnet_common.c | 402 err = ldc_copy(port->vio.lp, LDC_COPY_IN, in vnet_rx_one()
|