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