Searched defs:nvme_fc_ctrl (Results 1 – 1 of 1) sorted by relevance
153 struct nvme_fc_ctrl { struct154 spinlock_t lock;155 struct nvme_fc_queue *queues;156 struct device *dev;157 struct nvme_fc_lport *lport;158 struct nvme_fc_rport *rport;159 u32 cnum;183 static inline struct nvme_fc_ctrl * argument