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 int t4_rq_full(struct t4_wq *wq) in t4_rq_full()
495 static inline u32 t4_rq_avail(struct t4_wq *wq) in t4_rq_avail()
500 static inline void t4_rq_produce(struct t4_wq *wq, u8 len16) in t4_rq_produce()
510 static inline void t4_rq_consume(struct t4_wq *wq) in t4_rq_consume()
517 static inline u16 t4_rq_host_wq_pidx(struct t4_wq *wq) in t4_rq_host_wq_pidx()
522 static inline u16 t4_rq_wq_size(struct t4_wq *wq) in t4_rq_wq_size()
532 static inline int t4_sq_empty(struct t4_wq *wq) in t4_sq_empty()
537 static inline int t4_sq_full(struct t4_wq *wq) in t4_sq_full()
542 static inline u32 t4_sq_avail(struct t4_wq *wq) in t4_sq_avail()
547 static inline void t4_sq_produce(struct t4_wq *wq, u8 len16) in t4_sq_produce()
557 static inline void t4_sq_consume(struct t4_wq *wq) in t4_sq_consume()
566 static inline u16 t4_sq_host_wq_pidx(struct t4_wq *wq) in t4_sq_host_wq_pidx()
571 static inline u16 t4_sq_wq_size(struct t4_wq *wq) in t4_sq_wq_size()
611 static inline void t4_ring_sq_db(struct t4_wq *wq, u16 inc, union t4_wr *wqe) in t4_ring_sq_db()
635 static inline void t4_ring_rq_db(struct t4_wq *wq, u16 inc, in t4_ring_rq_db()
660 static inline int t4_wq_in_error(struct t4_wq *wq) in t4_wq_in_error()
665 static inline void t4_set_wq_in_error(struct t4_wq *wq, u32 srqidx) in t4_set_wq_in_error()
672 static inline void t4_disable_wq_db(struct t4_wq *wq) in t4_disable_wq_db()
677 static inline void t4_enable_wq_db(struct t4_wq *wq) in t4_enable_wq_db()
682 static inline int t4_wq_db_enabled(struct t4_wq *wq) in t4_wq_db_enabled()