Searched refs:fcp_lun (Results 1 - 9 of 9) sorted by last modified time

/drivers/s390/scsi/
H A Dzfcp_dbf.c131 rec->u.uss.lun = srb->fcp_lun;
H A Dzfcp_def.h226 * @fcp_lun: 64 bit LUN value
237 u64 fcp_lun; member in struct:zfcp_unit
274 u64 fcp_lun; local
276 int_to_scsilun(sdev->lun, (struct scsi_lun *)&fcp_lun);
277 return fcp_lun;
H A Dzfcp_fsf.c1860 req->qtcb->bottom.support.fcp_lun = zfcp_scsi_dev_lun(erp_action->sdev);
H A Dzfcp_fsf.h219 u64 fcp_lun; member in struct:fsf_status_read_buffer
324 u64 fcp_lun; member in struct:fsf_qtcb_bottom_support
H A Dzfcp_sysfs.c309 u64 fcp_lun; local
312 if (kstrtoull(buf, 0, (unsigned long long *) &fcp_lun))
315 retval = zfcp_unit_add(port, fcp_lun);
328 u64 fcp_lun; local
330 if (kstrtoull(buf, 0, (unsigned long long *) &fcp_lun))
333 if (zfcp_unit_remove(port, fcp_lun))
461 static DEVICE_ATTR(fcp_lun, S_IRUGO, zfcp_sysfs_scsi_fcp_lun_show, NULL);
H A Dzfcp_unit.c26 lun = scsilun_to_int((struct scsi_lun *) &unit->fcp_lun);
65 static struct zfcp_unit *_zfcp_unit_find(struct zfcp_port *port, u64 fcp_lun) argument
70 if (unit->fcp_lun == fcp_lun) {
81 * @fcp_lun: 64 Bit FCP LUN used to identify the zfcp_unit
89 struct zfcp_unit *zfcp_unit_find(struct zfcp_port *port, u64 fcp_lun) argument
94 unit = _zfcp_unit_find(port, fcp_lun);
114 * @fcp_lun: FCP LUN of unit to be enqueued
119 int zfcp_unit_add(struct zfcp_port *port, u64 fcp_lun) argument
131 unit = zfcp_unit_find(port, fcp_lun);
230 zfcp_unit_remove(struct zfcp_port *port, u64 fcp_lun) argument
[all...]
/drivers/scsi/lpfc/
H A Dlpfc_scsi.c4302 &lpfc_cmd->fcp_cmnd->fcp_lun);
4424 int_to_scsilun(lun, &fcp_cmnd->fcp_lun);
H A Dlpfc_scsi.h100 struct scsi_lun fcp_lun; member in struct:fcp_cmnd
H A Dlpfc_sli.c9931 (scsilun_to_int(&lpfc_cmd->fcp_cmnd->fcp_lun) == lun_id))

Completed in 285 milliseconds