Home
last modified time | relevance | path

Searched refs:t4_cq (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/infiniband/hw/cxgb4/
Dt4.h452 struct t4_cq { struct
473 static inline int t4_arm_cq(struct t4_cq *cq, int se) in t4_arm_cq() argument
490 static inline void t4_swcq_produce(struct t4_cq *cq) in t4_swcq_produce()
497 static inline void t4_swcq_consume(struct t4_cq *cq) in t4_swcq_consume()
504 static inline void t4_hwcq_consume(struct t4_cq *cq) in t4_hwcq_consume()
521 static inline int t4_valid_cqe(struct t4_cq *cq, struct t4_cqe *cqe) in t4_valid_cqe()
526 static inline int t4_next_hw_cqe(struct t4_cq *cq, struct t4_cqe **cqe) in t4_next_hw_cqe()
548 static inline struct t4_cqe *t4_next_sw_cqe(struct t4_cq *cq) in t4_next_sw_cqe()
555 static inline int t4_next_cqe(struct t4_cq *cq, struct t4_cqe **cqe) in t4_next_cqe()
568 static inline int t4_cq_in_error(struct t4_cq *cq) in t4_cq_in_error()
[all …]
Dcq.c35 static int destroy_cq(struct c4iw_rdev *rdev, struct t4_cq *cq, in destroy_cq()
78 static int create_cq(struct c4iw_rdev *rdev, struct t4_cq *cq, in create_cq()
177 static void insert_recv_cqe(struct t4_wq *wq, struct t4_cq *cq) in insert_recv_cqe()
194 int c4iw_flush_rq(struct t4_wq *wq, struct t4_cq *cq, int count) in c4iw_flush_rq()
209 static void insert_sq_cqe(struct t4_wq *wq, struct t4_cq *cq, in insert_sq_cqe()
228 int c4iw_flush_sq(struct t4_wq *wq, struct t4_cq *cq, int count) in c4iw_flush_sq()
249 void c4iw_flush_hw_cq(struct t4_cq *cq) in c4iw_flush_hw_cq()
284 void c4iw_count_scqes(struct t4_cq *cq, struct t4_wq *wq, int *count) in c4iw_count_scqes()
303 void c4iw_count_rcqes(struct t4_cq *cq, struct t4_wq *wq, int *count) in c4iw_count_rcqes()
322 static void flush_completed_wrs(struct t4_wq *wq, struct t4_cq *cq) in flush_completed_wrs()
[all …]
Diw_cxgb4.h310 struct t4_cq cq;
780 void c4iw_flush_hw_cq(struct t4_cq *cq);
781 void c4iw_count_rcqes(struct t4_cq *cq, struct t4_wq *wq, int *count);
782 void c4iw_count_scqes(struct t4_cq *cq, struct t4_wq *wq, int *count);
784 int c4iw_flush_rq(struct t4_wq *wq, struct t4_cq *cq, int count);
785 int c4iw_flush_sq(struct t4_wq *wq, struct t4_cq *cq, int count);
Dqp.c114 struct t4_cq *rcq, struct t4_cq *scq, in create_qp()