Home
last modified time | relevance | path

Searched refs:ldc_trans_cookie (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/arch/sparc/include/asm/
Dldc.h89 struct ldc_trans_cookie { struct
97 struct ldc_trans_cookie *cookies, int ncookies, argument
102 struct ldc_trans_cookie *cookies, int ncookies,
105 extern void ldc_unmap(struct ldc_channel *lp, struct ldc_trans_cookie *cookies,
110 struct ldc_trans_cookie *cookies, int ncookies);
115 struct ldc_trans_cookie *cookies, in ldc_get_dring_entry()
124 struct ldc_trans_cookie *cookies, in ldc_put_dring_entry()
131 struct ldc_trans_cookie *cookies,
136 struct ldc_trans_cookie *cookies, int ncookies);
Dvio.h70 struct ldc_trans_cookie cookies[0];
153 struct ldc_trans_cookie cookies[0];
228 struct ldc_trans_cookie cookies[0];
244 struct ldc_trans_cookie cookies[VIO_MAX_RING_COOKIES];
/linux-2.6.39/drivers/net/
Dsunvnet.h24 struct ldc_trans_cookie cookies[2];
Dsunvnet.c198 struct ldc_trans_cookie *cookies, int ncookies) in vnet_rx_one()
980 (sizeof(struct ldc_trans_cookie) * 2))); in vnet_port_alloc_tx_bufs()
995 (sizeof(struct ldc_trans_cookie) * 2)); in vnet_port_alloc_tx_bufs()
/linux-2.6.39/arch/sparc/kernel/
Dldc.c2014 struct ldc_trans_cookie *cookies;
2086 struct ldc_trans_cookie *cookies, int ncookies, in ldc_map_sg()
2132 struct ldc_trans_cookie *cookies, int ncookies, in ldc_map_single()
2194 void ldc_unmap(struct ldc_channel *lp, struct ldc_trans_cookie *cookies, in ldc_unmap()
2214 struct ldc_trans_cookie *cookies, int ncookies) in ldc_copy()
2303 struct ldc_trans_cookie *cookies, int *ncookies, in ldc_alloc_exp_dring()
2328 struct ldc_trans_cookie *cookies, int ncookies) in ldc_free_exp_dring()
Dviohs.c180 (sizeof(struct ldc_trans_cookie) * in send_dreg()
460 (dr->ncookies * sizeof(struct ldc_trans_cookie))); in process_dreg_info()
/linux-2.6.39/drivers/block/
Dsunvdc.c603 (sizeof(struct ldc_trans_cookie) * port->ring_cookies); in vdc_alloc_tx_ring()