Searched refs:AHC_TRANS_CUR (Results 1 – 3 of 3) sorted by relevance
/drivers/scsi/ |
D | aic7xxx_old.c | 849 #define AHC_TRANS_CUR 0x0001 macro 2088 if (type & AHC_TRANS_CUR) in aic7xxx_set_syncrate() 2207 if (type & AHC_TRANS_CUR) in aic7xxx_set_width() 4125 (AHC_TRANS_ACTIVE|AHC_TRANS_CUR|AHC_TRANS_QUITE), aic_dev); in aic7xxx_handle_seqint() 4127 AHC_TRANS_ACTIVE|AHC_TRANS_CUR|AHC_TRANS_QUITE, in aic7xxx_handle_seqint() 4165 (AHC_TRANS_ACTIVE|AHC_TRANS_GOAL|AHC_TRANS_CUR), aic_dev); in aic7xxx_handle_seqint() 4167 AHC_TRANS_ACTIVE|AHC_TRANS_CUR|AHC_TRANS_QUITE, in aic7xxx_handle_seqint() 4184 (AHC_TRANS_CUR|AHC_TRANS_ACTIVE|AHC_TRANS_GOAL), aic_dev); in aic7xxx_handle_seqint() 5100 AHC_TRANS_GOAL|AHC_TRANS_ACTIVE|AHC_TRANS_CUR, in aic7xxx_parse_msg() 5111 AHC_TRANS_ACTIVE|AHC_TRANS_CUR, aic_dev); in aic7xxx_parse_msg() [all …]
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.h | 678 #define AHC_TRANS_CUR 0x01 /* Modify current neogtiation status */ macro
|
D | aic7xxx_core.c | 1897 AHC_TRANS_CUR|AHC_TRANS_GOAL, in ahc_handle_scsiint() 1911 AHC_TRANS_CUR|AHC_TRANS_GOAL, in ahc_handle_scsiint() 2532 if ((type & AHC_TRANS_CUR) != 0 in ahc_set_syncrate() 2641 if ((type & AHC_TRANS_CUR) != 0 && oldwidth != width) { in ahc_set_width() 4360 AHC_TRANS_CUR, /*paused*/TRUE); in ahc_handle_devreset() 4363 AHC_TRANS_CUR, /*paused*/TRUE); in ahc_handle_devreset() 6634 AHC_TRANS_CUR, /*paused*/TRUE); in ahc_reset_channel() 6637 /*ppr_options*/0, AHC_TRANS_CUR, in ahc_reset_channel()
|