Lines Matching refs:t4_wq
382 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()
495 static inline void t4_rq_produce(struct t4_wq *wq, u8 len16) in t4_rq_produce()
505 static inline void t4_rq_consume(struct t4_wq *wq) in t4_rq_consume()
512 static inline u16 t4_rq_host_wq_pidx(struct t4_wq *wq) in t4_rq_host_wq_pidx()
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()
537 static inline void t4_sq_produce(struct t4_wq *wq, u8 len16) in t4_sq_produce()
547 static inline void t4_sq_consume(struct t4_wq *wq) in t4_sq_consume()
556 static inline u16 t4_sq_host_wq_pidx(struct t4_wq *wq) in t4_sq_host_wq_pidx()
561 static inline u16 t4_sq_wq_size(struct t4_wq *wq) in t4_sq_wq_size()
601 static inline void t4_ring_sq_db(struct t4_wq *wq, u16 inc, union t4_wr *wqe) in t4_ring_sq_db()
625 static inline void t4_ring_rq_db(struct t4_wq *wq, u16 inc, in t4_ring_rq_db()
650 static inline int t4_wq_in_error(struct t4_wq *wq) in t4_wq_in_error()
655 static inline void t4_set_wq_in_error(struct t4_wq *wq, u32 srqidx) in t4_set_wq_in_error()
662 static inline void t4_disable_wq_db(struct t4_wq *wq) in t4_disable_wq_db()
667 static inline void t4_enable_wq_db(struct t4_wq *wq) in t4_enable_wq_db()