Lines Matching defs:sli4_queue
3520 struct sli4_queue { struct
3522 struct efc_dma dma;
3523 spinlock_t lock; /* Lock to protect the doorbell register
3526 u32 index; /* current host entry index */
3527 u16 size; /* entry size */
3528 u16 length; /* number of entries */
3529 u16 n_posted; /* number entries posted for CQ, EQ */
3530 u16 id; /* Port assigned xQ_ID */
3531 u8 type; /* queue type ie EQ, CQ, ... */
3532 void __iomem *db_regaddr; /* register address for the doorbell */
3533 u16 phase; /* For if_type = 6, this value toggle
3538 u32 proc_limit; /* limit CQE processed per iteration */
3539 u32 posted_limit; /* CQE/EQE process before ring db */
3540 u32 max_num_processed;
3541 u64 max_process_time;
3542 union {
3545 } u;