Searched refs:phase (Results 51 - 56 of 56) sorted by relevance

123

/freebsd-10.2-release/sys/dev/oce/
H A Doce_if.h507 uint32_t phase; member in struct:oce_set_eqd
H A Doce_mbox.c2009 fwcmd->params.req.delay[i].phase = 0;
/freebsd-10.2-release/sys/cam/scsi/
H A Dscsi_low.c1739 panic("%s: no setup phase", device_get_nameunit(slp->sl_dev));
1964 /* clear phase change counter */
2497 s = "phase mismatch";
2924 device_printf(slp->sl_dev, "too many phase changes\n");
2930 * Scsi phase changes.
3511 device_printf(slp->sl_dev, "too many phase changes\n");
3633 /* check phase completion */
4199 static u_char *phase[] = variable
4247 ti->ti_id, lun, phase[(int) ti->ti_ophase],
4248 phase[(in
[all...]
/freebsd-10.2-release/sys/net/
H A Dif_spppsubr.c368 static const char *sppp_phase_name(enum ppp_phase phase);
2670 log(LOG_DEBUG, SPP_FMT "phase %s\n", SPP_ARGS(ifp),
2675 * if we already proceeded to network phase, since it might be
2724 log(LOG_DEBUG, SPP_FMT "phase %s\n", SPP_ARGS(ifp),
2748 log(LOG_DEBUG, SPP_FMT "phase %s\n", SPP_ARGS(ifp),
2765 log(LOG_DEBUG, SPP_FMT "phase %s\n", SPP_ARGS(ifp),
3958 * Open: LCP reached authentication phase
3959 * Close: LCP reached terminate phase
3972 * tlu: this-layer-up, LCP reaches network phase
3973 * tld: this-layer-down, LCP enters terminate phase
5366 sppp_phase_name(enum ppp_phase phase) argument
[all...]
/freebsd-10.2-release/sys/dev/sym/
H A Dsym_hipd.c962 #define XE_EXTRA_DATA (1) /* unexpected data phase */
963 #define XE_BAD_PHASE (1<<1) /* illegal phase (4/5) */
965 #define XE_SODL_UNRUN (1<<3) /* ODD transfer in DATA OUT phase */
966 #define XE_SWIDE_OVRUN (1<<4) /* ODD transfer in DATA IN phase */
2787 printf("%s: handling phase mismatch from SCRIPTS.\n",
3232 * and/or hardware phase mismatch, since only such chips
3241 * If phase mismatch handled by scripts (895A/896/1010),
3771 * When a parity error is detected in input phase
3772 * and the device switches to msg-in phase inside a
3884 * A SCSI parity error (PAR) may be combined with a phase
4132 int phase = cmd & 7; local
[all...]
/freebsd-10.2-release/sys/dev/aic7xxx/
H A Daic79xx.c88 { P_DATAOUT, MSG_NOOP, "in Data-out phase" },
89 { P_DATAIN, MSG_INITIATOR_DET_ERR, "in Data-in phase" },
90 { P_DATAOUT_DT, MSG_NOOP, "in DT Data-out phase" },
91 { P_DATAIN_DT, MSG_INITIATOR_DET_ERR, "in DT Data-in phase" },
92 { P_COMMAND, MSG_NOOP, "in Command phase" },
93 { P_MESGOUT, MSG_NOOP, "in Message-out phase" },
94 { P_STATUS, MSG_INITIATOR_DET_ERR, "in Status phase" },
95 { P_MESGIN, MSG_PARITY_ERROR, "in Message-in phase" },
97 { 0, MSG_NOOP, "in unknown phase" }
1068 * If a target takes us into the command phase
3525 ahd_lookup_phase_entry(int phase) argument
[all...]

Completed in 301 milliseconds

123