Searched defs:lpfc_queue (Results 1 – 3 of 3) sorted by relevance
151 struct lpfc_queue { struct152 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 …]
13876 __lpfc_sli4_process_cq(struct lpfc_hba *phba, struct lpfc_queue *cq, in __lpfc_sli4_process_cq()
145 struct lpfc_queue { struct146 struct list_head list;147 struct list_head wq_list;148 struct list_head wqfull_list;149 enum lpfc_sli4_queue_type type;150 enum lpfc_sli4_queue_subtype subtype;151 struct lpfc_hba *phba;152 struct list_head child_list;153 struct list_head page_list;154 struct list_head sgl_list;[all …]