suse man page for struct_usb_sg_request

Query: struct_usb_sg_request

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

STRUCT
USB_SG_REQUES(9) Host-Side Data Types and Macro STRUCT USB_SG_REQUES(9)
NAME
struct_usb_sg_request - support for scatter/gather I/O
SYNOPSIS
struct usb_sg_request { int status; size_t bytes; };
MEMBERS
status zero indicates success, else negative errno bytes counts bytes transferred.
DESCRIPTION
These requests are initialized using usb_sg_init, and then are used as request handles passed to usb_sg_wait or usb_sg_cancel. Most members of the request object aren't for driver access. The status and bytecount values are valid only after usb_sg_wait returns. If the status is zero, then the bytecount matches the total from the request. After an error completion, drivers may need to clear a halt condition on the endpoint.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 STRUCT USB_SG_REQUES(9)
Related Man Pages
struct_cfg80211_scan_request(9) - centos
struct_spi_message(9) - centos
struct_spi_message(9) - suse
struct_usb_request(9) - suse
struct_usb_interface(9) - suse
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Cut command on RHEL 6.8 compatibility issues
A (ksh) Library For and From UNIX.com
Shopt -s histappend
32 bit process addressing more than 4GB