Searched refs:vport_wwpn (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_scsi.c | 6412 lpfc_create_device_data(struct lpfc_hba *phba, struct lpfc_name *vport_wwpn, in lpfc_create_device_data() argument 6420 if (unlikely(!phba) || !vport_wwpn || !target_wwpn || in lpfc_create_device_data() 6435 memcpy(&lun_info->device_id.vport_wwpn, vport_wwpn, in lpfc_create_device_data() 6487 struct lpfc_name *vport_wwpn, in __lpfc_get_device_data() argument 6493 if (unlikely(!phba) || !list || !vport_wwpn || !target_wwpn || in __lpfc_get_device_data() 6500 if ((memcmp(&lun_info->device_id.vport_wwpn, vport_wwpn, in __lpfc_get_device_data() 6539 lpfc_find_next_oas_lun(struct lpfc_hba *phba, struct lpfc_name *vport_wwpn, in lpfc_find_next_oas_lun() argument 6554 if (unlikely(!phba) || !vport_wwpn || !target_wwpn || in lpfc_find_next_oas_lun() 6569 if (((wwn_to_u64(vport_wwpn->u.wwn) == 0) || in lpfc_find_next_oas_lun() 6570 (memcmp(&lun_info->device_id.vport_wwpn, vport_wwpn, in lpfc_find_next_oas_lun() [all …]
|
| H A D | lpfc_scsi.h | 48 struct lpfc_name vport_wwpn; member
|