Searched defs:ibmvfc_discover_targets (Results 1 – 2 of 2) sorted by relevance
232 struct ibmvfc_discover_targets { struct233 struct ibmvfc_mad_common common;234 struct srp_direct_buf buffer;235 __be32 flags;236 __be16 status;237 __be16 error;238 __be32 bufflen;239 __be32 num_avail;240 __be32 num_written;241 __be64 reserved[2];
3974 static void ibmvfc_discover_targets(struct ibmvfc_host *vhost) in ibmvfc_discover_targets() function