Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_async.h232 boolean_t flush_q, boolean_t *request_available);
238 boolean_t flush_q, boolean_t *response_available);
H A Dhci1394_q.h366 void hci1394_q_at_next(hci1394_q_handle_t q_handle, boolean_t flush_q,
/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_async.c493 boolean_t flush_q, boolean_t *request_available) in hci1394_async_atreq_process() argument
510 hci1394_q_at_next(async_handle->as_atreq_q, flush_q, &qcmd); in hci1394_async_atreq_process()
1076 boolean_t flush_q, boolean_t *response_available) in hci1394_async_atresp_process() argument
1093 hci1394_q_at_next(async_handle->as_atresp_q, flush_q, &qcmd); in hci1394_async_atresp_process()
H A Dhci1394_q.c858 hci1394_q_at_next(hci1394_q_handle_t q_handle, boolean_t flush_q, in hci1394_q_at_next() argument
906 if (flush_q == B_FALSE) { in hci1394_q_at_next()