Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_nvmet.h106 struct lpfc_nvmet_rcv_ctx { struct
107 union {
110 } ctx;
111 struct list_head list;
112 struct lpfc_hba *phba;
113 struct lpfc_iocbq *wqeq;
114 struct lpfc_iocbq *abort_wqeq;
115 dma_addr_t txrdy_phys;
116 spinlock_t ctxlock; /* protect flag access */
117 uint32_t *txrdy;
[all …]