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()
378 static inline u16 t4_rq_host_wq_pidx(struct t4_wq *wq) in t4_rq_host_wq_pidx()
383 static inline u16 t4_rq_wq_size(struct t4_wq *wq) in t4_rq_wq_size()
393 static inline int t4_sq_empty(struct t4_wq *wq) in t4_sq_empty()
398 static inline int t4_sq_full(struct t4_wq *wq) in t4_sq_full()
403 static inline u32 t4_sq_avail(struct t4_wq *wq) in t4_sq_avail()
408 static inline void t4_sq_produce(struct t4_wq *wq, u8 len16) in t4_sq_produce()
418 static inline void t4_sq_consume(struct t4_wq *wq) in t4_sq_consume()
428 static inline u16 t4_sq_host_wq_pidx(struct t4_wq *wq) in t4_sq_host_wq_pidx()
433 static inline u16 t4_sq_wq_size(struct t4_wq *wq) in t4_sq_wq_size()
454 static inline void t4_ring_sq_db(struct t4_wq *wq, u16 inc, u8 t5, in t4_ring_sq_db()
478 static inline void t4_ring_rq_db(struct t4_wq *wq, u16 inc, u8 t5, in t4_ring_rq_db()
502 static inline int t4_wq_in_error(struct t4_wq *wq) in t4_wq_in_error()
507 static inline void t4_set_wq_in_error(struct t4_wq *wq) in t4_set_wq_in_error()
512 static inline void t4_disable_wq_db(struct t4_wq *wq) in t4_disable_wq_db()
517 static inline void t4_enable_wq_db(struct t4_wq *wq) in t4_enable_wq_db()
522 static inline int t4_wq_db_enabled(struct t4_wq *wq) in t4_wq_db_enabled()