Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
rndis_host.c File Reference
#include <linux/module.h>
#include <linux/init.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/ethtool.h>
#include <linux/workqueue.h>
#include <linux/slab.h>
#include <linux/mii.h>
#include <linux/usb.h>
#include <linux/usb/cdc.h>
#include <linux/usb/usbnet.h>
#include <linux/usb/rndis_host.h>

Go to the source code of this file.

Functions

void rndis_status (struct usbnet *dev, struct urb *urb)
 
 EXPORT_SYMBOL_GPL (rndis_status)
 
int rndis_command (struct usbnet *dev, struct rndis_msg_hdr *buf, int buflen)
 
 EXPORT_SYMBOL_GPL (rndis_command)
 
int generic_rndis_bind (struct usbnet *dev, struct usb_interface *intf, int flags)
 
 EXPORT_SYMBOL_GPL (generic_rndis_bind)
 
void rndis_unbind (struct usbnet *dev, struct usb_interface *intf)
 
 EXPORT_SYMBOL_GPL (rndis_unbind)
 
int rndis_rx_fixup (struct usbnet *dev, struct sk_buff *skb)
 
 EXPORT_SYMBOL_GPL (rndis_rx_fixup)
 
struct sk_buffrndis_tx_fixup (struct usbnet *dev, struct sk_buff *skb, gfp_t flags)
 
 EXPORT_SYMBOL_GPL (rndis_tx_fixup)
 
 MODULE_DEVICE_TABLE (usb, products)
 
 module_usb_driver (rndis_driver)
 
 MODULE_AUTHOR ("David Brownell")
 
 MODULE_DESCRIPTION ("USB Host side RNDIS driver")
 
 MODULE_LICENSE ("GPL")
 

Function Documentation

EXPORT_SYMBOL_GPL ( rndis_status  )
EXPORT_SYMBOL_GPL ( rndis_command  )
EXPORT_SYMBOL_GPL ( generic_rndis_bind  )
EXPORT_SYMBOL_GPL ( rndis_unbind  )
EXPORT_SYMBOL_GPL ( rndis_rx_fixup  )
EXPORT_SYMBOL_GPL ( rndis_tx_fixup  )
int generic_rndis_bind ( struct usbnet dev,
struct usb_interface intf,
int  flags 
)

Definition at line 301 of file rndis_host.c.

MODULE_AUTHOR ( "David Brownell"  )
MODULE_DESCRIPTION ( "USB Host side RNDIS driver )
MODULE_DEVICE_TABLE ( usb  ,
products   
)
MODULE_LICENSE ( "GPL"  )
module_usb_driver ( rndis_driver  )
int rndis_command ( struct usbnet dev,
struct rndis_msg_hdr buf,
int  buflen 
)

Definition at line 105 of file rndis_host.c.

int rndis_rx_fixup ( struct usbnet dev,
struct sk_buff skb 
)

Definition at line 496 of file rndis_host.c.

void rndis_status ( struct usbnet dev,
struct urb urb 
)

Definition at line 59 of file rndis_host.c.

struct sk_buff* rndis_tx_fixup ( struct usbnet dev,
struct sk_buff skb,
gfp_t  flags 
)
read

Definition at line 541 of file rndis_host.c.

void rndis_unbind ( struct usbnet dev,
struct usb_interface intf 
)

Definition at line 476 of file rndis_host.c.