Searched defs:fnic_tport_s (Results 1 – 1 of 1) sorted by relevance
194 struct fnic_tport_s { struct195 struct list_head links; /* To link the tports */196 enum fdls_tgt_state_e state;197 uint32_t flags;198 uint32_t fcid;199 uint64_t wwpn;200 uint64_t wwnn;201 uint16_t active_oxid;202 uint16_t tgt_flags;203 atomic_t in_flight; /* io counter */[all …]