Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/lpfc/
Dlpfc_scsi.h47 struct lpfc_name vport_wwpn; member
Dlpfc_scsi.c5685 lpfc_create_device_data(struct lpfc_hba *phba, struct lpfc_name *vport_wwpn, in lpfc_create_device_data() argument
5693 if (unlikely(!phba) || !vport_wwpn || !target_wwpn || in lpfc_create_device_data()
5708 memcpy(&lun_info->device_id.vport_wwpn, vport_wwpn, in lpfc_create_device_data()
5760 struct lpfc_name *vport_wwpn, in __lpfc_get_device_data() argument
5766 if (unlikely(!phba) || !list || !vport_wwpn || !target_wwpn || in __lpfc_get_device_data()
5773 if ((memcmp(&lun_info->device_id.vport_wwpn, vport_wwpn, in __lpfc_get_device_data()
5811 lpfc_find_next_oas_lun(struct lpfc_hba *phba, struct lpfc_name *vport_wwpn, in lpfc_find_next_oas_lun() argument
5826 if (unlikely(!phba) || !vport_wwpn || !target_wwpn || in lpfc_find_next_oas_lun()
5841 if (((wwn_to_u64(vport_wwpn->u.wwn) == 0) || in lpfc_find_next_oas_lun()
5842 (memcmp(&lun_info->device_id.vport_wwpn, vport_wwpn, in lpfc_find_next_oas_lun()
[all …]