Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c4337 unsigned short targ_mask; in aic7xxx_handle_device_reset() local
4342 targ_mask = (0x01 << tindex); in aic7xxx_handle_device_reset()
4346 p->needppr |= (p->needppr_copy & targ_mask); in aic7xxx_handle_device_reset()
4347 p->needsdtr |= (p->needsdtr_copy & targ_mask); in aic7xxx_handle_device_reset()
4348 p->needwdtr |= (p->needwdtr_copy & targ_mask); in aic7xxx_handle_device_reset()
4349 p->dtr_pending &= ~targ_mask; in aic7xxx_handle_device_reset()