Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/uapi/scsi/fc/
Dfc_ns.h125 __be64 fp_wwpn; /* port name */ member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/scsi/fc/
Dfc_ns.h84 __be64 fp_wwpn; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/scsi/fc/
Dfc_ns.h71 __be64 fp_wwpn; member
/kernel/linux/linux-5.10/drivers/s390/scsi/
Dzfcp_fc.c765 if (be64_to_cpu(acc->fp_wwpn) == in zfcp_fc_eval_gpn_ft()
769 port = zfcp_port_enqueue(adapter, be64_to_cpu(acc->fp_wwpn), in zfcp_fc_eval_gpn_ft()
/kernel/linux/linux-5.10/drivers/scsi/libfc/
Dfc_disc.c432 ids.port_name = ntohll(np->fp_wwpn); in fc_disc_gpn_ft_parse()