Lines Matching defs:fcp_lun
27 lun = scsilun_to_int((struct scsi_lun *) &unit->fcp_lun);
67 static struct zfcp_unit *_zfcp_unit_find(struct zfcp_port *port, u64 fcp_lun)
72 if (unit->fcp_lun == fcp_lun) {
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)
96 unit = _zfcp_unit_find(port, fcp_lun);
116 * @fcp_lun: FCP LUN of unit to be enqueued
121 int zfcp_unit_add(struct zfcp_port *port, u64 fcp_lun)
133 unit = zfcp_unit_find(port, fcp_lun);
147 unit->fcp_lun = fcp_lun;
154 (unsigned long long) fcp_lun)) {
201 lun = scsilun_to_int((struct scsi_lun *) &unit->fcp_lun);
233 * @fcp_lun: The 64 bit LUN of the unit to remove
238 int zfcp_unit_remove(struct zfcp_port *port, u64 fcp_lun)
244 unit = _zfcp_unit_find(port, fcp_lun);