Home
last modified time | relevance | path

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

/Linux-v5.4/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()
2339 ahc_set_width(ahc, &devinfo, width, AHC_TRANS_GOAL, FALSE); in ahc_linux_set_width()
2383 ppr_options, AHC_TRANS_GOAL, FALSE); in ahc_linux_set_period()
2411 ppr_options, AHC_TRANS_GOAL, FALSE); in ahc_linux_set_offset()
2444 ppr_options, AHC_TRANS_GOAL, FALSE); in ahc_linux_set_dt()
2477 ppr_options, AHC_TRANS_GOAL, FALSE);
2505 ppr_options, AHC_TRANS_GOAL, FALSE);
Daic7xxx_core.c1890 AHC_TRANS_CUR|AHC_TRANS_GOAL, in ahc_handle_scsiint()
1904 AHC_TRANS_CUR|AHC_TRANS_GOAL, in ahc_handle_scsiint()
2515 if ((type & AHC_TRANS_GOAL) != 0) { in ahc_set_syncrate()
2630 if ((type & AHC_TRANS_GOAL) != 0) in ahc_set_width()
3672 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_parse_msg()
3787 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_parse_msg()
3909 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_parse_msg()
3914 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_parse_msg()
4048 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_handle_msg_reject()
4070 AHC_TRANS_ACTIVE|AHC_TRANS_GOAL, in ahc_handle_msg_reject()
Daic7xxx.h677 #define AHC_TRANS_GOAL 0x04 /* Modify negotiation goal */ macro