Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
usb.h File Reference
#include <linux/usb.h>

Go to the source code of this file.

Data Structures

struct  urb_context
 
struct  usb_card_rec
 
struct  fw_header
 
struct  fw_sync_header
 
struct  fw_data
 

Macros

#define USB8797_VID   0x1286
 
#define USB8797_PID_1   0x2043
 
#define USB8797_PID_2   0x2044
 
#define USB8797_FW_DNLD   1
 
#define USB8797_FW_READY   2
 
#define USB8797_FW_MAX_RETRY   3
 
#define MWIFIEX_TX_DATA_URB   6
 
#define MWIFIEX_RX_DATA_URB   6
 
#define MWIFIEX_USB_TIMEOUT   100
 
#define USB8797_DEFAULT_FW_NAME   "mrvl/usb8797_uapsta.bin"
 
#define FW_DNLD_TX_BUF_SIZE   620
 
#define FW_DNLD_RX_BUF_SIZE   2048
 
#define FW_HAS_LAST_BLOCK   0x00000004
 
#define FW_DATA_XMIT_SIZE   (sizeof(struct fw_header) + dlen + sizeof(u32))
 

Macro Definition Documentation

#define FW_DATA_XMIT_SIZE   (sizeof(struct fw_header) + dlen + sizeof(u32))

Definition at line 43 of file usb.h.

#define FW_DNLD_RX_BUF_SIZE   2048

Definition at line 40 of file usb.h.

#define FW_DNLD_TX_BUF_SIZE   620

Definition at line 39 of file usb.h.

#define FW_HAS_LAST_BLOCK   0x00000004

Definition at line 41 of file usb.h.

#define MWIFIEX_RX_DATA_URB   6

Definition at line 34 of file usb.h.

#define MWIFIEX_TX_DATA_URB   6

Definition at line 33 of file usb.h.

#define MWIFIEX_USB_TIMEOUT   100

Definition at line 35 of file usb.h.

#define USB8797_DEFAULT_FW_NAME   "mrvl/usb8797_uapsta.bin"

Definition at line 37 of file usb.h.

#define USB8797_FW_DNLD   1

Definition at line 29 of file usb.h.

#define USB8797_FW_MAX_RETRY   3

Definition at line 31 of file usb.h.

#define USB8797_FW_READY   2

Definition at line 30 of file usb.h.

#define USB8797_PID_1   0x2043

Definition at line 26 of file usb.h.

#define USB8797_PID_2   0x2044

Definition at line 27 of file usb.h.

#define USB8797_VID   0x1286

Definition at line 25 of file usb.h.