Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ixl.h171 uint32_t xfer_bufp[HCI1394_DESC_MAX_Z];
173 uint16_t xfer_size[HCI1394_DESC_MAX_Z];
177 hci1394_desc_t descriptor_block[HCI1394_DESC_MAX_Z];
H A Dhci1394_descriptors.h131 #define HCI1394_DESC_MAX_Z 8 macro
/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_comp.c1489 if ((wvp->descriptors + wvp->xfer_bufcnt) > HCI1394_DESC_MAX_Z) { in hci1394_bld_recv_pkt_desc()
1820 if ((wvp->descriptors + 2 + wvp->xfer_bufcnt) > HCI1394_DESC_MAX_Z) { in hci1394_bld_xmit_pkt_desc()
2402 if (wvp->xfer_bufcnt > HCI1394_DESC_MAX_Z) { in hci1394_set_next_xfer_buf()