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