Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/aic7xxx/
Daic79xx_core.c3158 AHD_TRANS_CUR, in ahd_handle_nonpkt_busfree()
3163 AHD_TRANS_CUR, in ahd_handle_nonpkt_busfree()
3198 AHD_TRANS_CUR|AHD_TRANS_GOAL, in ahd_handle_nonpkt_busfree()
3224 AHD_TRANS_CUR|AHD_TRANS_GOAL, in ahd_handle_nonpkt_busfree()
3928 if ((type & AHD_TRANS_CUR) != 0 in ahd_set_syncrate()
3991 if ((type & AHD_TRANS_CUR) != 0) { in ahd_set_syncrate()
4056 if ((type & AHD_TRANS_CUR) != 0 && oldwidth != width) { in ahd_set_width()
4070 if ((type & AHD_TRANS_CUR) != 0) { in ahd_set_width()
5971 AHD_TRANS_CUR, /*paused*/TRUE); in ahd_handle_devreset()
5973 /*ppr_options*/0, AHD_TRANS_CUR, in ahd_handle_devreset()
[all …]
Daic79xx.h732 #define AHD_TRANS_CUR 0x01 /* Modify current neogtiation status */ macro