|
Linux Kernel
3.7.1
|
#include <net/neighbour.h>#include <net/netevent.h>#include <rdma/ib_addr.h>#include <rdma/ib_cache.h>#include "ocrdma.h"#include "ocrdma_verbs.h"#include "ocrdma_ah.h"#include "ocrdma_hw.h"Go to the source code of this file.
Functions | |
| struct ib_ah * | ocrdma_create_ah (struct ib_pd *ibpd, struct ib_ah_attr *attr) |
| int | ocrdma_destroy_ah (struct ib_ah *ibah) |
| int | ocrdma_query_ah (struct ib_ah *ibah, struct ib_ah_attr *attr) |
| int | ocrdma_modify_ah (struct ib_ah *ibah, struct ib_ah_attr *attr) |
| int | ocrdma_process_mad (struct ib_device *ibdev, int process_mad_flags, u8 port_num, struct ib_wc *in_wc, struct ib_grh *in_grh, struct ib_mad *in_mad, struct ib_mad *out_mad) |
Definition at line 90 of file ocrdma_ah.c.
Definition at line 127 of file ocrdma_ah.c.
| int ocrdma_modify_ah | ( | struct ib_ah * | ibah, |
| struct ib_ah_attr * | attr | ||
| ) |
Definition at line 158 of file ocrdma_ah.c.
| int ocrdma_process_mad | ( | struct ib_device * | ibdev, |
| int | process_mad_flags, | ||
| u8 | port_num, | ||
| struct ib_wc * | in_wc, | ||
| struct ib_grh * | in_grh, | ||
| struct ib_mad * | in_mad, | ||
| struct ib_mad * | out_mad | ||
| ) |
Definition at line 164 of file ocrdma_ah.c.
| int ocrdma_query_ah | ( | struct ib_ah * | ibah, |
| struct ib_ah_attr * | attr | ||
| ) |
Definition at line 135 of file ocrdma_ah.c.
1.8.2