Home
last modified time | relevance | path

Searched refs:t4_srq (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Dt4.h398 struct t4_srq { struct
425 static inline u32 t4_srq_avail(struct t4_srq *srq) in t4_srq_avail() argument
430 static inline void t4_srq_produce(struct t4_srq *srq, u8 len16) in t4_srq_produce()
441 static inline void t4_srq_produce_pending_wr(struct t4_srq *srq) in t4_srq_produce_pending_wr()
449 static inline void t4_srq_consume_pending_wr(struct t4_srq *srq) in t4_srq_consume_pending_wr()
457 static inline void t4_srq_produce_ooo(struct t4_srq *srq) in t4_srq_produce_ooo()
463 static inline void t4_srq_consume_ooo(struct t4_srq *srq) in t4_srq_consume_ooo()
472 static inline void t4_srq_consume(struct t4_srq *srq) in t4_srq_consume()
582 static inline void t4_ring_srq_db(struct t4_srq *srq, u16 inc, u8 len16, in t4_ring_srq_db()
H A Dcq.c462 static void post_pending_srq_wrs(struct t4_srq *srq) in post_pending_srq_wrs()
491 static u64 reap_srq_cqe(struct t4_cqe *hw_cqe, struct t4_srq *srq) in reap_srq_cqe()
546 struct t4_srq *srq) in poll_cq()
H A Diw_cxgb4.h505 struct t4_srq wq;
1035 void c4iw_copy_wr_to_srq(struct t4_srq *srq, union t4_recv_wr *wqe, u8 len16);
H A Dqp.c1341 static void defer_srq_wr(struct t4_srq *srq, union t4_recv_wr *wqe, in defer_srq_wr()
2478 struct t4_srq *wq = &srq->wq; in free_srq_queue()
2515 struct t4_srq *wq = &srq->wq; in alloc_srq_queue()
2645 void c4iw_copy_wr_to_srq(struct t4_srq *srq, union t4_recv_wr *wqe, u8 len16) in c4iw_copy_wr_to_srq()