Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/aic7xxx/
H A Daic7xxx.c2568 u_int seq_flags; in ahc_handle_proto_violation() local
2576 seq_flags = ahc_inb(ahc, SEQ_FLAGS); in ahc_handle_proto_violation()
2579 if ((seq_flags & NOT_IDENTIFIED) != 0) { in ahc_handle_proto_violation()
2600 if ((seq_flags & NO_CDB_SENT) != 0) { in ahc_handle_proto_violation()
H A Daic79xx.c2468 u_int seq_flags; in ahd_handle_proto_violation() local
2476 seq_flags = ahd_inb(ahd, SEQ_FLAGS); in ahd_handle_proto_violation()
2479 if ((seq_flags & NOT_IDENTIFIED) != 0) { in ahd_handle_proto_violation()
2502 if ((seq_flags & NO_CDB_SENT) != 0) { in ahd_handle_proto_violation()