Home
last modified time | relevance | path

Searched refs:tag_commands (Results 1 – 4 of 4) sorted by relevance

/drivers/scsi/aic7xxx_old/
Daic7xxx_proc.c255 size += sprintf(BLS, "%d,",aic7xxx_tag_info[p->instance].tag_commands[i]); in aic7xxx_proc_info()
256 size += sprintf(BLS, "%d}\n",aic7xxx_tag_info[p->instance].tag_commands[i]); in aic7xxx_proc_info()
/drivers/scsi/aic7xxx/
Daic7xxx_osm.c169 uint8_t tag_commands[16]; /* Allow for wide/twin adapters. */ member
927 aic7xxx_tag_info[i].tag_commands[j] = tags; in ahc_linux_setup_tag_info_global()
939 aic7xxx_tag_info[instance].tag_commands[targ] = value & 0xff; in ahc_linux_setup_tag_info()
1395 tags = tag_info->tag_commands[devinfo->target_offset]; in ahc_linux_user_tagdepth()
Daic79xx_osm.c87 uint16_t tag_commands[16]; /* Allow for wide/twin adapters. */ member
1038 aic79xx_tag_info[i].tag_commands[j] = tags; in ahd_linux_setup_tag_info_global()
1050 aic79xx_tag_info[instance].tag_commands[targ] = value & 0x1FF; in ahd_linux_setup_tag_info()
1519 tags = tag_info->tag_commands[devinfo->target_offset]; in ahd_linux_user_tagdepth()
/drivers/scsi/
Daic7xxx_old.c278 unsigned char tag_commands[16]; /* Allow for wide/twin adapters. */ member
1445 aic7xxx_tag_info[instance].tag_commands[device] = in aic7xxx_setup()
6669 if (aic7xxx_tag_info[p->instance].tag_commands[tindex] == 255) in aic7xxx_device_queue_depth()
6673 else if (aic7xxx_tag_info[p->instance].tag_commands[tindex] == 0) in aic7xxx_device_queue_depth()
6681 aic7xxx_tag_info[p->instance].tag_commands[tindex]; in aic7xxx_device_queue_depth()