Searched defs:nvme_fc_ctrl (Results 1 – 1 of 1) sorted by relevance
137 struct nvme_fc_ctrl { struct138 spinlock_t lock;139 struct nvme_fc_queue *queues;140 struct device *dev;141 struct nvme_fc_lport *lport;142 struct nvme_fc_rport *rport;166 static inline struct nvme_fc_ctrl * argument