Home
last modified time | relevance | path

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

/drivers/scsi/lpfc/
Dlpfc_scsi.c5695 lpfc_create_device_data(struct lpfc_hba *phba, struct lpfc_name *vport_wwpn, in lpfc_create_device_data() argument
5703 if (unlikely(!phba) || !vport_wwpn || !target_wwpn || in lpfc_create_device_data()
5718 memcpy(&lun_info->device_id.vport_wwpn, vport_wwpn, in lpfc_create_device_data()
5769 struct lpfc_name *vport_wwpn, in __lpfc_get_device_data() argument
5775 if (unlikely(!phba) || !list || !vport_wwpn || !target_wwpn || in __lpfc_get_device_data()
5782 if ((memcmp(&lun_info->device_id.vport_wwpn, vport_wwpn, in __lpfc_get_device_data()
5820 lpfc_find_next_oas_lun(struct lpfc_hba *phba, struct lpfc_name *vport_wwpn, in lpfc_find_next_oas_lun() argument
5834 if (unlikely(!phba) || !vport_wwpn || !target_wwpn || in lpfc_find_next_oas_lun()
5849 if (((wwn_to_u64(vport_wwpn->u.wwn) == 0) || in lpfc_find_next_oas_lun()
5850 (memcmp(&lun_info->device_id.vport_wwpn, vport_wwpn, in lpfc_find_next_oas_lun()
[all …]
Dlpfc_scsi.h45 struct lpfc_name vport_wwpn; member