Searched defs:lpfc_scsi_buf (Results 1 – 1 of 1) sorted by relevance
133 struct lpfc_scsi_buf { struct134 struct list_head list;135 struct scsi_cmnd *pCmd;136 struct lpfc_rport_data *rdata;137 struct lpfc_nodelist *ndlp;139 uint32_t timeout;141 uint16_t flags; /* TBD convert exch_busy to flags */144 uint16_t exch_busy; /* SLI4 hba reported XB on complete WCQE */145 uint16_t status; /* From IOCB Word 7- ulpStatus */146 uint32_t result; /* From IOCB Word 4. */[all …]