Linux Kernel
3.7.1
|
#include <linux/dma-mapping.h>
#include <rdma/ib_verbs.h>
#include <rdma/ib_user_verbs.h>
#include <rdma/iw_cm.h>
#include <rdma/ib_umem.h>
#include <rdma/ib_addr.h>
#include "ocrdma.h"
#include "ocrdma_hw.h"
#include "ocrdma_verbs.h"
#include "ocrdma_abi.h"
Go to the source code of this file.
Definition at line 1120 of file ocrdma_verbs.c.
|
read |
Definition at line 378 of file ocrdma_verbs.c.
|
read |
Definition at line 218 of file ocrdma_verbs.c.
int ocrdma_arm_cq | ( | struct ib_cq * | ibcq, |
enum ib_cq_notify_flags | cq_flags | ||
) |
Definition at line 2504 of file ocrdma_verbs.c.
|
read |
Definition at line 735 of file ocrdma_verbs.c.
|
read |
Definition at line 1046 of file ocrdma_verbs.c.
|
read |
Definition at line 1520 of file ocrdma_verbs.c.
int ocrdma_dealloc_pd | ( | struct ib_pd * | ibpd | ) |
Definition at line 415 of file ocrdma_verbs.c.
int ocrdma_dealloc_ucontext | ( | struct ib_ucontext * | ibctx | ) |
Definition at line 274 of file ocrdma_verbs.c.
Definition at line 681 of file ocrdma_verbs.c.
int ocrdma_destroy_cq | ( | struct ib_cq * | ibcq | ) |
Definition at line 796 of file ocrdma_verbs.c.
int ocrdma_destroy_qp | ( | struct ib_qp * | ibqp | ) |
Definition at line 1424 of file ocrdma_verbs.c.
int ocrdma_destroy_srq | ( | struct ib_srq * | ibsrq | ) |
Definition at line 1613 of file ocrdma_verbs.c.
Definition at line 484 of file ocrdma_verbs.c.
int ocrdma_mmap | ( | struct ib_ucontext * | context, |
struct vm_area_struct * | vma | ||
) |
Definition at line 292 of file ocrdma_verbs.c.
int ocrdma_modify_port | ( | struct ib_device * | ibdev, |
u8 | port, | ||
int | mask, | ||
struct ib_port_modify * | props | ||
) |
Definition at line 151 of file ocrdma_verbs.c.
int ocrdma_modify_qp | ( | struct ib_qp * | ibqp, |
struct ib_qp_attr * | attr, | ||
int | attr_mask, | ||
struct ib_udata * | udata | ||
) |
Definition at line 1141 of file ocrdma_verbs.c.
int ocrdma_modify_srq | ( | struct ib_srq * | ibsrq, |
struct ib_srq_attr * | srq_attr, | ||
enum ib_srq_attr_mask | srq_attr_mask, | ||
struct ib_udata * | udata | ||
) |
Definition at line 1587 of file ocrdma_verbs.c.
Definition at line 2465 of file ocrdma_verbs.c.
int ocrdma_post_recv | ( | struct ib_qp * | ibqp, |
struct ib_recv_wr * | wr, | ||
struct ib_recv_wr ** | bad_wr | ||
) |
Definition at line 1885 of file ocrdma_verbs.c.
int ocrdma_post_send | ( | struct ib_qp * | ibqp, |
struct ib_send_wr * | wr, | ||
struct ib_send_wr ** | bad_wr | ||
) |
Definition at line 1765 of file ocrdma_verbs.c.
int ocrdma_post_srq_recv | ( | struct ib_srq * | ibsrq, |
struct ib_recv_wr * | wr, | ||
struct ib_recv_wr ** | bad_wr | ||
) |
Definition at line 1957 of file ocrdma_verbs.c.
int ocrdma_query_device | ( | struct ib_device * | ibdev, |
struct ib_device_attr * | attr | ||
) |
Definition at line 64 of file ocrdma_verbs.c.
Definition at line 49 of file ocrdma_verbs.c.
Definition at line 40 of file ocrdma_verbs.c.
Definition at line 108 of file ocrdma_verbs.c.
int ocrdma_query_qp | ( | struct ib_qp * | ibqp, |
struct ib_qp_attr * | qp_attr, | ||
int | attr_mask, | ||
struct ib_qp_init_attr * | qp_init_attr | ||
) |
Definition at line 1209 of file ocrdma_verbs.c.
int ocrdma_query_srq | ( | struct ib_srq * | ibsrq, |
struct ib_srq_attr * | srq_attr | ||
) |
Definition at line 1603 of file ocrdma_verbs.c.
|
read |
Definition at line 621 of file ocrdma_verbs.c.