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