Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aic7xxx/
Daic7xxx_osm.c623 AHC_TRANS_GOAL, /*paused*/FALSE); in ahc_linux_target_alloc()
625 AHC_TRANS_GOAL, /*paused*/FALSE); in ahc_linux_target_alloc()
2342 ahc_set_width(ahc, &devinfo, width, AHC_TRANS_GOAL, FALSE); in ahc_linux_set_width()
2386 ppr_options, AHC_TRANS_GOAL, FALSE); in ahc_linux_set_period()
2414 ppr_options, AHC_TRANS_GOAL, FALSE); in ahc_linux_set_offset()
2447 ppr_options, AHC_TRANS_GOAL, FALSE); in ahc_linux_set_dt()
2480 ppr_options, AHC_TRANS_GOAL, FALSE);
2508 ppr_options, AHC_TRANS_GOAL, FALSE);
Daic7xxx_core.c1897 AHC_TRANS_CUR|AHC_TRANS_GOAL, in ahc_handle_scsiint()
1911 AHC_TRANS_CUR|AHC_TRANS_GOAL, in ahc_handle_scsiint()
2522 if ((type & AHC_TRANS_GOAL) != 0) { in ahc_set_syncrate()
2637 if ((type & AHC_TRANS_GOAL) != 0) in ahc_set_width()
3679 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_parse_msg()
3794 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_parse_msg()
3916 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_parse_msg()
3921 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_parse_msg()
4055 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_handle_msg_reject()
4077 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_handle_msg_reject()
Daic7xxx.h680 #define AHC_TRANS_GOAL 0x04 /* Modify negotiation goal */ macro