Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | dsa_slave_priv |
Functions | |
void | dsa_slave_mii_bus_init (struct dsa_switch *ds) |
struct net_device * | dsa_slave_create (struct dsa_switch *ds, struct device *parent, int port, char *name) |
netdev_tx_t | dsa_xmit (struct sk_buff *skb, struct net_device *dev) |
netdev_tx_t | edsa_xmit (struct sk_buff *skb, struct net_device *dev) |
netdev_tx_t | trailer_xmit (struct sk_buff *skb, struct net_device *dev) |
Variables | |
char | dsa_driver_version [] |
struct packet_type | dsa_packet_type |
struct packet_type | edsa_packet_type |
struct packet_type | trailer_packet_type |
|
read |
void dsa_slave_mii_bus_init | ( | struct dsa_switch * | ds | ) |
netdev_tx_t dsa_xmit | ( | struct sk_buff * | skb, |
struct net_device * | dev | ||
) |
netdev_tx_t edsa_xmit | ( | struct sk_buff * | skb, |
struct net_device * | dev | ||
) |
Definition at line 20 of file tag_edsa.c.
netdev_tx_t trailer_xmit | ( | struct sk_buff * | skb, |
struct net_device * | dev | ||
) |
Definition at line 17 of file tag_trailer.c.
struct packet_type dsa_packet_type |
struct packet_type edsa_packet_type |
struct packet_type trailer_packet_type |