Searched refs:ds_data_cb (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/sun4v/sys/ |
H A D | ds.h | 98 void (*ds_data_cb)(ds_cb_arg_t arg, void *buf, size_t buflen); member
|
/titanic_41/usr/src/lib/libds/common/ |
H A D | libds.h | 69 void (*ds_data_cb)(ds_hdl_t hdl, ds_cb_arg_t arg, void *buf, member
|
H A D | libds.c | 281 data_cb = dsp->dsl_ops.ds_data_cb; in ds_recv() 407 if (ops->ds_data_cb != NULL) in ds_register()
|
/titanic_41/usr/src/cmd/ldmad/ |
H A D | ldmad.c | 456 ds_ops.ds_data_cb = ldma_data_cb; in ldma_register()
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | ds_common.c | 1606 (*svc->ops.ds_data_cb)(svc->ops.cb_arg, msg, msgsz); in ds_handle_data() 2523 if ((ops->ds_data_cb == NULL) || (ops->ds_reg_cb == NULL)) { in ds_ucap_init() 2533 DS_EOL, __func__, cap->svc_id, PTR_TO_LONG(ops->ds_data_cb), in ds_ucap_init() 3084 if (svc->ops.ds_data_cb) { in ds_loopback_send() 3087 (*svc->ops.ds_data_cb)(svc->ops.cb_arg, buf, buflen); in ds_loopback_send()
|