Searched refs:vport_wwpn (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/scsi/lpfc/ |
D | lpfc_scsi.h | 47 struct lpfc_name vport_wwpn; member
|
D | lpfc_scsi.c | 6428 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 …]
|