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

/freebsd-current/sys/dev/sym/
H A Dsym_hipd.c7025 static void sym_print_xerr(ccb_p cp, int x_status) argument
7027 if (x_status & XE_PARITY_ERR) {
7031 if (x_status & XE_EXTRA_DATA) {
7035 if (x_status & XE_BAD_PHASE) {
7039 if (x_status & XE_SODL_UNRUN) {
7043 if (x_status & XE_SWIDE_OVRUN) {
7053 static int sym_xerr_cam_status(int cam_status, int x_status) argument
7055 if (x_status) {
7056 if (x_status & XE_PARITY_ERR)
7058 else if (x_status
[all...]

Completed in 122 milliseconds