Home
last modified time | relevance | path

Searched refs:dpsp (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/sun4v/io/
H A Dvlds.c116 static void vlds_recvq_init(vlds_svc_info_t *dpsp);
117 static void vlds_recvq_destroy(vlds_svc_info_t *dpsp);
118 static int vlds_recvq_get_data(vlds_svc_info_t *dpsp, void *buf, size_t buflen,
120 static void vlds_recvq_drain(vlds_svc_info_t *dpsp);
121 static int vlds_recvq_put_data(vlds_svc_info_t *dpsp, void *buf, size_t buflen);
1352 vlds_svc_info_t *dpsp; in vlds_user_reg_cb() local
1363 dpsp = DS_MALLOC(sizeof (vlds_svc_info_t)); in vlds_user_reg_cb()
1364 vlds_recvq_init(dpsp); in vlds_user_reg_cb()
1365 ds_cbarg_set_drv_per_svc_ptr(arg, dpsp); in vlds_user_reg_cb()
1404 void *dpsp; in vlds_user_unreg_cb() local
[all …]
H A Dds_drv.c1069 ds_cbarg_set_drv_per_svc_ptr(ds_cb_arg_t arg, void *dpsp) in ds_cbarg_set_drv_per_svc_ptr() argument
1074 svc->drv_psp = dpsp; in ds_cbarg_set_drv_per_svc_ptr()
/titanic_41/usr/src/uts/sun4v/sys/
H A Dds_impl.h441 void ds_cbarg_set_drv_per_svc_ptr(ds_cb_arg_t arg, void *dpsp);