Searched defs:lpfc_queue (Results 1 – 1 of 1) sorted by relevance
145 struct lpfc_queue { struct146 struct list_head list;147 struct list_head wq_list;148 enum lpfc_sli4_queue_type type;149 enum lpfc_sli4_queue_subtype subtype;150 struct lpfc_hba *phba;151 struct list_head child_list;152 struct list_head page_list;153 struct list_head sgl_list;154 uint32_t entry_count; /* Number of entries to support on the queue */[all …]