Searched defs:ibmvfc_discover_targets (Results 1 – 2 of 2) sorted by relevance
242 struct ibmvfc_discover_targets { struct243 struct ibmvfc_mad_common common;244 struct srp_direct_buf buffer;245 __be32 flags;247 __be16 status;248 __be16 error;249 __be32 bufflen;250 __be32 num_avail;251 __be32 num_written;252 __be64 reserved[2];
4257 static void ibmvfc_discover_targets(struct ibmvfc_host *vhost) in ibmvfc_discover_targets() function