Searched refs:AHC_TRANS_GOAL (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm.c | 2468 AHC_TRANS_GOAL, /*paused*/FALSE); 2470 AHC_TRANS_GOAL, /*paused*/FALSE); 3402 ahc_set_width(ahc, devinfo, width, AHC_TRANS_GOAL, FALSE); 3413 ppr_options, AHC_TRANS_GOAL, FALSE); 3944 AHC_TRANS_GOAL, /*paused*/FALSE); 3946 AHC_TRANS_GOAL, /*paused*/FALSE); 4620 ahc_set_width(ahc, devinfo, width, AHC_TRANS_GOAL, /*paused*/FALSE); 4622 offset, ppr_options, AHC_TRANS_GOAL,
|
D | aic7xxx_core.c | 1314 AHC_TRANS_CUR|AHC_TRANS_GOAL, in ahc_handle_scsiint() 1328 AHC_TRANS_CUR|AHC_TRANS_GOAL, in ahc_handle_scsiint() 1918 if ((type & AHC_TRANS_GOAL) != 0) { in ahc_set_syncrate() 2033 if ((type & AHC_TRANS_GOAL) != 0) in ahc_set_width() 3083 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_parse_msg() 3198 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_parse_msg() 3320 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_parse_msg() 3325 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_parse_msg() 3459 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_handle_msg_reject() 3481 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_handle_msg_reject()
|
D | aic7xxx.h | 690 #define AHC_TRANS_GOAL 0x04 /* Modify negotiation goal */ macro
|
/linux-2.4.37.9/drivers/scsi/ |
D | aic7xxx_old.c | 907 #define AHC_TRANS_GOAL 0x0004 macro 2254 if (type & AHC_TRANS_GOAL) in aic7xxx_set_syncrate() 2315 if (type & AHC_TRANS_GOAL) in aic7xxx_set_width() 2870 AHC_TRANS_GOAL | in aic7xxx_done() 4633 (AHC_TRANS_ACTIVE|AHC_TRANS_GOAL|AHC_TRANS_CUR)); in aic7xxx_handle_seqint() 4652 (AHC_TRANS_CUR|AHC_TRANS_ACTIVE|AHC_TRANS_GOAL)); in aic7xxx_handle_seqint() 5615 AHC_TRANS_GOAL|AHC_TRANS_ACTIVE|AHC_TRANS_CUR); in aic7xxx_parse_msg() 5783 AHC_TRANS_GOAL|AHC_TRANS_ACTIVE|AHC_TRANS_CUR); in aic7xxx_parse_msg() 5952 AHC_TRANS_GOAL|AHC_TRANS_ACTIVE|AHC_TRANS_CUR); in aic7xxx_parse_msg() 5958 AHC_TRANS_GOAL|AHC_TRANS_ACTIVE|AHC_TRANS_CUR); in aic7xxx_parse_msg()
|