Home
last modified time | relevance | path

Searched refs:as_tlabel (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_async.c183 hci1394_csr_split_timeout_get(csr_handle)), &async->as_tlabel); in hci1394_async_init()
212 hci1394_tlabel_fini(&async->as_tlabel); in hci1394_async_init()
230 hci1394_tlabel_fini(&async->as_tlabel); in hci1394_async_init()
249 hci1394_tlabel_fini(&async->as_tlabel); in hci1394_async_init()
269 hci1394_tlabel_fini(&async->as_tlabel); in hci1394_async_init()
301 hci1394_tlabel_fini(&async->as_tlabel); in hci1394_async_fini()
383 hci1394_tlabel_reset(async_handle->as_tlabel); in hci1394_async_flush()
400 hci1394_tlabel_set_reclaim_time(async_handle->as_tlabel, timeout); in hci1394_async_pending_timeout_update()
602 hci1394_tlabel_free(async_handle->as_tlabel, in hci1394_async_atreq_process()
721 hci1394_tlabel_free(async_handle->as_tlabel, &hcicmd->ac_tlabel); in hci1394_async_arresp_process()
[all …]
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_async.h183 hci1394_tlabel_handle_t as_tlabel; member