Searched defs:nvme_fc_ctrl (Results 1 – 1 of 1) sorted by relevance
133 struct nvme_fc_ctrl { struct134 spinlock_t lock;135 struct nvme_fc_queue *queues;136 struct device *dev;137 struct nvme_fc_lport *lport;138 struct nvme_fc_rport *rport;139 u32 cnum;164 static inline struct nvme_fc_ctrl * argument