Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4v/io/
H A Dvds.c529 typedef struct vds_operation { struct
4095 static const vds_operation_t vds_operation[] = { variable
4118 (sizeof (vds_operation))/(sizeof (vds_operation[0]));
4144 if (request->operation == vds_operation[i].operation) { in vd_do_process_task()
4146 ASSERT(vds_operation[i].start != NULL); in vd_do_process_task()
4148 task->completef = vds_operation[i].complete; in vd_do_process_task()
4179 return (vds_operation[i].start(task)); in vd_do_process_task()