Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_isr.c804 boolean_t response_available; in hci1394_isr_arresp() local
824 &response_available); in hci1394_isr_arresp()
829 } while (response_available == B_TRUE); in hci1394_isr_arresp()
883 boolean_t response_available; in hci1394_isr_atresp_complete() local
906 B_FALSE, &response_available); in hci1394_isr_atresp_complete()
911 } while (response_available == B_TRUE); in hci1394_isr_atresp_complete()
H A Dhci1394_async.c729 boolean_t *response_available) in hci1394_async_arresp_process() argument
740 ASSERT(response_available != NULL); in hci1394_async_arresp_process()
753 *response_available = B_FALSE; in hci1394_async_arresp_process()
763 *response_available = B_TRUE; in hci1394_async_arresp_process()
1076 boolean_t flush_q, boolean_t *response_available) in hci1394_async_atresp_process() argument
1084 ASSERT(response_available != NULL); in hci1394_async_atresp_process()
1100 *response_available = B_FALSE; in hci1394_async_atresp_process()
1107 *response_available = B_TRUE; in hci1394_async_atresp_process()
3595 boolean_t response_available; in hci1394_async_arresp_flush() local
3610 &response_available); in hci1394_async_arresp_flush()
[all …]
/titanic_41/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_async.h234 boolean_t *response_available);
238 boolean_t flush_q, boolean_t *response_available);