Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/lpfc/
Dlpfc_scsi.h47 struct lpfc_name vport_wwpn; member
Dlpfc_scsi.c6428 lpfc_create_device_data(struct lpfc_hba *phba, struct lpfc_name *vport_wwpn, in lpfc_create_device_data() argument
6436 if (unlikely(!phba) || !vport_wwpn || !target_wwpn || in lpfc_create_device_data()
6451 memcpy(&lun_info->device_id.vport_wwpn, vport_wwpn, in lpfc_create_device_data()
6503 struct lpfc_name *vport_wwpn, in __lpfc_get_device_data() argument
6509 if (unlikely(!phba) || !list || !vport_wwpn || !target_wwpn || in __lpfc_get_device_data()
6516 if ((memcmp(&lun_info->device_id.vport_wwpn, vport_wwpn, in __lpfc_get_device_data()
6555 lpfc_find_next_oas_lun(struct lpfc_hba *phba, struct lpfc_name *vport_wwpn, in lpfc_find_next_oas_lun() argument
6570 if (unlikely(!phba) || !vport_wwpn || !target_wwpn || in lpfc_find_next_oas_lun()
6585 if (((wwn_to_u64(vport_wwpn->u.wwn) == 0) || in lpfc_find_next_oas_lun()
6586 (memcmp(&lun_info->device_id.vport_wwpn, vport_wwpn, in lpfc_find_next_oas_lun()
[all …]