Home
last modified time | relevance | path

Searched refs:t4_wq (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dt4.h360 struct t4_wq { struct
367 static inline int t4_rqes_posted(struct t4_wq *wq) in t4_rqes_posted() argument
372 static inline int t4_rq_empty(struct t4_wq *wq) in t4_rq_empty()
377 static inline int t4_rq_full(struct t4_wq *wq) in t4_rq_full()
382 static inline u32 t4_rq_avail(struct t4_wq *wq) in t4_rq_avail()
397 static inline void t4_rq_consume(struct t4_wq *wq) in t4_rq_consume()
410 static inline u16 t4_rq_wq_size(struct t4_wq *wq) in t4_rq_wq_size()
420 static inline int t4_sq_empty(struct t4_wq *wq) in t4_sq_empty()
425 static inline int t4_sq_full(struct t4_wq *wq) in t4_sq_full()
430 static inline u32 t4_sq_avail(struct t4_wq *wq) in t4_sq_avail()
[all …]
H A Dcq.c202 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()
253 static void advance_oldest_read(struct t4_wq *wq);
258 struct t4_wq *wq = &qhp->wq; in c4iw_flush_sq()
287 static void flush_completed_wrs(struct t4_wq *wq, struct t4_cq *cq) in flush_completed_wrs()
324 static void create_read_req_cqe(struct t4_wq *wq, struct t4_cqe *hw_cqe, in create_read_req_cqe()
336 static void advance_oldest_read(struct t4_wq *wq) in advance_oldest_read()
438 static int cqe_completes_wr(struct t4_cqe *cqe, struct t4_wq *wq) in cqe_completes_wr()
454 void c4iw_count_rcqes(struct t4_cq *cq, struct t4_wq *wq, int *count) in c4iw_count_rcqes()
[all …]
H A Diw_cxgbe.h489 struct t4_wq wq;
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.c103 static int destroy_qp(struct c4iw_rdev *rdev, struct t4_wq *wq, in destroy_qp()
125 static int create_qp(struct c4iw_rdev *rdev, struct t4_wq *wq, in create_qp()
/freebsd/contrib/ofed/libcxgb4/
H A Dt4.h353 struct t4_wq { struct
363 static inline int t4_rqes_posted(struct t4_wq *wq) in t4_rqes_posted() argument
368 static inline int t4_rq_empty(struct t4_wq *wq) in t4_rq_empty()
373 static inline int t4_rq_full(struct t4_wq *wq) in t4_rq_full()
378 static inline u32 t4_rq_avail(struct t4_wq *wq) in t4_rq_avail()
395 static inline void t4_rq_consume(struct t4_wq *wq) in t4_rq_consume()
406 static inline int t4_sq_empty(struct t4_wq *wq) in t4_sq_empty()
411 static inline int t4_sq_full(struct t4_wq *wq) in t4_sq_full()
416 static inline u32 t4_sq_avail(struct t4_wq *wq) in t4_sq_avail()
421 static inline int t4_sq_onchip(struct t4_wq *wq) in t4_sq_onchip()
[all …]
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()
93 static void advance_oldest_read(struct t4_wq *wq);
98 struct t4_wq *wq = &qhp->wq; in c4iw_flush_sq()
126 static void flush_completed_wrs(struct t4_wq *wq, struct t4_cq *cq) in flush_completed_wrs()
163 static void create_read_req_cqe(struct t4_wq *wq, struct t4_cqe *hw_cqe, in create_read_req_cqe()
175 static void advance_oldest_read(struct t4_wq *wq) in advance_oldest_read()
284 static int cqe_completes_wr(struct t4_cqe *cqe, struct t4_wq *wq) in cqe_completes_wr()
300 void c4iw_count_rcqes(struct t4_cq *cq, struct t4_wq *wq, int *count) in c4iw_count_rcqes()
[all …]
H A Dlibcxgb4.h117 struct t4_wq wq;
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 Dqp.c45 static void copy_wr_to_sq(struct t4_wq *wq, union t4_wr *wqe, u8 len16) in copy_wr_to_sq()
81 static void copy_wr_to_rq(struct t4_wq *wq, union t4_recv_wr *wqe, u8 len16) in copy_wr_to_rq()