Lines Matching defs:vport_wwpn
6389 * @vport_wwpn: Pointer to vport's wwpn information
6406 lpfc_create_device_data(struct lpfc_hba *phba, struct lpfc_name *vport_wwpn,
6414 if (unlikely(!phba) || !vport_wwpn || !target_wwpn ||
6429 memcpy(&lun_info->device_id.vport_wwpn, vport_wwpn,
6467 * @vport_wwpn: Pointer to vport's wwpn information
6481 struct lpfc_name *vport_wwpn,
6487 if (unlikely(!phba) || !list || !vport_wwpn || !target_wwpn ||
6494 if ((memcmp(&lun_info->device_id.vport_wwpn, vport_wwpn,
6508 * @vport_wwpn: Pointer to vport's wwpn information
6533 lpfc_find_next_oas_lun(struct lpfc_hba *phba, struct lpfc_name *vport_wwpn,
6548 if (unlikely(!phba) || !vport_wwpn || !target_wwpn ||
6563 if (((wwn_to_u64(vport_wwpn->u.wwn) == 0) ||
6564 (memcmp(&lun_info->device_id.vport_wwpn, vport_wwpn,
6576 &device_id->vport_wwpn,
6588 memset(vport_wwpn, 0x0,
6596 memcpy(vport_wwpn, &device_id->vport_wwpn,
6611 * @vport_wwpn: Pointer to vport's wwpn information
6630 lpfc_enable_oas_lun(struct lpfc_hba *phba, struct lpfc_name *vport_wwpn,
6637 if (unlikely(!phba) || !vport_wwpn || !target_wwpn ||
6644 lun_info = __lpfc_get_device_data(phba, &phba->luns, vport_wwpn,
6655 lun_info = lpfc_create_device_data(phba, vport_wwpn, target_wwpn, lun,
6672 * @vport_wwpn: Pointer to vport's wwpn information
6690 lpfc_disable_oas_lun(struct lpfc_hba *phba, struct lpfc_name *vport_wwpn,
6697 if (unlikely(!phba) || !vport_wwpn || !target_wwpn ||
6705 &phba->luns, vport_wwpn,