Go to the source code of this file.
|
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_cq * | c4iw_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) |
|
Definition at line 884 of file cq.c.
Definition at line 303 of file cq.c.
Definition at line 284 of file cq.c.
Definition at line 750 of file cq.c.
Definition at line 730 of file cq.c.
Definition at line 249 of file cq.c.
Definition at line 194 of file cq.c.
Definition at line 228 of file cq.c.
Definition at line 709 of file cq.c.
Definition at line 879 of file cq.c.