Searched defs:lpfc_scsi_buf (Results 1 – 1 of 1) sorted by relevance
130 struct lpfc_scsi_buf { struct131 struct list_head list;132 struct scsi_cmnd *pCmd;133 struct lpfc_rport_data *rdata;135 uint32_t timeout;137 uint16_t exch_busy; /* SLI4 hba reported XB on complete WCQE */138 uint16_t status; /* From IOCB Word 7- ulpStatus */139 uint32_t result; /* From IOCB Word 4. */141 uint32_t seg_cnt; /* Number of scatter-gather segments returned by144 uint32_t prot_seg_cnt; /* seg_cnt's counterpart for protection data */[all …]