Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_scsi.c5683 lpfc_create_device_data(struct lpfc_hba *phba, struct lpfc_name *vport_wwpn, in lpfc_create_device_data() argument
5691 if (unlikely(!phba) || !vport_wwpn || !target_wwpn || in lpfc_create_device_data()
5706 memcpy(&lun_info->device_id.vport_wwpn, vport_wwpn, in lpfc_create_device_data()
5758 struct lpfc_name *vport_wwpn, in __lpfc_get_device_data() argument
5764 if (unlikely(!phba) || !list || !vport_wwpn || !target_wwpn || in __lpfc_get_device_data()
5771 if ((memcmp(&lun_info->device_id.vport_wwpn, vport_wwpn, in __lpfc_get_device_data()
5809 lpfc_find_next_oas_lun(struct lpfc_hba *phba, struct lpfc_name *vport_wwpn, in lpfc_find_next_oas_lun() argument
5824 if (unlikely(!phba) || !vport_wwpn || !target_wwpn || in lpfc_find_next_oas_lun()
5839 if (((wwn_to_u64(vport_wwpn->u.wwn) == 0) || in lpfc_find_next_oas_lun()
5840 (memcmp(&lun_info->device_id.vport_wwpn, vport_wwpn, in lpfc_find_next_oas_lun()
[all …]
Dlpfc_scsi.h47 struct lpfc_name vport_wwpn; member