Home
last modified time | relevance | path

Searched refs:AHD_TRANS_CUR (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/scsi/aic7xxx/
Daic79xx_core.c3152 AHD_TRANS_CUR, in ahd_handle_nonpkt_busfree()
3157 AHD_TRANS_CUR, in ahd_handle_nonpkt_busfree()
3192 AHD_TRANS_CUR|AHD_TRANS_GOAL, in ahd_handle_nonpkt_busfree()
3218 AHD_TRANS_CUR|AHD_TRANS_GOAL, in ahd_handle_nonpkt_busfree()
3922 if ((type & AHD_TRANS_CUR) != 0 in ahd_set_syncrate()
3985 if ((type & AHD_TRANS_CUR) != 0) { in ahd_set_syncrate()
4050 if ((type & AHD_TRANS_CUR) != 0 && oldwidth != width) { in ahd_set_width()
4064 if ((type & AHD_TRANS_CUR) != 0) { in ahd_set_width()
5965 AHD_TRANS_CUR, /*paused*/TRUE); in ahd_handle_devreset()
5967 /*ppr_options*/0, AHD_TRANS_CUR, in ahd_handle_devreset()
[all …]
Daic79xx.h729 #define AHD_TRANS_CUR 0x01 /* Modify current neogtiation status */ macro