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

/freebsd-10.0-release/sys/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++)
2279 if (cvmx_unlikely((pipe_handle < 0) || (pipe_handle >= MAX_PIPES)))
2680 if (cvmx_unlikely((pipe_handle < 0) || (pipe_handle >= MAX_PIPES)))
2743 if (cvmx_unlikely((pipe_handle < 0) || (pipe_handle >= MAX_PIPES)))
2785 if (cvmx_unlikely((pipe_handle < 0) || (pipe_handle >= MAX_PIPES)))

Completed in 150 milliseconds