Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c617 AHC_TRANS_GOAL, /*paused*/FALSE); in ahc_linux_target_alloc()
619 AHC_TRANS_GOAL, /*paused*/FALSE); in ahc_linux_target_alloc()
2321 ahc_set_width(ahc, &devinfo, width, AHC_TRANS_GOAL, FALSE); in ahc_linux_set_width()
2366 ppr_options, AHC_TRANS_GOAL, FALSE); in ahc_linux_set_period()
2395 ppr_options, AHC_TRANS_GOAL, FALSE); in ahc_linux_set_offset()
2429 ppr_options, AHC_TRANS_GOAL, FALSE); in ahc_linux_set_dt()
2463 ppr_options, AHC_TRANS_GOAL, FALSE);
2492 ppr_options, AHC_TRANS_GOAL, FALSE);
H A Daic7xxx_core.c1874 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()
H A Daic7xxx.h677 #define AHC_TRANS_GOAL 0x04 /* Modify negotiation goal */ macro