Home
last modified time | relevance | path

Searched refs:fp_wwpn (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/scsi/fc/
H A Dfc_ns.h125 __be64 fp_wwpn; /* port name */ member
/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_fc.c772 if (be64_to_cpu(acc->fp_wwpn) == in zfcp_fc_eval_gpn_ft()
776 port = zfcp_port_enqueue(adapter, be64_to_cpu(acc->fp_wwpn), in zfcp_fc_eval_gpn_ft()
/openbmc/linux/drivers/scsi/libfc/
H A Dfc_disc.c429 ids.port_name = ntohll(np->fp_wwpn); in fc_disc_gpn_ft_parse()