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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Datari_NCR5380.c200 * is_lun_busy(), cmd_get_tag() and cmd_free_tag(). But I think this isn't the
201 * case: is_lun_busy() and cmd_get_tag() are both called from NCR5380_main(),
257 static int is_lun_busy( Scsi_Cmnd *cmd, int should_be_tagged ) function
1004 !is_lun_busy( tmp, tmp->cmnd[0] != REQUEST_SENSE)
H A Dmac_NCR5380.c218 * is_lun_busy(), cmd_get_tag() and cmd_free_tag(). But I think this isn't the
219 * case: is_lun_busy() and cmd_get_tag() are both called from NCR5380_main(),
275 static int is_lun_busy( Scsi_Cmnd *cmd, int should_be_tagged ) function
1000 !is_lun_busy( tmp, tmp->cmnd[0] != REQUEST_SENSE)
H A Dsun3_NCR5380.c202 * is_lun_busy(), cmd_get_tag() and cmd_free_tag(). But I think this isn't the
203 * case: is_lun_busy() and cmd_get_tag() are both called from NCR5380_main(),
259 static int is_lun_busy( Scsi_Cmnd *cmd, int should_be_tagged ) function
993 !is_lun_busy( tmp, tmp->cmnd[0] != REQUEST_SENSE)

Completed in 116 milliseconds