Searched refs:AHC_INITIATORROLE (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic7xxx.c4764 if ((ahc->flags & AHC_INITIATORROLE) != 0)
4862 ahc->flags |= AHC_INITIATORROLE;
5002 && (ahc->flags & AHC_INITIATORROLE) != 0)
5008 && (ahc->flags & AHC_INITIATORROLE) != 0)
7341 && (ahc->flags & AHC_INITIATORROLE) != 0) {
7350 } else if ((ahc->flags & AHC_INITIATORROLE) != 0
7388 ahc->flags &= ~AHC_INITIATORROLE;
7632 ahc->flags |= AHC_INITIATORROLE;
H A Daic7xxx.h346 AHC_INITIATORROLE = 0x1000, /* enumerator in enum:__anon11343
H A Daic7xxx_osm.c498 if ((ahc->flags & AHC_INITIATORROLE) == 0
H A Daic7xxx_seq.h1019 return ((ahc->flags & AHC_INITIATORROLE) != 0);

Completed in 118 milliseconds