Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_async.c2138 header.q4 = HCI1394_DESC_DATALEN_SET(cmd_priv->mblk.length); in hci1394_async_write()
2240 header.q4 = HCI1394_DESC_DATALEN_SET(cmd_priv->mblk.length); in hci1394_async_read()
2332 header.q4 = HCI1394_DESC_DATALEN_SET(size) | in hci1394_async_lock()
2341 header.q4 = HCI1394_DESC_DATALEN_SET(size) | in hci1394_async_lock()
2543 header.q4 = HCI1394_DESC_DATALEN_SET(cmd->cmd_u.b.blk_length); in hci1394_async_read_response()
2627 header.q4 = HCI1394_DESC_DATALEN_SET(size) | in hci1394_async_lock_response()
2630 header.q4 = HCI1394_DESC_DATALEN_SET(size) | in hci1394_async_lock_response()
2657 header.q4 = HCI1394_DESC_DATALEN_SET(size) | in hci1394_async_lock_response()
2664 header.q4 = HCI1394_DESC_DATALEN_SET(size) | in hci1394_async_lock_response()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_descriptors.h453 #define HCI1394_DESC_DATALEN_SET(data) \ macro