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

/opensolaris-onvv-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_q.h281 * its wake bit. q_previous is a pointer to the previous descriptor.
282 * When adding a new descriptor, we just de-reference q_previous to
285 hci1394_desc_t *q_previous; member in struct:hci1394_q_s
289 * (as described above in q_previous), one of the things you need to
345 hci1394_q_s::q_previous \
/opensolaris-onvv-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_q.c318 q_handle->q_previous = NULL;
1091 if (q_handle->q_previous != NULL) {
1092 ddi_put32(qbuf->qb_buf.bi_handle, &q_handle->q_previous->branch,
1104 q_handle->q_previous = (hci1394_desc_t *)desc;
1191 if (q_handle->q_previous != NULL) {
1192 ddi_put32(qbuf->qb_buf.bi_handle, &q_handle->q_previous->branch,
1204 q_handle->q_previous = desc;
1742 if (q_handle->q_previous != NULL) {
1744 &q_handle->q_previous->branch, command_ptr);
1751 q_handle->q_previous
[all...]

Completed in 97 milliseconds