Searched defs:nvmet_fc_tgt_assoc (Results 1 – 1 of 1) sorted by relevance
162 struct nvmet_fc_tgt_assoc { struct163 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 …]