Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-usb.c85 #define MAX_PIPES 32 /* Maximum number of pipes that can be open at once */ macro
212 cvmx_usb_pipe_t pipe[MAX_PIPES]; /**< Storage for pipes */
674 for (i=0; i<MAX_PIPES; i++) in cvmx_usb_initialize()
2279 if (cvmx_unlikely((pipe_handle < 0) || (pipe_handle >= MAX_PIPES))) in __cvmx_usb_submit_transaction()
2680 if (cvmx_unlikely((pipe_handle < 0) || (pipe_handle >= MAX_PIPES))) in cvmx_usb_cancel()
2743 if (cvmx_unlikely((pipe_handle < 0) || (pipe_handle >= MAX_PIPES))) in cvmx_usb_cancel_all()
2785 if (cvmx_unlikely((pipe_handle < 0) || (pipe_handle >= MAX_PIPES))) in cvmx_usb_close_pipe()