Searched defs:ibmvfc_discover_targets (Results 1 – 2 of 2) sorted by relevance
253 struct ibmvfc_discover_targets { struct254 struct ibmvfc_mad_common common;255 struct srp_direct_buf buffer;256 __be32 flags;258 __be16 status;259 __be16 error;260 __be32 bufflen;261 __be32 num_avail;262 __be32 num_written;263 __be64 reserved[2];
4871 static void ibmvfc_discover_targets(struct ibmvfc_host *vhost) in ibmvfc_discover_targets() function