Home
last modified time | relevance | path

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

/Linux-v6.6/arch/sparc/include/asm/
Dldc.h119 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/
Dldc.c2263 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/
Dsunvnet_common.c402 err = ldc_copy(port->vio.lp, LDC_COPY_IN, in vnet_rx_one()