Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_sli4.h151 struct lpfc_queue { struct
152 struct list_head list;
153 struct list_head wq_list;
164 uint16_t last_cpu; /* most recent cpu */
165 uint16_t hdwq;
166 uint8_t qe_valid;
167 uint8_t mode; /* interrupt or polling */
171 struct list_head wqfull_list;
172 enum lpfc_sli4_queue_type type;
173 enum lpfc_sli4_queue_subtype subtype;
[all …]
H A Dlpfc_sli.c14876 __lpfc_sli4_process_cq(struct lpfc_hba *phba, struct lpfc_queue *cq, in __lpfc_sli4_process_cq()