Home
last modified time | relevance | path

Searched defs:lpfc_queue (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_sli4.h128 struct lpfc_queue { struct
129 struct list_head list;
130 enum lpfc_sli4_queue_type type;
131 enum lpfc_sli4_queue_subtype subtype;
132 struct lpfc_hba *phba;
133 struct list_head child_list;
134 uint32_t entry_count; /* Number of entries to support on the queue */
135 uint32_t entry_size; /* Size of each queue entry. */
136 uint32_t entry_repost; /* Count of entries before doorbell is rung */
138 uint32_t queue_id; /* Queue ID assigned by the hardware */
[all …]