Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mips/adm5120/dev/
H A Dahci.c120 static usbd_status ahci_device_intr_start(struct usbd_xfer *);
197 .upm_start = ahci_device_intr_start,
1002 return ahci_device_intr_start(SIMPLEQ_FIRST(&xfer->ux_pipe->up_queue)); in ahci_device_intr_transfer()
1006 ahci_device_intr_start(struct usbd_xfer *xfer) in ahci_device_intr_start() function