tag | line | file | source code |
num_cmds | 1324 | drivers/scsi/53c7,8xx.c | hostdata->num_cmds = 1; |
num_cmds | 3409 | drivers/scsi/53c7,8xx.c | host->host_no, hostdata->num_cmds, host->can_queue, |
num_cmds | 3426 | drivers/scsi/53c7,8xx.c | if ((hostdata->extra_allocate + hostdata->num_cmds) < host->can_queue) |
num_cmds | 3432 | drivers/scsi/53c7,8xx.c | ++hostdata->num_cmds) { |
num_cmds | 6362 | drivers/scsi/53c7,8xx.c | --hostdata->num_cmds) { |
num_cmds | 6372 | drivers/scsi/53c7,8xx.c | if (hostdata->num_cmds) |
num_cmds | 6374 | drivers/scsi/53c7,8xx.c | host->host_no, hostdata->num_cmds); |
num_cmds | 1411 | drivers/scsi/53c7,8xx.h | volatile int num_cmds; /* Number of commands |