Searched refs:tag_commands (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c155 * The tag_commands is an array of 16 to allow for wide and twin adapters.
160 uint8_t tag_commands[16]; /* Allow for wide/twin adapters. */ member in struct:__anon2392
907 aic7xxx_tag_info[i].tag_commands[j] = tags;
919 aic7xxx_tag_info[instance].tag_commands[targ] = value & 0xff;
1370 tags = tag_info->tag_commands[devinfo->target_offset];
H A Daic79xx_osm.c82 * The tag_commands is an array of 16 to allow for wide and twin adapters.
87 uint16_t tag_commands[16]; /* Allow for wide/twin adapters. */ member in struct:__anon1182
1023 aic79xx_tag_info[i].tag_commands[j] = tags;
1035 aic79xx_tag_info[instance].tag_commands[targ] = value & 0x1FF;
1500 tags = tag_info->tag_commands[devinfo->target_offset];

Completed in 182 milliseconds