Searched refs:MAX_PIPES (Results 1 – 1 of 1) sorted by relevance
85 #define MAX_PIPES 32 /* Maximum number of pipes that can be open at once */ macro212 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()