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

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-usb.h122 * int pipe_handle,
130 * - @b pipe_handle will always be -1.
155 * int pipe_handle,
164 * - @b pipe_handle is the handle to the pipe the transaction
593 * - pipe_handle = The Pipe that caused this callback, or
605 int pipe_handle, int submit_handle,
818 * @param pipe_handle
844 extern int cvmx_usb_submit_bulk(cvmx_usb_state_t *state, int pipe_handle,
854 * @param pipe_handle
880 extern int cvmx_usb_submit_interrupt(cvmx_usb_state_t *state, int pipe_handle,
[all...]
H A Dcvmx-usb.c2125 int pipe_handle = -1; local
2129 pipe_handle = __cvmx_usb_get_pipe_handle(usb, pipe);
2148 "pipe_handle=%d, submit_handle=%d, bytes_transferred=%d, user_data=%p);\n",
2151 pipe_handle, submit_handle, bytes_transferred, user_data);
2153 callback((cvmx_usb_state_t *)usb, reason, complete_code, pipe_handle, submit_handle,
2240 * @param pipe_handle
2262 int pipe_handle,
2276 cvmx_usb_pipe_t *pipe = usb->pipe + pipe_handle;
2279 if (cvmx_unlikely((pipe_handle < 0) || (pipe_handle >
2261 __cvmx_usb_submit_transaction(cvmx_usb_internal_state_t *usb, int pipe_handle, cvmx_usb_transfer_t type, int flags, uint64_t buffer, int buffer_length, uint64_t control_header, int iso_start_frame, int iso_number_packets, cvmx_usb_iso_packet_t *iso_packets, cvmx_usb_callback_func_t callback, void *user_data) argument
2365 cvmx_usb_submit_bulk(cvmx_usb_state_t *state, int pipe_handle, uint64_t buffer, int buffer_length, cvmx_usb_callback_func_t callback, void *user_data) argument
2434 cvmx_usb_submit_interrupt(cvmx_usb_state_t *state, int pipe_handle, uint64_t buffer, int buffer_length, cvmx_usb_callback_func_t callback, void *user_data) argument
2507 cvmx_usb_submit_control(cvmx_usb_state_t *state, int pipe_handle, uint64_t control_header, uint64_t buffer, int buffer_length, cvmx_usb_callback_func_t callback, void *user_data) argument
2598 cvmx_usb_submit_isochronous(cvmx_usb_state_t *state, int pipe_handle, int start_frame, int flags, int number_packets, cvmx_usb_iso_packet_t packets[], uint64_t buffer, int buffer_length, cvmx_usb_callback_func_t callback, void *user_data) argument
2668 cvmx_usb_cancel(cvmx_usb_state_t *state, int pipe_handle, int submit_handle) argument
2735 cvmx_usb_cancel_all(cvmx_usb_state_t *state, int pipe_handle) argument
2777 cvmx_usb_close_pipe(cvmx_usb_state_t *state, int pipe_handle) argument
[all...]
/freebsd-10.0-release/sys/mips/cavium/usb/
H A Doctusb.c223 int pipe_handle, int submit_handle,
220 octusb_complete_cb(cvmx_usb_state_t *state, cvmx_usb_callback_t reason, cvmx_usb_complete_t status, int pipe_handle, int submit_handle, int bytes_transferred, void *user_data) argument

Completed in 135 milliseconds