Searched refs:t4_cq (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | t4.h | 540 struct t4_cq { struct 566 static inline void write_gts(struct t4_cq *cq, u32 val) in write_gts() argument 575 static inline int t4_clear_cq_armed(struct t4_cq *cq) in t4_clear_cq_armed() 580 static inline int t4_arm_cq(struct t4_cq *cq, int se) in t4_arm_cq() 596 static inline void t4_swcq_produce(struct t4_cq *cq) in t4_swcq_produce() 608 static inline void t4_swcq_consume(struct t4_cq *cq) in t4_swcq_consume() 616 static inline void t4_hwcq_consume(struct t4_cq *cq) in t4_hwcq_consume() 632 static inline int t4_valid_cqe(struct t4_cq *cq, struct t4_cqe *cqe) in t4_valid_cqe() 637 static inline int t4_next_hw_cqe(struct t4_cq *cq, struct t4_cqe **cqe) in t4_next_hw_cqe() 663 static inline struct t4_cqe *t4_next_sw_cqe(struct t4_cq *cq) in t4_next_sw_cqe() [all …]
|
D | cq.c | 35 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() 183 static void insert_recv_cqe(struct t4_wq *wq, struct t4_cq *cq) in insert_recv_cqe() 200 int c4iw_flush_rq(struct t4_wq *wq, struct t4_cq *cq, int count) in c4iw_flush_rq() 215 static void insert_sq_cqe(struct t4_wq *wq, struct t4_cq *cq, in insert_sq_cqe() 241 struct t4_cq *cq = &chp->cq; in c4iw_flush_sq() 268 static void flush_completed_wrs(struct t4_wq *wq, struct t4_cq *cq) in flush_completed_wrs() 433 void c4iw_count_rcqes(struct t4_cq *cq, struct t4_wq *wq, int *count) in c4iw_count_rcqes() 468 static int poll_cq(struct t4_wq *wq, struct t4_cq *cq, struct t4_cqe *cqe, in poll_cq()
|
D | iw_cxgb4.h | 415 struct t4_cq cq; 1007 void c4iw_count_rcqes(struct t4_cq *cq, struct t4_wq *wq, int *count); 1009 int c4iw_flush_rq(struct t4_wq *wq, struct t4_cq *cq, int count);
|
D | qp.c | 196 struct t4_cq *rcq, struct t4_cq *scq, in create_qp()
|