Searched defs:lpfc_sli4_hdw_queue (Results 1 – 1 of 1) sorted by relevance
697 struct lpfc_sli4_hdw_queue { struct699 struct lpfc_queue *hba_eq; /* Event queues for HBA */700 struct lpfc_queue *io_cq; /* Fast-path FCP & NVME compl queue */701 struct lpfc_queue *io_wq; /* Fast-path FCP & NVME work queue */702 uint16_t io_cq_map;705 spinlock_t io_buf_list_get_lock; /* Common buf alloc list lock */706 struct list_head lpfc_io_buf_list_get;707 spinlock_t io_buf_list_put_lock; /* Common buf free list lock */708 struct list_head lpfc_io_buf_list_put;709 spinlock_t abts_io_buf_list_lock; /* list of aborted IOs */[all …]