tag | line | file | source code |
num_cmds | 1322 | drivers/scsi/53c7,8xx.c | hostdata->num_cmds = 1; |
num_cmds | 3407 | drivers/scsi/53c7,8xx.c | host->host_no, hostdata->num_cmds, host->can_queue, |
num_cmds | 3424 | drivers/scsi/53c7,8xx.c | if ((hostdata->extra_allocate + hostdata->num_cmds) < host->can_queue) |
num_cmds | 3430 | drivers/scsi/53c7,8xx.c | ++hostdata->num_cmds) { |
num_cmds | 6361 | drivers/scsi/53c7,8xx.c | --hostdata->num_cmds) { |
num_cmds | 6371 | drivers/scsi/53c7,8xx.c | if (hostdata->num_cmds) |
num_cmds | 6373 | 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 |