tag | line | file | source code |
current_tag | 140 | drivers/net/3c509.c | static int current_tag = 0; |
current_tag | 224 | drivers/net/3c509.c | current_tag = dev->name[3]-'0'; |
current_tag | 226 | drivers/net/3c509.c | if (current_tag == 0) |
current_tag | 258 | drivers/net/3c509.c | outb(0xd0 + ++current_tag, id_port); |
current_tag | 282 | drivers/net/3c509.c | dev->name, dev->base_addr, current_tag, if_names[dev->if_port]); |
current_tag | 1807 | drivers/scsi/AM53C974.c | if (cmd->device->current_tag == 0) cmd->device->current_tag = 1; |
current_tag | 1808 | drivers/scsi/AM53C974.c | cmd->tag = cmd->device->current_tag; |
current_tag | 1809 | drivers/scsi/AM53C974.c | cmd->device->current_tag++; } |
current_tag | 1722 | drivers/scsi/NCR5380.c | if (cmd->device->current_tag == 0) |
current_tag | 1723 | drivers/scsi/NCR5380.c | cmd->device->current_tag = 1; |
current_tag | 1725 | drivers/scsi/NCR5380.c | cmd->tag = cmd->device->current_tag; |
current_tag | 1726 | drivers/scsi/NCR5380.c | cmd->device->current_tag++; |
current_tag | 4115 | drivers/scsi/aic7xxx.c | cmd->device->current_tag = 1; /* enable tagging */ |
current_tag | 4117 | drivers/scsi/aic7xxx.c | cmd->tag = cmd->device->current_tag; |
current_tag | 4118 | drivers/scsi/aic7xxx.c | cmd->device->current_tag++; |
current_tag | 733 | drivers/scsi/scsi.c | SDpnt->current_tag = 0; |
current_tag | 171 | drivers/scsi/scsi.h | unsigned char current_tag; /* current tag */ |
current_tag | 328 | drivers/scsi/scsi_ioctl.c | dev->current_tag = 1; |
current_tag | 334 | drivers/scsi/scsi_ioctl.c | dev->current_tag = 0; |