Searched refs:target_wwpn (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_scsi.c | 5434 struct lpfc_name target_wwpn; in lpfc_slave_alloc() local 5446 u64_to_wwn(rport->port_name, target_wwpn.u.wwn); in lpfc_slave_alloc() 5451 &target_wwpn, in lpfc_slave_alloc() 5457 &target_wwpn, in lpfc_slave_alloc() 5592 struct lpfc_name *target_wwpn, uint64_t lun, in lpfc_create_device_data() argument 5599 if (unlikely(!phba) || !vport_wwpn || !target_wwpn || in lpfc_create_device_data() 5616 memcpy(&lun_info->device_id.target_wwpn, target_wwpn, in lpfc_create_device_data() 5666 struct lpfc_name *target_wwpn, uint64_t lun) in __lpfc_get_device_data() argument 5671 if (unlikely(!phba) || !list || !vport_wwpn || !target_wwpn || in __lpfc_get_device_data() 5680 (memcmp(&lun_info->device_id.target_wwpn, target_wwpn, in __lpfc_get_device_data() [all …]
|
D | lpfc_scsi.h | 46 struct lpfc_name target_wwpn; member
|