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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dglobals.h67 int disconnected; /* Maximum time in disconnected state (in tickles) */ member in struct:afp_options
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dglobals.h68 int disconnected; /* Maximum time in disconnected state (in tickles) */ member in struct:afp_options
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Dftdi-elan.c160 int disconnected; member in struct:usb_ftdi
196 ftdi->disconnected += 1;
461 if (ftdi->disconnected > 0) {
467 ftdi->disconnected += 1;
469 ftdi->disconnected += 1;
487 if (ftdi->disconnected > 0) {
494 ftdi->disconnected += 1;
496 ftdi->disconnected += 1;
498 ftdi->disconnected += 1;
500 ftdi->disconnected
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/atm/
H A Dusbatm.h175 int disconnected; member in struct:usbatm_data
H A Dusbatm.c670 if (!instance || instance->disconnected) {
673 printk(KERN_DEBUG "%s: %s!\n", __func__, instance ? "disconnected" : "NULL instance");
787 if (instance->disconnected)
832 if (instance->disconnected) {
833 atm_dbg(instance, "%s: disconnected!\n", __func__);
936 if (!instance || instance->disconnected) {
937 dbg("%s: %s!", __func__, instance ? "disconnected" : "NULL instance");
1288 instance->disconnected = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dw9968cf.c793 if ((!cam->streaming) || cam->disconnected) {
1031 if (cam->disconnected)
2432 cam->disconnected = 0;
2707 cam->disconnected ||
2713 if (cam->disconnected) {
2770 if (cam->disconnected) {
2802 if (cam->disconnected) {
2823 cam->disconnected);
2828 if (cam->disconnected) {
2867 if (cam->disconnected) {
[all...]
H A Dw9968cf.h244 disconnected, /* flag: yes=1, no=0 */ member in struct:w9968cf_device
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/arm/
H A Dacornscsi.h300 unsigned char disconnectable:1; /* this command can be disconnected */
319 Queue_t disconnected; /* disconnected command queue */ member in struct:acornscsi_hostdata::__anon6465
H A Dfas216.h254 unsigned char disconnectable:1; /* this command can be disconnected */
287 Queue_t disconnected; /* disconnected command queue */ member in struct:__anon6476::__anon6480
H A Dacornscsi.c731 queue_add_cmd_tail(&host->queues.disconnected, host->SCpnt);
734 DBG(host->SCpnt, printk("scsi%d.%c: moved command to disconnected queue\n",
1766 * Purpose : reconnect a previously disconnected command
1803 if (!ok && queue_probetgtlun(&host->queues.disconnected, target, lun))
1818 queue_add_cmd_tail(&host->queues.disconnected, host->SCpnt);
1845 queue_add_cmd_tail(&host->queues.disconnected, host->SCpnt);
1848 "to disconnected queue\n",
1855 host->SCpnt = queue_remove_tgtluntag(&host->queues.disconnected,
2039 case 0x85: /* target disconnected */
2146 case PHASE_IDLE: /* STATE: disconnected */
[all...]
H A Dfas216.c744 * @info: interface from which device disconnected from
826 * @info: interface from which device disconnected from
879 * @info: interface from which device disconnected from
996 queue_add_cmd_tail(&info->queues.disconnected, info->SCpnt);
997 fas216_log(info, LOG_CONNECT, "had to move command to disconnected queue");
1002 info->SCpnt = queue_remove_tgtluntag(&info->queues.disconnected,
1937 "moved command for %d to disconnected queue",
1939 queue_add_cmd_tail(&info->queues.disconnected, info->SCpnt);
2296 * to be some time (eg, disconnected).
2335 res_hw_abort /* command on disconnected de
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c2045 int disconnected; local
2147 disconnected = TRUE;
2166 disconnected = FALSE;
2169 if (disconnected && (ahc_inb(ahc, SEQ_FLAGS) & NOT_IDENTIFIED) == 0) {
2174 disconnected = FALSE;
2178 disconnected = FALSE;
2184 * bus, is in the disconnected state, or we're hoping to find
2208 } else if (disconnected) {
2219 * also set the disconnected flag since
2231 * disconnected lis
[all...]
H A Daic79xx_osm.c2039 int disconnected; local
2117 disconnected = TRUE;
2136 if (disconnected && (ahd_inb(ahd, SEQ_FLAGS) & NOT_IDENTIFIED) == 0) {
2141 disconnected = FALSE;
2147 * bus or is in the disconnected state.
2163 } else if (disconnected) {
2189 * We also set the disconnected flag since there is
2219 printf("Device is disconnected, re-queuing SCB\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dafp_options.c169 options->disconnected = 10 * 60 * 2; /* 10 h in 30 seconds tick */
333 options->disconnected = options->sleep = atoi(c) * 120;
335 options->disconnected = options->sleep = 4;
H A Dafp_dsi.c338 if (dsi->tickle > AFPobj->options.disconnected) {
347 LOG(log_error, logtype_afpd, "afp_alarm: child timed out, entering disconnected state");
361 LOG(log_error, logtype_afpd, "afp_alarm: connection problem, entering disconnected state");
547 /* Some error on the client connection, enter disconnected state */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Daha152x.c346 disconnected = 0x0008, /* target disconnected */ enumerator in enum:__anon6374
467 /* commands that disconnected */
1122 printk(ERR_LEAD "cannot abort running or disconnected command\n", CMDINFO(SCpnt));
1151 int ret, issued, disconnected; local
1172 disconnected = issued && remove_SC(&DISCONNECTED_SC, SCpnt);
1209 } else if(disconnected) {
1236 DPRINTK(debug_eh, DEBUG_LEAD "disconnected command %p removed\n", CMDINFO(ptr), ptr);
1529 } else if(CURRENT_SC->SCp.phase & disconnected) {
1531 DPRINTK(debug_selection, DEBUG_LEAD "target disconnected a
[all...]
H A Daic7xxx_old.c638 * or disconnected down in the sequencer.
2416 * Removes the current SCB from the disconnected list and adds it
3297 * Go through disconnected list and remove any entries we have queued
3301 printk(INFO_LEAD "Cleaning disconnected scbs "
3413 * tagged) commands that were disconnected when the reset occurred.
3415 * it wasn't in the qinfifo, it wasn't in the disconnected or waiting
5847 * the disconnected SCB would have gotten a reconnect instead.
8150 * We don't have any waiting selections or disconnected SCBs.
10283 int disconnected; local
10360 * abort message to the timed out target if it is disconnected
10515 int found=0, disconnected; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dafp_dsi.c322 if (dsi->tickle > AFPobj->options.disconnected) {
331 LOG(log_error, logtype_afpd, "afp_alarm: child timed out, entering disconnected state");
345 LOG(log_error, logtype_afpd, "afp_alarm: connection problem, entering disconnected state");
510 /* Some error on the client connection, enter disconnected state */
H A Dafp_options.c167 options->disconnected = 10 * 60 * 2; /* 10 h in 30 seconds tick */

Completed in 203 milliseconds