Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/usb/
Dif_axen.c837 if (c->axen_xfer == NULL) { in axen_rx_list_init()
838 c->axen_xfer = usbd_alloc_xfer(sc->axen_udev); in axen_rx_list_init()
839 if (c->axen_xfer == NULL) in axen_rx_list_init()
841 c->axen_buf = usbd_alloc_buffer(c->axen_xfer, in axen_rx_list_init()
844 usbd_free_xfer(c->axen_xfer); in axen_rx_list_init()
868 if (c->axen_xfer == NULL) { in axen_tx_list_init()
869 c->axen_xfer = usbd_alloc_xfer(sc->axen_udev); in axen_tx_list_init()
870 if (c->axen_xfer == NULL) in axen_tx_list_init()
872 c->axen_buf = usbd_alloc_buffer(c->axen_xfer, in axen_tx_list_init()
875 usbd_free_xfer(c->axen_xfer); in axen_tx_list_init()
[all …]
Dif_axenreg.h238 struct usbd_xfer *axen_xfer; member