Lines Matching defs:queue
196 u8 reply_qid; /* Host reply queue to post response to */
242 u8 reply_qid; /* Host reply queue to post response to */
270 u8 reply_qid; /* Host reply queue to post response to */
562 * Define how many queue entries each queue will have and the total
591 * The queue headers define the Communication Region queues. These
593 * host. Even though all queue headers are in the same contiguous block
609 to this queue head */
610 __le32 *producer; /* The producer index for this queue (host address) */
611 __le32 *consumer; /* The consumer index for this queue (host address) */
619 #define HostNormCmdQue 1 /* Change in host normal priority command queue */
620 #define HostHighCmdQue 2 /* Change in host high priority command queue */
621 #define HostNormRespQue 3 /* Change in host normal priority response queue */
622 #define HostHighRespQue 4 /* Change in host high priority response queue */
633 * corresponding queue.
652 * Number them to match the physical queue layout.
855 /* Host RRQ (response queue) for SRC */
985 * There is a command and response queue for each level and direction of
993 u32 entries; /*Number of queue entries */
997 spinlock_t *lock; /* Spinlock for this queue must take this lock before accessing the lock */
999 struct list_head cmdq; /* A queue of FIBs which need to be prcessed by the FS thread. This is */
1001 /* Number of entries on outstanding queue. */
1008 * queue type ordering
1013 struct aac_queue queue[8];
1586 /* response queue (if AAC_COMM_MESSAGE_TYPE1) */