Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_comp.c90 static hci1394_xfer_ctl_t *hci1394_alloc_xfer_ctl(hci1394_comp_ixl_vars_t *wvp,
1504 if ((xctlp = hci1394_alloc_xfer_ctl(wvp, 1)) == NULL) { in hci1394_bld_recv_pkt_desc()
1603 if ((xctlp = hci1394_alloc_xfer_ctl(wvp, pktcnt)) == NULL) { in hci1394_bld_recv_buf_ppb_desc()
1722 if ((xctlp = hci1394_alloc_xfer_ctl(wvp, 1)) == NULL) { in hci1394_bld_recv_buf_fill_desc()
1850 if ((xctlp = hci1394_alloc_xfer_ctl(wvp, 1)) == NULL) { in hci1394_bld_xmit_pkt_desc()
1959 if ((xctlp = hci1394_alloc_xfer_ctl(wvp, pktcnt)) == NULL) { in hci1394_bld_xmit_buf_desc()
2089 if ((xctlp = hci1394_alloc_xfer_ctl(wvp, repcnt)) == NULL) { in hci1394_bld_xmit_hdronly_nopkt_desc()
2594 hci1394_alloc_xfer_ctl(hci1394_comp_ixl_vars_t *wvp, uint32_t dmacnt) in hci1394_alloc_xfer_ctl() function