Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dt4.h531 struct t4_cq { struct
555 static inline int t4_clear_cq_armed(struct t4_cq *cq) in t4_clear_cq_armed() argument
560 static inline int t4_arm_cq(struct t4_cq *cq, int se) in t4_arm_cq()
578 static inline void t4_swcq_produce(struct t4_cq *cq) in t4_swcq_produce()
590 static inline void t4_swcq_consume(struct t4_cq *cq) in t4_swcq_consume()
598 static inline void t4_hwcq_consume(struct t4_cq *cq) in t4_hwcq_consume()
615 static inline int t4_valid_cqe(struct t4_cq *cq, struct t4_cqe *cqe) in t4_valid_cqe()
620 static inline int t4_next_hw_cqe(struct t4_cq *cq, struct t4_cqe **cqe) in t4_next_hw_cqe()
646 static inline struct t4_cqe *t4_next_sw_cqe(struct t4_cq *cq) in t4_next_sw_cqe()
659 static inline int t4_next_cqe(struct t4_cq *cq, struct t4_cqe **cqe) in t4_next_cqe()
[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()
185 static void insert_recv_cqe(struct t4_wq *wq, struct t4_cq *cq) in insert_recv_cqe()
202 int c4iw_flush_rq(struct t4_wq *wq, struct t4_cq *cq, int count) in c4iw_flush_rq()
217 static void insert_sq_cqe(struct t4_wq *wq, struct t4_cq *cq, in insert_sq_cqe()
243 struct t4_cq *cq = &chp->cq; in c4iw_flush_sq()
270 static void flush_completed_wrs(struct t4_wq *wq, struct t4_cq *cq) in flush_completed_wrs()
435 void c4iw_count_rcqes(struct t4_cq *cq, struct t4_wq *wq, int *count) in c4iw_count_rcqes()
470 static int poll_cq(struct t4_wq *wq, struct t4_cq *cq, struct t4_cqe *cqe, in poll_cq()
Diw_cxgb4.h427 struct t4_cq cq;
1018 void c4iw_count_rcqes(struct t4_cq *cq, struct t4_wq *wq, int *count);
1020 int c4iw_flush_rq(struct t4_wq *wq, struct t4_cq *cq, int count);
Dqp.c169 struct t4_cq *rcq, struct t4_cq *scq, in create_qp()