Searched refs:AHC_TRANS_GOAL (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm.c | 618 AHC_TRANS_GOAL, /*paused*/FALSE); in ahc_linux_target_alloc() 620 AHC_TRANS_GOAL, /*paused*/FALSE); in ahc_linux_target_alloc() 2334 ahc_set_width(ahc, &devinfo, width, AHC_TRANS_GOAL, FALSE); in ahc_linux_set_width() 2379 ppr_options, AHC_TRANS_GOAL, FALSE); in ahc_linux_set_period() 2408 ppr_options, AHC_TRANS_GOAL, FALSE); in ahc_linux_set_offset() 2442 ppr_options, AHC_TRANS_GOAL, FALSE); in ahc_linux_set_dt() 2476 ppr_options, AHC_TRANS_GOAL, FALSE); 2505 ppr_options, AHC_TRANS_GOAL, FALSE);
|
D | aic7xxx_core.c | 1874 AHC_TRANS_CUR|AHC_TRANS_GOAL, in ahc_handle_scsiint() 1888 AHC_TRANS_CUR|AHC_TRANS_GOAL, in ahc_handle_scsiint() 2497 if ((type & AHC_TRANS_GOAL) != 0) { in ahc_set_syncrate() 2612 if ((type & AHC_TRANS_GOAL) != 0) in ahc_set_width() 3654 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_parse_msg() 3769 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_parse_msg() 3891 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_parse_msg() 3896 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_parse_msg() 4030 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_handle_msg_reject() 4052 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_handle_msg_reject()
|
D | aic7xxx.h | 677 #define AHC_TRANS_GOAL 0x04 /* Modify negotiation goal */ macro
|