Searched refs:efct_fc_template (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/scsi/elx/efct/
H A Defct_xport.c443 struct scsi_transport_template *efct_fc_template = NULL; local
445 efct_fc_template = fc_attach_transport(&efct_xport_functions);
447 if (!efct_fc_template)
450 return efct_fc_template;
456 struct scsi_transport_template *efct_fc_template = NULL; local
458 efct_fc_template = fc_attach_transport(&efct_vport_functions);
460 if (!efct_fc_template)
463 return efct_fc_template;

Completed in 142 milliseconds