Searched defs:nvmet_fc_tgt_assoc (Results 1 – 1 of 1) sorted by relevance
159 struct nvmet_fc_tgt_assoc { struct160 u64 association_id;161 u32 a_id;162 atomic_t terminating;163 struct nvmet_fc_tgtport *tgtport;164 struct nvmet_fc_hostport *hostport;165 struct nvmet_fc_ls_iod *rcv_disconn;166 struct list_head a_list;167 struct nvmet_fc_tgt_queue *queues[NVMET_NR_QUEUES + 1];168 struct kref ref;[all …]