Home
last modified time | relevance | path

Searched refs:fc_host_permanent_port_name (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/s390/scsi/
Dzfcp_fsf.c495 if (fc_host_permanent_port_name(shost) == -1) in zfcp_fsf_exchange_config_evaluate()
496 fc_host_permanent_port_name(shost) = fc_host_port_name(shost); in zfcp_fsf_exchange_config_evaluate()
626 fc_host_permanent_port_name(shost) = bottom->wwpn; in zfcp_fsf_exchange_port_evaluate()
628 fc_host_permanent_port_name(shost) = fc_host_port_name(shost); in zfcp_fsf_exchange_port_evaluate()
/Linux-v4.19/include/scsi/
Dscsi_transport_fc.h561 #define fc_host_permanent_port_name(x) \ macro