Lines Matching defs:lpfc_nvme_buf
79 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;
93 uint16_t qidx;
94 uint16_t sqid;
95 uint32_t result; /* From IOCB Word 4. */
97 uint32_t seg_cnt; /* Number of scatter-gather segments returned by
101 dma_addr_t nonsg_phys; /* Non scatter-gather physical address. */
131 struct lpfc_nvme_buf *nvme_buf; argument