Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_nvme.h79 struct lpfc_nvme_buf { struct
80 struct list_head list;
81 struct nvmefc_fcp_req *nvmeCmd;
82 struct lpfc_nvme_rport *nrport;
83 struct lpfc_nodelist *ndlp;
85 uint32_t timeout;
87 uint16_t flags; /* TBD convert exch_busy to flags */
90 uint16_t exch_busy; /* SLI4 hba reported XB on complete WCQE */
91 uint16_t status; /* From IOCB Word 7- ulpStatus */
92 uint16_t cpu;
[all …]
Dlpfc_nvme.c2331 lpfc_nvme_buf(struct lpfc_hba *phba) in lpfc_nvme_buf() function