Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-usb.h640__CVMX_USB_PIPE_FLAGS_OPEN = 1<<16, /**< Used internally to determine if a pipe is open. D… enumerator
H A Dcvmx-usb.c1306 pipe->flags = flags | __CVMX_USB_PIPE_FLAGS_OPEN; in cvmx_usb_open_pipe()
2282 if (cvmx_unlikely((pipe->flags & __CVMX_USB_PIPE_FLAGS_OPEN) == 0)) in __cvmx_usb_submit_transaction()
2686 if (cvmx_unlikely((pipe->flags & __CVMX_USB_PIPE_FLAGS_OPEN) == 0)) in cvmx_usb_cancel()
2747 if (cvmx_unlikely((pipe->flags & __CVMX_USB_PIPE_FLAGS_OPEN) == 0)) in cvmx_usb_cancel_all()
2789 if (cvmx_unlikely((pipe->flags & __CVMX_USB_PIPE_FLAGS_OPEN) == 0)) in cvmx_usb_close_pipe()