Home | Sort by: relevance | last modified time | path |
/src/sys/dev/usb/ | |
vhci.c | 131 * Each xfer from the point of view of the USB stack is a vxfer from the point 134 * A vxfer has a linked list containing a maximum of two packets: a request 137 * vxfer and a port. 184 struct vhci_xfer *vxfer; member in struct:vhci_packet 280 vhci_xfer_t *vxfer = (vhci_xfer_t *)xfer; local in function:vhci_pkt_ctrl_create 288 req->vxfer = vxfer; 292 req->buf = (uint8_t *)&vxfer->reqbuf; 293 req->size = sizeof(vxfer->reqbuf); 298 memset(&vxfer->reqbuf, 0, sizeof(vxfer->reqbuf)) 357 vhci_xfer_t *vxfer = pkt->vxfer; local in function:vhci_pkt_destroy 441 vhci_xfer_t *vxfer; local in function:vhci_allocx 453 vhci_xfer_t *vxfer = (vhci_xfer_t *)xfer; local in function:vhci_freex 643 vhci_xfer_t *vxfer = (vhci_xfer_t *)xfer; local in function:vhci_device_ctrl_abort 830 vhci_xfer_t *vxfer; local in function:vhci_port_flush 1039 vhci_xfer_t *vxfer; local in function:vhci_fd_read 1113 vhci_xfer_t *vxfer; local in function:vhci_fd_write [all...] |