t4_wq
static void insert_recv_cqe(struct t4_wq *wq, struct t4_cq *cq, u32 srqidx)
int c4iw_flush_rq(struct t4_wq *wq, struct t4_cq *cq, int count)
static void insert_sq_cqe(struct t4_wq *wq, struct t4_cq *cq,
static void advance_oldest_read(struct t4_wq *wq);
struct t4_wq *wq = &qhp->wq;
static void flush_completed_wrs(struct t4_wq *wq, struct t4_cq *cq)
static void create_read_req_cqe(struct t4_wq *wq, struct t4_cqe *hw_cqe,
static void advance_oldest_read(struct t4_wq *wq)
static int cqe_completes_wr(struct t4_cqe *cqe, struct t4_wq *wq)
void c4iw_count_rcqes(struct t4_cq *cq, struct t4_wq *wq, int *count)
static int poll_cq(struct t4_wq *wq, struct t4_cq *cq, struct t4_cqe *cqe,
struct t4_wq *wq = qhp ? &qhp->wq : NULL;
void c4iw_log_wr_stats(struct t4_wq *wq, struct t4_cqe *cqe)
void c4iw_count_rcqes(struct t4_cq *cq, struct t4_wq *wq, int *count);
int c4iw_flush_rq(struct t4_wq *wq, struct t4_cq *cq, int count);
extern void c4iw_log_wr_stats(struct t4_wq *wq, struct t4_cqe *cqe);
struct t4_wq wq;
static int destroy_qp(struct c4iw_rdev *rdev, struct t4_wq *wq,
static int create_qp(struct c4iw_rdev *rdev, struct t4_wq *wq,
struct t4_wq wq;
static int fill_sq(struct sk_buff *msg, struct t4_wq *wq)
static int fill_rq(struct sk_buff *msg, struct t4_wq *wq)
static inline int t4_rqes_posted(struct t4_wq *wq)
static inline int t4_rq_empty(struct t4_wq *wq)
static inline u32 t4_rq_avail(struct t4_wq *wq)
static inline void t4_rq_produce(struct t4_wq *wq, u8 len16)
static inline void t4_rq_consume(struct t4_wq *wq)
static inline u16 t4_rq_host_wq_pidx(struct t4_wq *wq)
static inline u16 t4_rq_wq_size(struct t4_wq *wq)
static inline int t4_sq_empty(struct t4_wq *wq)
static inline u32 t4_sq_avail(struct t4_wq *wq)
static inline void t4_sq_produce(struct t4_wq *wq, u8 len16)
static inline void t4_sq_consume(struct t4_wq *wq)
static inline u16 t4_sq_host_wq_pidx(struct t4_wq *wq)
static inline u16 t4_sq_wq_size(struct t4_wq *wq)
static inline void t4_ring_sq_db(struct t4_wq *wq, u16 inc, union t4_wr *wqe)
static inline void t4_ring_rq_db(struct t4_wq *wq, u16 inc,
static inline int t4_wq_in_error(struct t4_wq *wq)
static inline void t4_set_wq_in_error(struct t4_wq *wq, u32 srqidx)
static inline void t4_disable_wq_db(struct t4_wq *wq)
static inline void t4_enable_wq_db(struct t4_wq *wq)