Searched refs:seq_flags (Results 1 – 2 of 2) sorted by relevance
2548 u_int seq_flags; in ahc_handle_proto_violation() local2556 seq_flags = ahc_inb(ahc, SEQ_FLAGS); in ahc_handle_proto_violation()2559 if ((seq_flags & NOT_IDENTIFIED) != 0) { in ahc_handle_proto_violation()2579 if ((seq_flags & NO_CDB_SENT) != 0) { in ahc_handle_proto_violation()
2443 u_int seq_flags; in ahd_handle_proto_violation() local2451 seq_flags = ahd_inb(ahd, SEQ_FLAGS); in ahd_handle_proto_violation()2454 if ((seq_flags & NOT_IDENTIFIED) != 0) { in ahd_handle_proto_violation()2476 if ((seq_flags & NO_CDB_SENT) != 0) { in ahd_handle_proto_violation()