Lines Matching defs:nvmet_fc_tgt_assoc
159 struct nvmet_fc_tgt_assoc { struct
160 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;
169 struct work_struct del_work;