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