Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Dt4.h382 struct t4_wq { struct
480 static inline int t4_rqes_posted(struct t4_wq *wq) in t4_rqes_posted()
485 static inline int t4_rq_empty(struct t4_wq *wq) in t4_rq_empty()
490 static inline u32 t4_rq_avail(struct t4_wq *wq) in t4_rq_avail()
505 static inline void t4_rq_consume(struct t4_wq *wq) in t4_rq_consume()
517 static inline u16 t4_rq_wq_size(struct t4_wq *wq) in t4_rq_wq_size()
527 static inline int t4_sq_empty(struct t4_wq *wq) in t4_sq_empty()
532 static inline u32 t4_sq_avail(struct t4_wq *wq) in t4_sq_avail()
547 static inline void t4_sq_consume(struct t4_wq *wq) in t4_sq_consume()
561 static inline u16 t4_sq_wq_size(struct t4_wq *wq) in t4_sq_wq_size()
[all …]
H A Dcq.c184 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()
236 static void advance_oldest_read(struct t4_wq *wq);
241 struct t4_wq *wq = &qhp->wq; in c4iw_flush_sq()
267 static void flush_completed_wrs(struct t4_wq *wq, struct t4_cq *cq) in flush_completed_wrs()
300 static void create_read_req_cqe(struct t4_wq *wq, struct t4_cqe *hw_cqe, in create_read_req_cqe()
312 static void advance_oldest_read(struct t4_wq *wq) in advance_oldest_read()
422 static int cqe_completes_wr(struct t4_cqe *cqe, struct t4_wq *wq) in cqe_completes_wr()
443 void c4iw_count_rcqes(struct t4_cq *cq, struct t4_wq *wq, int *count) in c4iw_count_rcqes()
[all …]
H A Drestrack.c39 static int fill_sq(struct sk_buff *msg, struct t4_wq *wq) in fill_sq()
67 static int fill_rq(struct sk_buff *msg, struct t4_wq *wq) in fill_rq()
144 struct t4_wq wq; in c4iw_fill_res_qp_entry()
H A Diw_cxgb4.h484 struct t4_wq wq;
1006 void c4iw_count_rcqes(struct t4_cq *cq, struct t4_wq *wq, int *count);
1008 int c4iw_flush_rq(struct t4_wq *wq, struct t4_cq *cq, int count);
1028 extern void c4iw_log_wr_stats(struct t4_wq *wq, struct t4_cqe *cqe);
H A Dqp.c150 static int destroy_qp(struct c4iw_rdev *rdev, struct t4_wq *wq, in destroy_qp()
199 static int create_qp(struct c4iw_rdev *rdev, struct t4_wq *wq, in create_qp()
H A Ddevice.c92 void c4iw_log_wr_stats(struct t4_wq *wq, struct t4_cqe *cqe) in c4iw_log_wr_stats()