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

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-usb.h123 * int submit_handle,
131 * - @b submit_handle will always be -1.
156 * int submit_handle,
166 * - @b submit_handle is the handle returned by the original
595 * - submit_handle = Transfer submit handle causing this
605 int pipe_handle, int submit_handle,
999 * @param submit_handle
1006 int pipe_handle, int submit_handle);
H A Dcvmx-usb.c2124 int submit_handle = -1; local
2133 submit_handle = __cvmx_usb_get_submit_handle(usb, transaction);
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,
2274 int submit_handle; local
2324 submit_handle = __cvmx_usb_get_submit_handle(usb, transaction);
2330 CVMX_USB_RETURN(submit_handle);
2370 int submit_handle; local
2385 submit_handle
2439 int submit_handle; local
2513 int submit_handle; local
2606 int submit_handle; local
2668 cvmx_usb_cancel(cvmx_usb_state_t *state, int pipe_handle, int submit_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 121 milliseconds