Searched refs:fcp_lun (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/s390/scsi/ |
H A D | zfcp_unit.c | 27 lun = scsilun_to_int((struct scsi_lun *) &unit->fcp_lun); in zfcp_unit_scsi_scan() 67 static struct zfcp_unit *_zfcp_unit_find(struct zfcp_port *port, u64 fcp_lun) in _zfcp_unit_find() argument 72 if (unit->fcp_lun == fcp_lun) { in _zfcp_unit_find() 83 * @fcp_lun: 64 Bit FCP LUN used to identify the zfcp_unit 91 struct zfcp_unit *zfcp_unit_find(struct zfcp_port *port, u64 fcp_lun) in zfcp_unit_find() argument 96 unit = _zfcp_unit_find(port, fcp_lun); in zfcp_unit_find() 116 * @fcp_lun: FCP LUN of unit to be added 121 int zfcp_unit_add(struct zfcp_port *port, u64 fcp_lun) in zfcp_unit_add() argument 133 unit = zfcp_unit_find(port, fcp_lun); in zfcp_unit_add() 238 zfcp_unit_remove(struct zfcp_port * port,u64 fcp_lun) zfcp_unit_remove() argument [all...] |
H A D | zfcp_def.h | 256 * @fcp_lun: 64 bit LUN value 267 u64 fcp_lun; member 304 u64 fcp_lun; in zfcp_scsi_dev_lun() local 306 int_to_scsilun(sdev->lun, (struct scsi_lun *)&fcp_lun); in zfcp_scsi_dev_lun() 307 return fcp_lun; in zfcp_scsi_dev_lun()
|
H A D | zfcp_sysfs.c | 446 u64 fcp_lun; in zfcp_sysfs_unit_add_store() local 449 if (kstrtoull(buf, 0, (unsigned long long *) &fcp_lun)) in zfcp_sysfs_unit_add_store() 454 retval = zfcp_unit_add(port, fcp_lun); in zfcp_sysfs_unit_add_store() 467 u64 fcp_lun; in zfcp_sysfs_unit_remove_store() local 469 if (kstrtoull(buf, 0, (unsigned long long *) &fcp_lun)) in zfcp_sysfs_unit_remove_store() 472 if (zfcp_unit_remove(port, fcp_lun)) in zfcp_sysfs_unit_remove_store() 631 static DEVICE_ATTR(fcp_lun, S_IRUGO, zfcp_sysfs_scsi_fcp_lun_show, NULL);
|
H A D | zfcp_fsf.h | 248 u64 fcp_lun; member 360 u64 fcp_lun; member
|
H A D | zfcp_dbf.c | 221 rec->u.uss.lun = srb->fcp_lun; in zfcp_dbf_hba_fsf_uss()
|
H A D | zfcp_fsf.c | 2217 req->qtcb->bottom.support.fcp_lun = zfcp_scsi_dev_lun(erp_action->sdev); in zfcp_fsf_open_lun()
|
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_sli.c | 12649 (scsilun_to_int(&lpfc_cmd->fcp_cmnd->fcp_lun) == lun_id)) in lpfc_sli_validate_fcp_iocb()
|