Home
last modified time | relevance | path

Searched refs:AHC_INITIATORROLE (Results 1 – 5 of 5) sorted by relevance

/src/sys/dev/aic7xxx/
H A Daic7xxx_seq.h1017 return ((ahc->flags & AHC_INITIATORROLE) != 0); in ahc_patch8_func()
H A Daic7xxx.seq180 if ((ahc->flags & AHC_INITIATORROLE) != 0) {
331 if ((ahc->flags & AHC_INITIATORROLE) != 0) {
645 if ((ahc->flags & AHC_INITIATORROLE) != 0) {
928 if ((ahc->flags & AHC_INITIATORROLE) != 0) {
1267 if ((ahc->flags & AHC_INITIATORROLE) != 0) {
1365 if ((ahc->flags & AHC_INITIATORROLE) != 0) {
1693 if ((ahc->flags & AHC_INITIATORROLE) != 0) {
H A Daic7xxx.h344 AHC_INITIATORROLE = 0x1000, /* enumerator
H A Daic7xxx.c4726 if ((ahc->flags & AHC_INITIATORROLE) != 0) in ahc_chip_init()
4827 ahc->flags |= AHC_INITIATORROLE; in ahc_init()
4978 && (ahc->flags & AHC_INITIATORROLE) != 0) in ahc_init()
4984 && (ahc->flags & AHC_INITIATORROLE) != 0) in ahc_init()
7318 && (ahc->flags & AHC_INITIATORROLE) != 0) { in ahc_handle_en_lun()
7327 } else if ((ahc->flags & AHC_INITIATORROLE) != 0 in ahc_handle_en_lun()
7365 ahc->flags &= ~AHC_INITIATORROLE; in ahc_handle_en_lun()
7617 ahc->flags |= AHC_INITIATORROLE; in ahc_handle_en_lun()
H A Daic7xxx_osm.c507 if ((ahc->flags & AHC_INITIATORROLE) == 0 in ahc_action()