Searched refs:fc_remote_port_add (Results 1 - 9 of 9) sorted by last modified time

/drivers/s390/scsi/
H A Dzfcp_scsi.c580 rport = fc_remote_port_add(port->adapter->scsi_host, 0, &ids);
/drivers/scsi/bfa/
H A Dbfad_im.c1069 fc_remote_port_add(im_port->shost, 0, &rport_ids);
/drivers/scsi/csiostor/
H A Dcsio_attr.c54 * Call fc_remote_port_add() to register this remote port with FC transport.
78 rn->rport = fc_remote_port_add(shost, 0, &ids);
/drivers/scsi/ibmvscsi/
H A Dibmvfc.c4333 rport = fc_remote_port_add(vhost->host, 0, &tgt->ids);
/drivers/scsi/libfc/
H A Dfc_rport.c270 rport = fc_remote_port_add(lport->host, 0, &ids);
/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c3906 * FCP target port. But fc_remote_port_add zeros the space to which
3923 ndlp->rport = rport = fc_remote_port_add(shost, 0, &rport_ids);
3926 "Warning: fc_remote_port_add failed\n");
/drivers/scsi/qla2xxx/
H A Dqla_init.c3247 fcport->rport = rport = fc_remote_port_add(vha->host, 0, &rport_ids);
/drivers/scsi/
H A Dscsi_transport_fc.c2695 * fc_remote_port_add - notify fc transport of the existence of a remote FC port.
2733 fc_remote_port_add(struct Scsi_Host *shost, int channel, function
2920 EXPORT_SYMBOL(fc_remote_port_add); variable
2952 * fc_remote_port_add()) within the dev_loss_tmo timeout, then the
/drivers/message/fusion/
H A Dmptfc.c469 rport = fc_remote_port_add(ioc->sh, channel, &rport_ids);

Completed in 833 milliseconds