Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/aic7xxx/
Daic7xxx_osm.c618 AHC_TRANS_GOAL, /*paused*/FALSE); in ahc_linux_target_alloc()
620 AHC_TRANS_GOAL, /*paused*/FALSE); in ahc_linux_target_alloc()
2323 ahc_set_width(ahc, &devinfo, width, AHC_TRANS_GOAL, FALSE); in ahc_linux_set_width()
2367 ppr_options, AHC_TRANS_GOAL, FALSE); in ahc_linux_set_period()
2395 ppr_options, AHC_TRANS_GOAL, FALSE); in ahc_linux_set_offset()
2428 ppr_options, AHC_TRANS_GOAL, FALSE); in ahc_linux_set_dt()
2461 ppr_options, AHC_TRANS_GOAL, FALSE);
2489 ppr_options, AHC_TRANS_GOAL, FALSE);
Daic7xxx_core.c1875 AHC_TRANS_CUR|AHC_TRANS_GOAL, in ahc_handle_scsiint()
1889 AHC_TRANS_CUR|AHC_TRANS_GOAL, in ahc_handle_scsiint()
2499 if ((type & AHC_TRANS_GOAL) != 0) { in ahc_set_syncrate()
2614 if ((type & AHC_TRANS_GOAL) != 0) in ahc_set_width()
3656 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_parse_msg()
3771 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_parse_msg()
3893 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_parse_msg()
3898 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_parse_msg()
4032 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_handle_msg_reject()
4054 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_handle_msg_reject()
Daic7xxx.h677 #define AHC_TRANS_GOAL 0x04 /* Modify negotiation goal */ macro