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