Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4v/io/
H A Dvds.c494 vd_task_t inband_task; /* task for inband descriptor */ member
2304 if (vd->inband_task.msg != NULL) { in vd_reset_if_needed()
2305 kmem_free(vd->inband_task.msg, vd->max_msglen); in vd_reset_if_needed()
2306 vd->inband_task.msg = NULL; in vd_reset_if_needed()
4521 vd->inband_task.vd = vd; in vd_process_attr_msg()
4522 vd->inband_task.msg = kmem_alloc(vd->max_msglen, KM_SLEEP); in vd_process_attr_msg()
4523 vd->inband_task.index = 0; in vd_process_attr_msg()
4524 vd->inband_task.type = VD_FINAL_RANGE_TASK; /* range == 1 */ in vd_process_attr_msg()
4808 ASSERT(vd->inband_task.msg != NULL); in vd_process_desc_msg()
4810 bcopy(msg, vd->inband_task.msg, msglen); in vd_process_desc_msg()
[all …]