Home
last modified time | relevance | path

Searched refs:ldc_map_single (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/sparc/include/asm/
H A Dldc.h111 int ldc_map_single(struct ldc_channel *lp,
/openbmc/linux/arch/sparc/kernel/
H A Dldc.c2193 int ldc_map_single(struct ldc_channel *lp, in ldc_map_single() function
2230 EXPORT_SYMBOL(ldc_map_single);
2367 err = ldc_map_single(lp, buf, len, cookies, *ncookies, map_perm); in ldc_alloc_exp_dring()
/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunvnet_common.c1078 err = ldc_map_single(lp, skb->data - VNET_PACKET_SKIP, blen, cookies, in vnet_skb_map()
1092 err = ldc_map_single(lp, vaddr + skb_frag_off(f), in vnet_skb_map()
/openbmc/linux/drivers/block/
H A Dsunvdc.c664 err = ldc_map_single(port->vio.lp, req_buf, op_len, in generic_request()