Lines Matching defs:queue
195 u8 reply_qid; /* Host reply queue to post response to */
241 u8 reply_qid; /* Host reply queue to post response to */
269 u8 reply_qid; /* Host reply queue to post response to */
561 * Define how many queue entries each queue will have and the total
590 * The queue headers define the Communication Region queues. These
592 * host. Even though all queue headers are in the same contiguous block
608 to this queue head */
609 __le32 *producer; /* The producer index for this queue (host address) */
610 __le32 *consumer; /* The consumer index for this queue (host address) */
618 #define HostNormCmdQue 1 /* Change in host normal priority command queue */
619 #define HostHighCmdQue 2 /* Change in host high priority command queue */
620 #define HostNormRespQue 3 /* Change in host normal priority response queue */
621 #define HostHighRespQue 4 /* Change in host high priority response queue */
632 * corresponding queue.
651 * Number them to match the physical queue layout.
854 /* Host RRQ (response queue) for SRC */
984 * There is a command and response queue for each level and direction of
992 u32 entries; /*Number of queue entries */
996 spinlock_t *lock; /* Spinlock for this queue must take this lock before accessing the lock */
998 struct list_head cmdq; /* A queue of FIBs which need to be prcessed by the FS thread. This is */
1000 /* Number of entries on outstanding queue. */
1007 * queue type ordering
1012 struct aac_queue queue[8];
1585 /* response queue (if AAC_COMM_MESSAGE_TYPE1) */