Searched refs:vport_wwpn (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_scsi.h | 47 struct lpfc_name vport_wwpn; member
|
H A D | lpfc_scsi.c | 6410 lpfc_create_device_data(struct lpfc_hba *phba, struct lpfc_name *vport_wwpn, in lpfc_create_device_data() argument 6418 if (unlikely(!phba) || !vport_wwpn || !target_wwpn || in lpfc_create_device_data() 6433 memcpy(&lun_info->device_id.vport_wwpn, vport_wwpn, in lpfc_create_device_data() 6485 struct lpfc_name *vport_wwpn, in __lpfc_get_device_data() argument 6491 if (unlikely(!phba) || !list || !vport_wwpn || !target_wwpn || in __lpfc_get_device_data() 6498 if ((memcmp(&lun_info->device_id.vport_wwpn, vport_wwpn, in __lpfc_get_device_data() 6537 lpfc_find_next_oas_lun(struct lpfc_hba *phba, struct lpfc_name *vport_wwpn, in lpfc_find_next_oas_lun() argument 6552 if (unlikely(!phba) || !vport_wwpn || !target_wwpn || in lpfc_find_next_oas_lun() 6567 if (((wwn_to_u64(vport_wwpn->u.wwn) == 0) || in lpfc_find_next_oas_lun() 6568 (memcmp(&lun_info->device_id.vport_wwpn, vport_wwpn, in lpfc_find_next_oas_lun() [all …]
|