Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
cq.c File Reference
#include "iw_cxgb4.h"

Go to the source code of this file.

Functions

int c4iw_flush_rq (struct t4_wq *wq, struct t4_cq *cq, int count)
 
int c4iw_flush_sq (struct t4_wq *wq, struct t4_cq *cq, int count)
 
void c4iw_flush_hw_cq (struct t4_cq *cq)
 
void c4iw_count_scqes (struct t4_cq *cq, struct t4_wq *wq, int *count)
 
void c4iw_count_rcqes (struct t4_cq *cq, struct t4_wq *wq, int *count)
 
int c4iw_poll_cq (struct ib_cq *ibcq, int num_entries, struct ib_wc *wc)
 
int c4iw_destroy_cq (struct ib_cq *ib_cq)
 
struct ib_cqc4iw_create_cq (struct ib_device *ibdev, int entries, int vector, struct ib_ucontext *ib_context, struct ib_udata *udata)
 
int c4iw_resize_cq (struct ib_cq *cq, int cqe, struct ib_udata *udata)
 
int c4iw_arm_cq (struct ib_cq *ibcq, enum ib_cq_notify_flags flags)
 

Function Documentation

int c4iw_arm_cq ( struct ib_cq ibcq,
enum ib_cq_notify_flags  flags 
)

Definition at line 884 of file cq.c.

void c4iw_count_rcqes ( struct t4_cq cq,
struct t4_wq wq,
int count 
)

Definition at line 303 of file cq.c.

void c4iw_count_scqes ( struct t4_cq cq,
struct t4_wq wq,
int count 
)

Definition at line 284 of file cq.c.

struct ib_cq* c4iw_create_cq ( struct ib_device ibdev,
int  entries,
int  vector,
struct ib_ucontext ib_context,
struct ib_udata udata 
)
read

Definition at line 750 of file cq.c.

int c4iw_destroy_cq ( struct ib_cq ib_cq)

Definition at line 730 of file cq.c.

void c4iw_flush_hw_cq ( struct t4_cq cq)

Definition at line 249 of file cq.c.

int c4iw_flush_rq ( struct t4_wq wq,
struct t4_cq cq,
int  count 
)

Definition at line 194 of file cq.c.

int c4iw_flush_sq ( struct t4_wq wq,
struct t4_cq cq,
int  count 
)

Definition at line 228 of file cq.c.

int c4iw_poll_cq ( struct ib_cq ibcq,
int  num_entries,
struct ib_wc wc 
)

Definition at line 709 of file cq.c.

int c4iw_resize_cq ( struct ib_cq cq,
int  cqe,
struct ib_udata udata 
)

Definition at line 879 of file cq.c.