Lines Matching defs:wq
344 static inline int t4_rqes_posted(struct t4_wq *wq) in t4_rqes_posted()
349 static inline int t4_rq_empty(struct t4_wq *wq) in t4_rq_empty()
354 static inline int t4_rq_full(struct t4_wq *wq) in t4_rq_full()
359 static inline u32 t4_rq_avail(struct t4_wq *wq) in t4_rq_avail()
364 static inline void t4_rq_produce(struct t4_wq *wq, u8 len16) in t4_rq_produce()
374 static inline void t4_rq_consume(struct t4_wq *wq) in t4_rq_consume()
382 static inline u16 t4_rq_host_wq_pidx(struct t4_wq *wq) in t4_rq_host_wq_pidx()
387 static inline u16 t4_rq_wq_size(struct t4_wq *wq) in t4_rq_wq_size()
397 static inline int t4_sq_empty(struct t4_wq *wq) in t4_sq_empty()
402 static inline int t4_sq_full(struct t4_wq *wq) in t4_sq_full()
407 static inline u32 t4_sq_avail(struct t4_wq *wq) in t4_sq_avail()
412 static inline void t4_sq_produce(struct t4_wq *wq, u8 len16) in t4_sq_produce()
422 static inline void t4_sq_consume(struct t4_wq *wq) in t4_sq_consume()
432 static inline u16 t4_sq_host_wq_pidx(struct t4_wq *wq) in t4_sq_host_wq_pidx()
437 static inline u16 t4_sq_wq_size(struct t4_wq *wq) in t4_sq_wq_size()
458 static inline void t4_ring_sq_db(struct t4_wq *wq, u16 inc, union t4_wr *wqe) in t4_ring_sq_db()
484 static inline void t4_ring_rq_db(struct t4_wq *wq, u16 inc, in t4_ring_rq_db()
511 static inline int t4_wq_in_error(struct t4_wq *wq) in t4_wq_in_error()
516 static inline void t4_set_wq_in_error(struct t4_wq *wq) in t4_set_wq_in_error()
521 static inline void t4_disable_wq_db(struct t4_wq *wq) in t4_disable_wq_db()
526 static inline void t4_enable_wq_db(struct t4_wq *wq) in t4_enable_wq_db()
531 static inline int t4_wq_db_enabled(struct t4_wq *wq) in t4_wq_db_enabled()