Searched defs:lpfc_nvmet_rcv_ctx (Results 1 – 1 of 1) sorted by relevance
106 struct lpfc_nvmet_rcv_ctx { struct107 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 …]