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