Searched defs:fnic_fc_transport (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/fnic/
H A Dfnic_main.c136 static struct scsi_transport_template *fnic_fc_transport; variable in typeref:struct:scsi_transport_template
562 host->transportt = fnic_fc_transport;
1107 fnic_fc_transport = fc_attach_transport(&fnic_fc_functions);
1108 if (!fnic_fc_transport) {
1123 fc_release_transport(fnic_fc_transport);
1152 fc_release_transport(fnic_fc_transport);

Completed in 66 milliseconds