Lines Matching defs:queue
78 #define qmgr_request_queue(queue, len, nearly_empty_watermark, \ argument
87 static inline void qmgr_put_entry(unsigned int queue, u32 val) in qmgr_put_entry()
99 static inline u32 qmgr_get_entry(unsigned int queue) in qmgr_get_entry()
113 static inline int __qmgr_get_stat1(unsigned int queue) in __qmgr_get_stat1()
120 static inline int __qmgr_get_stat2(unsigned int queue) in __qmgr_get_stat2()
134 static inline int qmgr_stat_empty(unsigned int queue) in qmgr_stat_empty()
146 static inline int qmgr_stat_below_low_watermark(unsigned int queue) in qmgr_stat_below_low_watermark()
161 static inline int qmgr_stat_above_high_watermark(unsigned int queue) in qmgr_stat_above_high_watermark()
173 static inline int qmgr_stat_full(unsigned int queue) in qmgr_stat_full()
188 static inline int qmgr_stat_underflow(unsigned int queue) in qmgr_stat_underflow()
199 static inline int qmgr_stat_overflow(unsigned int queue) in qmgr_stat_overflow()