Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ixl.h169 uint32_t xfer_bufp[HCI1394_DESC_MAX_Z];
171 uint16_t xfer_size[HCI1394_DESC_MAX_Z];
175 hci1394_desc_t descriptor_block[HCI1394_DESC_MAX_Z];
H A Dhci1394_descriptors.h129 #define HCI1394_DESC_MAX_Z 8 macro
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_comp.c1290 if ((wvp->descriptors + wvp->xfer_bufcnt) > HCI1394_DESC_MAX_Z) { in hci1394_bld_recv_pkt_desc()
1544 if ((wvp->descriptors + 2 + wvp->xfer_bufcnt) > HCI1394_DESC_MAX_Z) { in hci1394_bld_xmit_pkt_desc()
2005 if (wvp->xfer_bufcnt > HCI1394_DESC_MAX_Z) { in hci1394_set_next_xfer_buf()