Searched defs:cmd_get_tag (Results 1 - 2 of 2) sorted by last modified time

/drivers/scsi/
H A Datari_NCR5380.c310 * is_lun_busy(), cmd_get_tag() and cmd_free_tag(). But I think this isn't the
311 * case: is_lun_busy() and cmd_get_tag() are both called from NCR5380_main(),
387 static void cmd_get_tag(Scsi_Cmnd *cmd, int should_be_tagged) function
1118 cmd_get_tag(tmp, tmp->cmnd[0] != REQUEST_SENSE);
H A Dsun3_NCR5380.c299 * is_lun_busy(), cmd_get_tag() and cmd_free_tag(). But I think this isn't the
300 * case: is_lun_busy() and cmd_get_tag() are both called from NCR5380_main(),
381 static void cmd_get_tag(struct scsi_cmnd *cmd, int should_be_tagged) function
1057 cmd_get_tag( tmp, tmp->cmnd[0] != REQUEST_SENSE );

Completed in 38 milliseconds