Lines Matching defs:wq
340 static inline int t4_rqes_posted(struct t4_wq *wq) in t4_rqes_posted()
345 static inline int t4_rq_empty(struct t4_wq *wq) in t4_rq_empty()
350 static inline int t4_rq_full(struct t4_wq *wq) in t4_rq_full()
355 static inline u32 t4_rq_avail(struct t4_wq *wq) in t4_rq_avail()
360 static inline void t4_rq_produce(struct t4_wq *wq, u8 len16) in t4_rq_produce()
370 static inline void t4_rq_consume(struct t4_wq *wq) in t4_rq_consume()
383 static inline int t4_sq_empty(struct t4_wq *wq) in t4_sq_empty()
388 static inline int t4_sq_full(struct t4_wq *wq) in t4_sq_full()
393 static inline u32 t4_sq_avail(struct t4_wq *wq) in t4_sq_avail()
398 static inline void t4_sq_produce(struct t4_wq *wq, u8 len16) in t4_sq_produce()
408 static inline void t4_sq_consume(struct t4_wq *wq) in t4_sq_consume()
415 static inline void t4_ring_sq_db(struct t4_wq *wq, u16 inc) in t4_ring_sq_db()
421 static inline void t4_ring_rq_db(struct t4_wq *wq, u16 inc) in t4_ring_rq_db()
427 static inline int t4_wq_in_error(struct t4_wq *wq) in t4_wq_in_error()
432 static inline void t4_set_wq_in_error(struct t4_wq *wq) in t4_set_wq_in_error()
437 static inline void t4_disable_wq_db(struct t4_wq *wq) in t4_disable_wq_db()
442 static inline void t4_enable_wq_db(struct t4_wq *wq) in t4_enable_wq_db()
447 static inline int t4_wq_db_enabled(struct t4_wq *wq) in t4_wq_db_enabled()