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