Searched refs:__scsi_get_command (Results 1 – 2 of 2) sorted by relevance
251 struct scsi_cmnd *__scsi_get_command(struct Scsi_Host *shost, gfp_t gfp_mask) in __scsi_get_command() function281 EXPORT_SYMBOL_GPL(__scsi_get_command);298 cmd = __scsi_get_command(dev->host, gfp_mask); in scsi_get_command()
103 cmd = __scsi_get_command(shost, gfp_mask); in scsi_host_get_command()