Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dfc.c162 struct nvmet_fc_tgt_assoc { struct
163 u64 association_id;
164 u32 a_id;
165 atomic_t terminating;
166 struct nvmet_fc_tgtport *tgtport;
167 struct nvmet_fc_hostport *hostport;
168 struct nvmet_fc_ls_iod *rcv_disconn;
169 struct list_head a_list;
170 struct nvmet_fc_tgt_queue *queues[NVMET_NR_QUEUES + 1];
171 struct kref ref;
[all …]