Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dt4.h336 struct t4_wq { struct
344 static inline int t4_rqes_posted(struct t4_wq *wq) in t4_rqes_posted() argument
349 static inline int t4_rq_empty(struct t4_wq *wq) in t4_rq_empty()
354 static inline int t4_rq_full(struct t4_wq *wq) in t4_rq_full()
359 static inline u32 t4_rq_avail(struct t4_wq *wq) in t4_rq_avail()
364 static inline void t4_rq_produce(struct t4_wq *wq, u8 len16) in t4_rq_produce()
374 static inline void t4_rq_consume(struct t4_wq *wq) in t4_rq_consume()
382 static inline u16 t4_rq_host_wq_pidx(struct t4_wq *wq) in t4_rq_host_wq_pidx()
387 static inline u16 t4_rq_wq_size(struct t4_wq *wq) in t4_rq_wq_size()
397 static inline int t4_sq_empty(struct t4_wq *wq) in t4_sq_empty()
[all …]
Dcq.c183 static void insert_recv_cqe(struct t4_wq *wq, struct t4_cq *cq) in insert_recv_cqe()
200 int c4iw_flush_rq(struct t4_wq *wq, struct t4_cq *cq, int count) in c4iw_flush_rq()
215 static void insert_sq_cqe(struct t4_wq *wq, struct t4_cq *cq, in insert_sq_cqe()
234 static void advance_oldest_read(struct t4_wq *wq);
239 struct t4_wq *wq = &qhp->wq; in c4iw_flush_sq()
268 static void flush_completed_wrs(struct t4_wq *wq, struct t4_cq *cq) in flush_completed_wrs()
304 static void create_read_req_cqe(struct t4_wq *wq, struct t4_cqe *hw_cqe, in create_read_req_cqe()
316 static void advance_oldest_read(struct t4_wq *wq) in advance_oldest_read()
417 static int cqe_completes_wr(struct t4_cqe *cqe, struct t4_wq *wq) in cqe_completes_wr()
433 void c4iw_count_rcqes(struct t4_cq *cq, struct t4_wq *wq, int *count) in c4iw_count_rcqes()
[all …]
Diw_cxgb4.h472 struct t4_wq wq;
1007 void c4iw_count_rcqes(struct t4_cq *cq, struct t4_wq *wq, int *count);
1009 int c4iw_flush_rq(struct t4_wq *wq, struct t4_cq *cq, int count);
1027 extern void c4iw_log_wr_stats(struct t4_wq *wq, struct t4_cqe *cqe);
Dqp.c149 static int destroy_qp(struct c4iw_rdev *rdev, struct t4_wq *wq, in destroy_qp()
195 static int create_qp(struct c4iw_rdev *rdev, struct t4_wq *wq, in create_qp()
Ddevice.c117 void c4iw_log_wr_stats(struct t4_wq *wq, struct t4_cqe *cqe) in c4iw_log_wr_stats()