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