Searched refs:t4_cq (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/ |
D | t4.h | 691 struct t4_cq { struct 718 static inline void write_gts(struct t4_cq *cq, u32 val) in write_gts() argument 727 static inline int t4_clear_cq_armed(struct t4_cq *cq) in t4_clear_cq_armed() 732 static inline int t4_arm_cq(struct t4_cq *cq, int se) in t4_arm_cq() 748 static inline void t4_swcq_produce(struct t4_cq *cq) in t4_swcq_produce() 762 static inline void t4_swcq_consume(struct t4_cq *cq) in t4_swcq_consume() 769 static inline void t4_hwcq_consume(struct t4_cq *cq) in t4_hwcq_consume() 785 static inline int t4_valid_cqe(struct t4_cq *cq, struct t4_cqe *cqe) in t4_valid_cqe() 790 static inline int t4_cq_notempty(struct t4_cq *cq) in t4_cq_notempty() 795 static inline int t4_next_hw_cqe(struct t4_cq *cq, struct t4_cqe **cqe) in t4_next_hw_cqe() [all …]
|
D | cq.c | 37 static void destroy_cq(struct c4iw_rdev *rdev, struct t4_cq *cq, in destroy_cq() 70 static int create_cq(struct c4iw_rdev *rdev, struct t4_cq *cq, in create_cq() 184 static void insert_recv_cqe(struct t4_wq *wq, struct t4_cq *cq, u32 srqidx) in insert_recv_cqe() 203 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() 267 static void flush_completed_wrs(struct t4_wq *wq, struct t4_cq *cq) in flush_completed_wrs() 443 void c4iw_count_rcqes(struct t4_cq *cq, struct t4_wq *wq, int *count) in c4iw_count_rcqes() 544 static int poll_cq(struct t4_wq *wq, struct t4_cq *cq, struct t4_cqe *cqe, in poll_cq()
|
D | restrack.c | 271 static int fill_cq(struct sk_buff *msg, struct t4_cq *cq) in fill_cq() 333 static int fill_hwcqes(struct sk_buff *msg, struct t4_cq *cq, in fill_hwcqes() 350 static int fill_swcqes(struct sk_buff *msg, struct t4_cq *cq, in fill_swcqes() 378 struct t4_cq cq; in c4iw_fill_res_cq_entry()
|
D | iw_cxgb4.h | 432 struct t4_cq cq; 1020 void c4iw_count_rcqes(struct t4_cq *cq, struct t4_wq *wq, int *count); 1022 int c4iw_flush_rq(struct t4_wq *wq, struct t4_cq *cq, int count);
|
D | qp.c | 200 struct t4_cq *rcq, struct t4_cq *scq, in create_qp() 985 struct t4_cq *cq; in complete_sq_drain_wr() 1041 struct t4_cq *cq; in complete_rq_drain_wr()
|