Linux Kernel
3.7.1
|
#include <linux/pci.h>
#include <linux/delay.h>
#include <linux/sched.h>
#include "ipath_kernel.h"
#include "ipath_verbs.h"
#include "ipath_common.h"
Go to the source code of this file.
Macros | |
#define | E_SUM_PKTERRS |
#define | E_SUM_ERRS |
#define | E_SPKT_ERRS_IGNORE |
#define | E_SUM_LINK_PKTERRS |
#define | INFINIPATH_HWE_TXEMEMPARITYERR_MSG(a) |
#define | INFINIPATH_HWE_RXEMEMPARITYERR_MSG(a) |
Functions | |
void | ipath_disarm_senderrbufs (struct ipath_devdata *dd) |
void | ipath_format_hwerrors (u64 hwerrs, const struct ipath_hwerror_msgs *hwerrmsgs, size_t nhwerrmsgs, char *msg, size_t msgl) |
void | signal_ib_event (struct ipath_devdata *dd, enum ib_event_type ev) |
void | ipath_clear_freeze (struct ipath_devdata *dd) |
irqreturn_t | ipath_intr (int irq, void *data) |
#define E_SPKT_ERRS_IGNORE |
Definition at line 114 of file ipath_intr.c.
#define E_SUM_ERRS |
Definition at line 101 of file ipath_intr.c.
#define E_SUM_LINK_PKTERRS |
Definition at line 125 of file ipath_intr.c.
#define E_SUM_PKTERRS |
Definition at line 92 of file ipath_intr.c.
#define INFINIPATH_HWE_RXEMEMPARITYERR_MSG | ( | a | ) |
Definition at line 160 of file ipath_intr.c.
#define INFINIPATH_HWE_TXEMEMPARITYERR_MSG | ( | a | ) |
Definition at line 154 of file ipath_intr.c.
void ipath_clear_freeze | ( | struct ipath_devdata * | dd | ) |
Definition at line 887 of file ipath_intr.c.
void ipath_disarm_senderrbufs | ( | struct ipath_devdata * | dd | ) |
Definition at line 47 of file ipath_intr.c.
void ipath_format_hwerrors | ( | u64 | hwerrs, |
const struct ipath_hwerror_msgs * | hwerrmsgs, | ||
size_t | nhwerrmsgs, | ||
char * | msg, | ||
size_t | msgl | ||
) |
ipath_format_hwerrors - format hardware error messages for display hardware errors bit vector hardware error descriptions number of hwerrmsgs message buffer message buffer length
Definition at line 205 of file ipath_intr.c.
irqreturn_t ipath_intr | ( | int | irq, |
void * | data | ||
) |
Definition at line 1065 of file ipath_intr.c.
void signal_ib_event | ( | struct ipath_devdata * | dd, |
enum ib_event_type | ev | ||
) |
Definition at line 246 of file ipath_intr.c.