Searched defs:lpfc_queue (Results 1 – 1 of 1) sorted by relevance
120 struct lpfc_queue { struct121 struct list_head list;122 enum lpfc_sli4_queue_type type;123 enum lpfc_sli4_queue_subtype subtype;124 struct lpfc_hba *phba;125 struct list_head child_list;126 uint32_t entry_count; /* Number of entries to support on the queue */127 uint32_t entry_size; /* Size of each queue entry. */128 uint32_t entry_repost; /* Count of entries before doorbell is rung */130 uint32_t queue_id; /* Queue ID assigned by the hardware */[all …]