Searched refs:hci1394_alloc_xfer_ctl (Results 1 – 1 of 1) sorted by relevance
85 static hci1394_xfer_ctl_t *hci1394_alloc_xfer_ctl(hci1394_comp_ixl_vars_t *wvp,1296 if ((xctlp = hci1394_alloc_xfer_ctl(wvp, 1)) == NULL) { in hci1394_bld_recv_pkt_desc()1378 if ((xctlp = hci1394_alloc_xfer_ctl(wvp, pktcnt)) == NULL) { in hci1394_bld_recv_buf_ppb_desc()1466 if ((xctlp = hci1394_alloc_xfer_ctl(wvp, 1)) == NULL) { in hci1394_bld_recv_buf_fill_desc()1556 if ((xctlp = hci1394_alloc_xfer_ctl(wvp, 1)) == NULL) { in hci1394_bld_xmit_pkt_desc()1648 if ((xctlp = hci1394_alloc_xfer_ctl(wvp, pktcnt)) == NULL) { in hci1394_bld_xmit_buf_desc()1758 if ((xctlp = hci1394_alloc_xfer_ctl(wvp, repcnt)) == NULL) { in hci1394_bld_xmit_hdronly_nopkt_desc()2151 hci1394_alloc_xfer_ctl(hci1394_comp_ixl_vars_t *wvp, uint32_t dmacnt) in hci1394_alloc_xfer_ctl() function