Searched defs:fc_internal (Results 1 – 1 of 1) sorted by relevance
324 struct fc_internal { struct325 struct scsi_transport_template t;326 struct fc_function_template *f;354 #define to_fc_internal(tmpl) container_of(tmpl, struct fc_internal, t) argument