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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dwd33c93.c475 if (hostdata->selecting || hostdata->connected) {
595 hostdata->selecting = cmd;
844 cmd = (struct scsi_cmnd *) hostdata->selecting; /* get a valid cmd */
845 hostdata->selecting = NULL;
877 (struct scsi_cmnd *) hostdata->selecting;
878 hostdata->selecting = NULL;
1337 if (hostdata->selecting) {
1338 cmd = (struct scsi_cmnd *) hostdata->selecting;
1339 hostdata->selecting = NULL;
1579 hostdata->selecting
[all...]
H A Din2000.c331 if (hostdata->selecting || hostdata->connected) {
448 hostdata->selecting = cmd;
944 cmd = (Scsi_Cmnd *) hostdata->selecting; /* get a valid cmd */
946 hostdata->selecting = NULL;
966 hostdata->connected = cmd = (Scsi_Cmnd *) hostdata->selecting;
968 hostdata->selecting = NULL;
1366 if (hostdata->selecting) {
1367 cmd = (Scsi_Cmnd *) hostdata->selecting;
1368 hostdata->selecting = NULL;
1536 hostdata->selecting
[all...]
H A Dmac53c94.c37 selecting, enumerator in enum:fsc_phase
163 state->phase = selecting;
226 case selecting:
H A Dwd33c93.h242 volatile struct scsi_cmnd *selecting; /* trying to select this command */ member in struct:WD33C93_hostdata
H A DNCR5380.h272 volatile Scsi_Cmnd *selecting; member in struct:NCR5380_hostdata
H A Din2000.h287 volatile Scsi_Cmnd *selecting; /* trying to select this command */ member in struct:IN2000_hostdata
H A DNCR5380.c979 if (!hostdata->connected && !hostdata->selecting) {
1018 hostdata->selecting = NULL;
1042 if (hostdata->selecting) {
1043 tmp = (Scsi_Cmnd *) hostdata->selecting;
1058 } /* if hostdata->selecting */
1235 if (hostdata->selecting)
1359 dprintk(NDEBUG_SELECTION, ("scsi%d : selecting target %d\n", instance->host_no, scmd_id(cmd)));
1370 hostdata->selecting = cmd;
1382 return 0; /* RvC: we return here with hostdata->selecting set,
1386 hostdata->selecting
[all...]
H A Daha152x.c344 selecting = 0x0002, /* target is beeing selected */ enumerator in enum:__anon6374
942 if(CURRENT_SC->SCp.phase & selecting) {
1643 CURRENT_SC->SCp.phase |= selecting;
1645 DPRINTK(debug_selection, DEBUG_LEAD "selecting target\n", CMDINFO(CURRENT_SC));
1677 CURRENT_SC->SCp.phase &= ~(selecting|not_issued);
1721 CURRENT_SC->SCp.phase &= ~selecting;
2406 } else if(stat0 & SELDO && CURRENT_SC && (CURRENT_SC->SCp.phase & selecting)) {
2903 if (ptr->SCp.phase & selecting)
2904 printk("selecting|");
2973 if (ptr->SCp.phase & selecting)
[all...]
H A Dmesh.c105 selecting, enumerator in enum:mesh_phase
758 case selecting:
1109 if (ms->phase > selecting && (in_8(&mr->bus_status1) & BS1_BSY)) {
1549 case selecting:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dgram.c2069 flog(LOG_ERR, "automatically selecting the prefix and Base6to4Interface are mutually exclusive");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex755 --- the address is not used when selecting the default source address
952 --- the prefix selecting the neighbours to list.
1043 \paragraph{Description:}This command flushes neighbour tables, selecting
1944 lookups in destination-based routing tables and selecting
2285 --- the prefix selecting the destination multicast addresses to list.
2295 --- the prefix selecting the IP source addresses of the multicast route.

Completed in 222 milliseconds