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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dw9968cf.h245 disconnected, /* flag: yes=1, no=0 */ member in struct:w9968cf_device
H A Dw9968cf.c1046 if ((!cam->streaming) || cam->disconnected) {
1283 if (cam->disconnected)
2696 cam->disconnected = 0;
2954 err = wait_event_interruptible(cam->open, cam->disconnected ||
2958 if (cam->disconnected)
3011 if (cam->disconnected) {
3045 if (cam->disconnected) {
3066 cam->disconnected);
3071 if (cam->disconnected) {
3110 if (cam->disconnected) {
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/rio/
H A Dproto.h32 void disconnected( LPB *link );
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acorn/scsi/
H A Dacornscsi.h300 unsigned char disconnectable:1; /* this command can be disconnected */
320 Queue_t disconnected; /* disconnected command queue */ member in struct:acornscsi_hostdata::__anon736
H A Dfas216.h246 unsigned char disconnectable:1; /* this command can be disconnected */
278 Queue_t disconnected; /* disconnected command queue */ member in struct:__anon751::__anon756
H A Dacornscsi.c733 queue_add_cmd_tail(&host->queues.disconnected, host->SCpnt);
736 DBG(host->SCpnt, printk("scsi%d.%c: moved command to disconnected queue\n",
1777 * Purpose : reconnect a previously disconnected command
1814 if (!ok && queue_probetgtlun(&host->queues.disconnected, target, lun))
1829 queue_add_cmd_tail(&host->queues.disconnected, host->SCpnt);
1856 queue_add_cmd_tail(&host->queues.disconnected, host->SCpnt);
1859 "to disconnected queue\n",
1866 host->SCpnt = queue_remove_tgtluntag(&host->queues.disconnected,
2050 case 0x85: /* target disconnected */
2157 case PHASE_IDLE: /* STATE: disconnected */
[all...]
H A Dfas216.c668 * Params : info - interface from which device disconnected from
766 * Params : info - interface from which device disconnected from
800 * Params : info - interface from which device disconnected from
939 if (!ok && queue_probetgtlun(&info->queues.disconnected, target, identify_msg))
987 queue_add_cmd_tail(&info->queues.disconnected, info->SCpnt);
989 printk("scsi%d.%c: had to move command to disconnected queue\n",
996 info->SCpnt = queue_remove_tgtluntag(&info->queues.disconnected,
1639 queue_add_cmd_tail(&info->queues.disconnected, info->SCpnt);
1642 printk("scsi%d.%c: moved command to disconnected queue\n",
2139 * to be some time (eg, disconnected)
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c2548 int disconnected; local
2676 disconnected = TRUE;
2692 disconnected = FALSE;
2695 if (disconnected && (ahc_inb(ahc, SEQ_FLAGS) & IDENTIFY_SEEN) != 0) {
2700 disconnected = FALSE;
2704 disconnected = FALSE;
2710 * bus, is in the disconnected state, or we're hoping to find
2734 } else if (disconnected) {
2745 * also set the disconnected flag since
2757 * disconnected lis
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Daha152x.c344 disconnected = 0x0008, /* target disconnected */ enumerator in enum:__anon2215
477 /* commands that disconnected */
1638 printk(ERR_LEAD "cannot abort running or disconnected command\n", CMDINFO(SCpnt));
1719 DPRINTK(debug_eh, DEBUG_LEAD "disconnected command %p removed\n", CMDINFO(ptr), ptr);
1973 } else if(CURRENT_SC->SCp.phase & disconnected) {
1975 DPRINTK(debug_selection, DEBUG_LEAD "target disconnected at %d/%d\n",
2184 * (reconnection of a disconnected nexus instead
2284 printk(KERN_ERR "aha152x%d: no disconnected command for target %d/%d\n", HOSTNO, RECONN_TARGET, MSGI(0) & 0x3f);
2291 CURRENT_SC->SCp.phase &= ~disconnected;
[all...]
H A Daic7xxx_old.c697 * or disconnected down in the sequencer.
2517 * Removes the current SCB from the disconnected list and adds it
3605 * Go through disconnected list and remove any entries we have queued
3609 printk(INFO_LEAD "Cleaning disconnected scbs "
3653 printk(WARN_LEAD "Yikes!! There is a loop in the disconnected list!\n",
3742 * tagged) commands that were disconnected when the reset occurred.
3744 * it wasn't in the qinfifo, it wasn't in the disconnected or waiting
6338 * the disconnected SCB would have gotten a reconnect instead.
8560 * We don't have any waiting selections or disconnected SCBs.
10864 int disconnected; local
[all...]

Completed in 151 milliseconds