HomeSort by: relevance | last modified time | path
    Searched refs:DISCONNECTED (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/dev/ic/
wireg.h 467 #define DISCONNECTED 2
aic7xxx_osm.c 947 int disconnected; local in function:ahc_timeout
967 disconnected = FALSE;
969 disconnected = TRUE;
972 if (disconnected) {
984 * also set the disconnected flag since
991 scb->hscb->control |= MK_MESSAGE|DISCONNECTED;
996 * disconnected list in preparation for the
999 * both the qinfifo and the disconnected list.
wi.c 1820 printf(", port disconnected");
2058 case DISCONNECTED:
  /src/sys/arch/xen/xen/
xbdback_xenbus.c 87 * DISCONNECTED: no I/Os, no ring, the thread should terminate.
89 typedef enum {WAITING, RUN, DISCONNECTING, DISCONNECTED} xbdback_state_t;
371 xbdi->xbdi_status = DISCONNECTED;
672 if (xbdi->xbdi_status == DISCONNECTED) {
682 while (xbdi->xbdi_status != DISCONNECTED)
880 * Used by a xbdi thread to signal that it is now disconnected.
888 xbdi->xbdi_status = DISCONNECTED;
xennetback_xenbus.c 88 DISCONNECTED
198 xneti->xni_status = DISCONNECTED;
  /src/sys/dev/microcode/aic7xxx/
aic79xx.seq 900 * the per-device, disconnected array. If there is no untagged
937 test SCB_CONTROL,DISCONNECTED jz verify_other_scb;
955 test SCB_CONTROL,DISCONNECTED jz not_found;
957 and SCB_CONTROL,~DISCONNECTED;
1097 or SCB_CONTROL,DISCONNECTED;
aic7xxx.seq 1713 or SCB_CONTROL,DISCONNECTED;
1809 * clearing the "disconnected" bit so we don't "find" it by accident later.
1867 * disconnected list, so we must replace
1926 test SCB_CONTROL,DISCONNECTED jz not_found_cleanup_scb;
1927 and SCB_CONTROL,~DISCONNECTED;
2040 * Locate a disconnected SCB by SCBID. Upon return, SCBPTR and SINDEX will
2043 * preceding SCB in the disconnected list which can be used to speed up
2044 * removal of the found SCB from the disconnected list.
2341 * to the correct/safe state. If the SCB is for a disconnected
2342 * transaction, it must be returned to the disconnected list
    [all...]
aic7xxx.reg 1072 field DISCONNECTED 0x04
1389 * disconnected. Used for SCB
aic7xxx_reg.h 1649 #define DISCONNECTED 0x04
aic79xx.reg 3816 field DISCONNECTED 0x04
aic79xx_reg.h 3662 #define DISCONNECTED 0x04

Completed in 28 milliseconds