Searched defs:queue (Results 1 – 7 of 7) sorted by relevance
78 #define qmgr_request_queue(queue, len, nearly_empty_watermark, \ argument87 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()127 static inline int qmgr_stat_empty(unsigned int queue) in qmgr_stat_empty()132 static inline int qmgr_stat_nearly_empty(unsigned int queue) in qmgr_stat_nearly_empty()137 static inline int qmgr_stat_nearly_full(unsigned int queue) in qmgr_stat_nearly_full()142 static inline int qmgr_stat_full(unsigned int queue) in qmgr_stat_full()147 static inline int qmgr_stat_underflow(unsigned int queue) in qmgr_stat_underflow()[all …]
28 void qmgr_set_irq(unsigned int queue, int src, in qmgr_set_irq()58 void qmgr_enable_irq(unsigned int queue) in qmgr_enable_irq()68 void qmgr_disable_irq(unsigned int queue) in qmgr_disable_irq()88 int qmgr_request_queue(unsigned int queue, unsigned int len /* dwords */, in qmgr_request_queue()179 void qmgr_release_queue(unsigned int queue) in qmgr_release_queue()
40 struct request_queue *queue; member
108 axon_ram_make_request(struct request_queue *queue, struct bio *bio) in axon_ram_make_request()
69 } queue[SIMSCSI_REQ_QUEUE_LEN]; variable
169 struct list_head queue; /* queued tx-descriptors */ member
158 struct request_queue *queue; member