Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/aic7xxx/
Daic79xx_core.c3126 AHD_TRANS_CUR, in ahd_handle_nonpkt_busfree()
3131 AHD_TRANS_CUR, in ahd_handle_nonpkt_busfree()
3166 AHD_TRANS_CUR|AHD_TRANS_GOAL, in ahd_handle_nonpkt_busfree()
3192 AHD_TRANS_CUR|AHD_TRANS_GOAL, in ahd_handle_nonpkt_busfree()
3894 if ((type & AHD_TRANS_CUR) != 0 in ahd_set_syncrate()
3957 if ((type & AHD_TRANS_CUR) != 0) { in ahd_set_syncrate()
4022 if ((type & AHD_TRANS_CUR) != 0 && oldwidth != width) { in ahd_set_width()
4036 if ((type & AHD_TRANS_CUR) != 0) { in ahd_set_width()
5935 AHD_TRANS_CUR, /*paused*/TRUE); in ahd_handle_devreset()
5937 /*ppr_options*/0, AHD_TRANS_CUR, in ahd_handle_devreset()
[all …]
Daic79xx.h729 #define AHD_TRANS_CUR 0x01 /* Modify current neogtiation status */ macro