Home
last modified time | relevance | path

Searched refs:tagenable (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_proc.c274 size += sprintf(BLS, " Tag Queue Enable Flags: 0x%04x\n", p->tagenable); in aic7xxx_proc_info()
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx.h736 uint16_t tagenable; /* Tagged Queuing allowed */ member
Daic79xx.h786 uint16_t tagenable; /* Tagged Queuing allowed */ member
Daic7xxx_core.c4767 u_int tagenable; in ahc_init() local
4952 tagenable = ALL_TARGETS_MASK; in ahc_init()
5075 ahc->user_tagenable = tagenable; in ahc_init()
Daic79xx_core.c6444 tstate->tagenable &= ~target_mask; in ahd_default_config()
6550 tstate->tagenable &= ~target_mask; in ahd_parse_cfgdata()
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c965 unsigned short tagenable; /* Targets using tagged I/O */ member
3045 if (p->tagenable & (1<<tindex)) in aic7xxx_done()
4019 if ( !scb->tag_action && (p->tagenable & (1<<tindex)) ) in aic7xxx_run_waiting_queues()
4530 p->tagenable &= ~target_mask; in aic7xxx_handle_seqint()
7064 p->tagenable &= ~target_mask; in aic7xxx_device_queue_depth()
7122 p->tagenable |= target_mask; in aic7xxx_device_queue_depth()
8881 p->tagenable = 0; in aic7xxx_alloc()
10686 if ( (p->tagenable & mask) && in aic7xxx_buildscb()