Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dt4.h544 struct t4_cq { struct
569 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()
598 static inline void t4_swcq_produce(struct t4_cq *cq) in t4_swcq_produce()
611 static inline void t4_swcq_consume(struct t4_cq *cq) in t4_swcq_consume()
619 static inline void t4_hwcq_consume(struct t4_cq *cq) in t4_hwcq_consume()
640 static inline int t4_cq_notempty(struct t4_cq *cq) in t4_cq_notempty()
671 static inline struct t4_cqe *t4_next_sw_cqe(struct t4_cq *cq) in t4_next_sw_cqe()
698 static inline int t4_cq_in_error(struct t4_cq *cq) in t4_cq_in_error()
[all …]
H A Dcq.c52 static int destroy_cq(struct c4iw_rdev *rdev, struct t4_cq *cq, in destroy_cq()
95 create_cq(struct c4iw_rdev *rdev, struct t4_cq *cq, in create_cq()
202 static void insert_recv_cqe(struct t4_wq *wq, struct t4_cq *cq) in insert_recv_cqe()
219 int c4iw_flush_rq(struct t4_wq *wq, struct t4_cq *cq, int count) in c4iw_flush_rq()
234 static void insert_sq_cqe(struct t4_wq *wq, struct t4_cq *cq, in insert_sq_cqe()
260 struct t4_cq *cq = &chp->cq; in c4iw_flush_sq()
287 static void flush_completed_wrs(struct t4_wq *wq, struct t4_cq *cq) in flush_completed_wrs()
454 void c4iw_count_rcqes(struct t4_cq *cq, struct t4_wq *wq, int *count) in c4iw_count_rcqes()
489 static int poll_cq(struct t4_wq *wq, struct t4_cq *cq, struct t4_cqe *cqe, in poll_cq()
H A Diw_cxgbe.h425 struct t4_cq cq;
968 void c4iw_count_rcqes(struct t4_cq *cq, struct t4_wq *wq, int *count);
971 int c4iw_flush_rq(struct t4_wq *wq, struct t4_cq *cq, int count);
H A Dqp.c126 struct t4_cq *rcq, struct t4_cq *scq, in create_qp()
613 struct t4_cq *cq; in complete_sq_drain_wr()
643 struct t4_cq *cq; in complete_rq_drain_wr()
/freebsd/contrib/ofed/libcxgb4/
H A Dt4.h575 struct t4_cq { struct
594 static inline int t4_arm_cq(struct t4_cq *cq, int se) in t4_arm_cq() argument
611 static inline void t4_swcq_produce(struct t4_cq *cq) in t4_swcq_produce()
623 static inline void t4_swcq_consume(struct t4_cq *cq) in t4_swcq_consume()
631 static inline void t4_hwcq_consume(struct t4_cq *cq) in t4_hwcq_consume()
649 static inline int t4_valid_cqe(struct t4_cq *cq, struct t4_cqe *cqe) in t4_valid_cqe()
678 static inline struct t4_cqe *t4_next_sw_cqe(struct t4_cq *cq) in t4_next_sw_cqe()
691 static inline int t4_cq_notempty(struct t4_cq *cq) in t4_cq_notempty()
708 static inline int t4_cq_in_error(struct t4_cq *cq) in t4_cq_in_error()
713 static inline void t4_set_cq_in_error(struct t4_cq *cq) in t4_set_cq_in_error()
[all …]
H A Dlibcxgb4.h106 struct t4_cq cq;
230 int c4iw_flush_rq(struct t4_wq *wq, struct t4_cq *cq, int count);
232 void c4iw_count_rcqes(struct t4_cq *cq, struct t4_wq *wq, int *count);
H A Dcq.c42 static void insert_recv_cqe(struct t4_wq *wq, struct t4_cq *cq) in insert_recv_cqe()
59 int c4iw_flush_rq(struct t4_wq *wq, struct t4_cq *cq, int count) in c4iw_flush_rq()
74 static void insert_sq_cqe(struct t4_wq *wq, struct t4_cq *cq, in insert_sq_cqe()
100 struct t4_cq *cq = &chp->cq; in c4iw_flush_sq()
126 static void flush_completed_wrs(struct t4_wq *wq, struct t4_cq *cq) in flush_completed_wrs()
300 void c4iw_count_rcqes(struct t4_cq *cq, struct t4_wq *wq, int *count) in c4iw_count_rcqes()
345 static int poll_cq(struct t4_wq *wq, struct t4_cq *cq, struct t4_cqe *cqe, in poll_cq()