|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/init.h>#include <linux/seq_file.h>#include <asm/uaccess.h>#include "ipoib.h"Go to the source code of this file.
Functions | |
| int | __ipoib_vlan_add (struct ipoib_dev_priv *ppriv, struct ipoib_dev_priv *priv, u16 pkey, int type) |
| int | ipoib_vlan_add (struct net_device *pdev, unsigned short pkey) |
| int | ipoib_vlan_delete (struct net_device *pdev, unsigned short pkey) |
| int __ipoib_vlan_add | ( | struct ipoib_dev_priv * | ppriv, |
| struct ipoib_dev_priv * | priv, | ||
| u16 | pkey, | ||
| int | type | ||
| ) |
Definition at line 52 of file ipoib_vlan.c.
| int ipoib_vlan_add | ( | struct net_device * | pdev, |
| unsigned short | pkey | ||
| ) |
Definition at line 122 of file ipoib_vlan.c.
| int ipoib_vlan_delete | ( | struct net_device * | pdev, |
| unsigned short | pkey | ||
| ) |
Definition at line 176 of file ipoib_vlan.c.
1.8.2