Searched refs:usrp (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/ |
H A D | xhci_usba.c | 1028 xhci_transfer_t *xt, usb_isoc_req_t *usrp) in xhci_hcdi_isoc_transfer_fill() argument 1034 for (i = 0; i < usrp->isoc_pkts_count; i++) { in xhci_hcdi_isoc_transfer_fill() 1038 ushort_t len = usrp->isoc_pkt_descr[i].isoc_pkt_length; in xhci_hcdi_isoc_transfer_fill() 1061 if (i + 1 == usrp->isoc_pkts_count) in xhci_hcdi_isoc_transfer_fill() 1159 usb_isoc_req_t *usrp; in xhci_hcdi_periodic_init() local 1162 usrp = (usb_isoc_req_t *)usb_req; in xhci_hcdi_periodic_init() 1163 ntrbs = usrp->isoc_pkts_count; in xhci_hcdi_periodic_init() 1182 usb_isoc_req_t *usrp; in xhci_hcdi_periodic_init() local 1183 usrp = (usb_isoc_req_t *)usb_req; in xhci_hcdi_periodic_init() 1184 xhci_hcdi_isoc_transfer_fill(xd, xep, xt, usrp); in xhci_hcdi_periodic_init() [all …]
|
H A D | xhci_endpoint.c | 1530 usb_isoc_req_t *usrp; in xhci_endpoint_isoch_callback() local 1567 usrp = (usb_isoc_req_t *)urp; in xhci_endpoint_isoch_callback() 1586 mp = usrp->isoc_data; in xhci_endpoint_isoch_callback() 1592 usrp = (usb_isoc_req_t *)xt->xt_usba_req; in xhci_endpoint_isoch_callback() 1596 bcopy(xt->xt_isoc, usrp->isoc_pkt_descr, in xhci_endpoint_isoch_callback() 1597 sizeof (usb_isoc_pkt_descr_t) * usrp->isoc_pkts_count); in xhci_endpoint_isoch_callback() 1600 usba_hcdi_cb(xep->xep_pipe, (usb_opaque_t)usrp, cr); in xhci_endpoint_isoch_callback()
|
/illumos-gate/usr/src/uts/common/io/scsi/targets/ |
H A D | sd.c | 1143 mhioc_inkeys_t *usrp, int flag); 1145 mhioc_inresvs_t *usrp, int flag); 25979 mhioc_inkeys_t *usrp, int flag) argument 25993 if ((ptr = (mhioc_inkeys_t *)usrp) == NULL) { 26139 mhioc_inresvs_t *usrp, int flag) argument 26157 if ((ptr = usrp) == NULL) {
|