Lines Matching defs:vport_wwpn
5669 * @vport_wwpn: Pointer to vport's wwpn information
5685 lpfc_create_device_data(struct lpfc_hba *phba, struct lpfc_name *vport_wwpn,
5693 if (unlikely(!phba) || !vport_wwpn || !target_wwpn ||
5708 memcpy(&lun_info->device_id.vport_wwpn, vport_wwpn,
5746 * @vport_wwpn: Pointer to vport's wwpn information
5760 struct lpfc_name *vport_wwpn,
5766 if (unlikely(!phba) || !list || !vport_wwpn || !target_wwpn ||
5773 if ((memcmp(&lun_info->device_id.vport_wwpn, vport_wwpn,
5787 * @vport_wwpn: Pointer to vport's wwpn information
5811 lpfc_find_next_oas_lun(struct lpfc_hba *phba, struct lpfc_name *vport_wwpn,
5826 if (unlikely(!phba) || !vport_wwpn || !target_wwpn ||
5841 if (((wwn_to_u64(vport_wwpn->u.wwn) == 0) ||
5842 (memcmp(&lun_info->device_id.vport_wwpn, vport_wwpn,
5854 &device_id->vport_wwpn,
5866 memset(vport_wwpn, 0x0,
5874 memcpy(vport_wwpn, &device_id->vport_wwpn,
5889 * @vport_wwpn: Pointer to vport's wwpn information
5907 lpfc_enable_oas_lun(struct lpfc_hba *phba, struct lpfc_name *vport_wwpn,
5914 if (unlikely(!phba) || !vport_wwpn || !target_wwpn ||
5921 lun_info = __lpfc_get_device_data(phba, &phba->luns, vport_wwpn,
5932 lun_info = lpfc_create_device_data(phba, vport_wwpn, target_wwpn, lun,
5949 * @vport_wwpn: Pointer to vport's wwpn information
5966 lpfc_disable_oas_lun(struct lpfc_hba *phba, struct lpfc_name *vport_wwpn,
5973 if (unlikely(!phba) || !vport_wwpn || !target_wwpn ||
5981 &phba->luns, vport_wwpn,