Searched refs:read_state (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun4v/sys/
H A Dvdc.h319 vdc_rd_state_t read_state; /* current read state */ member in struct:vdc
/opensolaris-onvv-gate/usr/src/uts/sun4v/io/
H A Dvdc.c516 if ((vdc->read_state == VDC_READ_WAITING) ||
517 (vdc->read_state == VDC_READ_RESET)) {
518 vdc->read_state = VDC_READ_RESET;
709 vdc->read_state = VDC_READ_IDLE;
2036 * notification from the LDC callback which will set the read_state to
2075 while (vdc->read_state != VDC_READ_PENDING) {
2078 if (vdc->read_state == VDC_READ_RESET) {
2083 vdc->read_state = VDC_READ_WAITING;
2087 vdc->read_state = VDC_READ_IDLE;
2200 if ((vdc->read_state
[all...]

Completed in 47 milliseconds