Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_async.h230 boolean_t flush_q, boolean_t *request_available);
236 boolean_t flush_q, boolean_t *response_available);
H A Dhci1394_q.h364 void hci1394_q_at_next(hci1394_q_handle_t q_handle, boolean_t flush_q,
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_async.c452 boolean_t flush_q, boolean_t *request_available) in hci1394_async_atreq_process() argument
466 hci1394_q_at_next(async_handle->as_atreq_q, flush_q, &qcmd); in hci1394_async_atreq_process()
934 boolean_t flush_q, boolean_t *response_available) in hci1394_async_atresp_process() argument
948 hci1394_q_at_next(async_handle->as_atresp_q, flush_q, &qcmd); in hci1394_async_atresp_process()
H A Dhci1394_q.c782 hci1394_q_at_next(hci1394_q_handle_t q_handle, boolean_t flush_q, in hci1394_q_at_next() argument
827 if (flush_q == B_FALSE) { in hci1394_q_at_next()