Linux Kernel
3.7.1
|
#include <linux/delay.h>
#include <linux/moduleparam.h>
#include <linux/dma-mapping.h>
#include <linux/slab.h>
#include <linux/ip.h>
#include <linux/tcp.h>
#include "ipoib.h"
Go to the source code of this file.
|
read |
Definition at line 56 of file ipoib_ib.c.
void ipoib_drain_cq | ( | struct net_device * | dev | ) |
Definition at line 775 of file ipoib_ib.c.
Definition at line 82 of file ipoib_ib.c.
Definition at line 473 of file ipoib_ib.c.
void ipoib_ib_dev_cleanup | ( | struct net_device * | dev | ) |
Definition at line 1028 of file ipoib_ib.c.
int ipoib_ib_dev_down | ( | struct net_device * | dev, |
int | flush | ||
) |
Definition at line 735 of file ipoib_ib.c.
void ipoib_ib_dev_flush_heavy | ( | struct work_struct * | work | ) |
Definition at line 1020 of file ipoib_ib.c.
void ipoib_ib_dev_flush_light | ( | struct work_struct * | work | ) |
Definition at line 1004 of file ipoib_ib.c.
void ipoib_ib_dev_flush_normal | ( | struct work_struct * | work | ) |
Definition at line 1012 of file ipoib_ib.c.
Definition at line 908 of file ipoib_ib.c.
int ipoib_ib_dev_open | ( | struct net_device * | dev | ) |
Definition at line 666 of file ipoib_ib.c.
int ipoib_ib_dev_stop | ( | struct net_device * | dev, |
int | flush | ||
) |
Definition at line 814 of file ipoib_ib.c.
int ipoib_ib_dev_up | ( | struct net_device * | dev | ) |
Definition at line 719 of file ipoib_ib.c.
int ipoib_pkey_dev_delay_open | ( | struct net_device * | dev | ) |
Definition at line 1070 of file ipoib_ib.c.
void ipoib_pkey_poll | ( | struct work_struct * | work | ) |
Definition at line 1050 of file ipoib_ib.c.
int ipoib_poll | ( | struct napi_struct * | napi, |
int | budget | ||
) |
Definition at line 427 of file ipoib_ib.c.
void ipoib_reap_ah | ( | struct work_struct * | work | ) |
Definition at line 648 of file ipoib_ib.c.
void ipoib_send | ( | struct net_device * | dev, |
struct sk_buff * | skb, | ||
struct ipoib_ah * | address, | ||
u32 | qpn | ||
) |
Definition at line 542 of file ipoib_ib.c.