Lines Matching refs:ldc_channel
51 struct ldc_channel;
54 struct ldc_channel *ldc_alloc(unsigned long id,
60 void ldc_free(struct ldc_channel *lp);
63 int ldc_bind(struct ldc_channel *lp);
64 void ldc_unbind(struct ldc_channel *lp);
71 int ldc_connect(struct ldc_channel *lp);
72 int ldc_disconnect(struct ldc_channel *lp);
74 int ldc_state(struct ldc_channel *lp);
77 int ldc_write(struct ldc_channel *lp, const void *buf,
79 int ldc_read(struct ldc_channel *lp, void *buf, unsigned int size);
97 int ldc_map_sg(struct ldc_channel *lp,
102 int ldc_map_single(struct ldc_channel *lp,
107 void ldc_unmap(struct ldc_channel *lp, struct ldc_trans_cookie *cookies,
110 int ldc_copy(struct ldc_channel *lp, int copy_dir,
114 static inline int ldc_get_dring_entry(struct ldc_channel *lp, in ldc_get_dring_entry()
123 static inline int ldc_put_dring_entry(struct ldc_channel *lp, in ldc_put_dring_entry()
132 void *ldc_alloc_exp_dring(struct ldc_channel *lp, unsigned int len,
136 void ldc_free_exp_dring(struct ldc_channel *lp, void *buf,