Searched refs:ldc_trans_cookie (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/arch/sparc/include/asm/ |
D | ldc.h | 89 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);
|
D | vio.h | 70 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/ |
D | sunvnet.h | 24 struct ldc_trans_cookie cookies[2];
|
D | sunvnet.c | 198 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/ |
D | ldc.c | 2014 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()
|
D | viohs.c | 180 (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/ |
D | sunvdc.c | 603 (sizeof(struct ldc_trans_cookie) * port->ring_cookies); in vdc_alloc_tx_ring()
|