Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_scsi.c5524 struct lpfc_name target_wwpn; in lpfc_slave_alloc() local
5536 u64_to_wwn(rport->port_name, target_wwpn.u.wwn); in lpfc_slave_alloc()
5541 &target_wwpn, in lpfc_slave_alloc()
5547 &target_wwpn, in lpfc_slave_alloc()
5684 struct lpfc_name *target_wwpn, uint64_t lun, in lpfc_create_device_data() argument
5691 if (unlikely(!phba) || !vport_wwpn || !target_wwpn || in lpfc_create_device_data()
5708 memcpy(&lun_info->device_id.target_wwpn, target_wwpn, in lpfc_create_device_data()
5759 struct lpfc_name *target_wwpn, uint64_t lun) in __lpfc_get_device_data() argument
5764 if (unlikely(!phba) || !list || !vport_wwpn || !target_wwpn || in __lpfc_get_device_data()
5773 (memcmp(&lun_info->device_id.target_wwpn, target_wwpn, in __lpfc_get_device_data()
[all …]
Dlpfc_scsi.h48 struct lpfc_name target_wwpn; member