Searched refs:zfcp_unit_find (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/s390/scsi/
H A Dzfcp_unit.c81 * zfcp_unit_find - Find and return zfcp_unit with specified FCP LUN
91 struct zfcp_unit *zfcp_unit_find(struct zfcp_port *port, u64 fcp_lun) function
133 unit = zfcp_unit_find(port, fcp_lun);
H A Dzfcp_ext.h197 extern struct zfcp_unit *zfcp_unit_find(struct zfcp_port *, u64);
H A Dzfcp_scsi.c141 unit = zfcp_unit_find(port, zfcp_scsi_dev_lun(sdev));

Completed in 259 milliseconds