Searched refs:OPEN (Results 1 - 23 of 23) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/atm/
H A Dmpoa_caches.h87 #define OPEN 1 macro
H A Dmpoa_caches.c124 return OPEN;
138 return OPEN;
143 return OPEN;
H A Dmpc.c485 if (mpc->in_ops->cache_hit(entry, mpc) != OPEN){ /* threshold not exceeded or VCC not ready */
486 ddprintk("mpoa: (%s) send_via_shortcut: cache_hit: returns != OPEN\n", mpc->dev->name);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A DcpqfcTSchip.h218 #define OPEN 0x3 macro
H A DcpqfcTScontrol.c1102 // of the LST states: ARBITRATING, OPEN, OPENED, XMITTED CLOSE,
1123 if( (Lpsm == ARBITRATING) || (Lpsm == OPEN) ||
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dibmtr.h167 typedef enum { CLOSED, OPEN } open_state; enumerator in enum:__anon11163
168 //staic const char *printstate[] = { "CLOSED","OPEN"};
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dibmtr.h167 typedef enum { CLOSED, OPEN } open_state; enumerator in enum:__anon6747
168 //staic const char *printstate[] = { "CLOSED","OPEN"};
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/rio/
H A Dcirrus.h424 /* Packet types going from Host to remote - with the exception of OPEN, MOPEN,
428 #define OPEN 0x00 /* Open a port */ macro
H A Drioparam.c114 ** exceptions are OPEN MOPEN and CONFIG. (NB. As with the SI CONFIG and
115 ** OPEN are currently analagous). With these three commands the following
149 ** either OPEN or CONFIG. The port's setup is taken from the t_ fields
196 if (cmd == OPEN) {
199 ** paramed with OPEN, we want to restore the saved port termio, but
H A Driotty.c333 RIOParam(PortP,OPEN,Modem,OK_TO_SLEEP); /* Open the port */
H A Driointr.c590 if ( RIOParam(PortP, OPEN, ((PortP->Cor2Copy &
H A Driowinif.h455 #define OPEN 0x00 /* Driver->RIO Open a port */ macro
512 ********************************** OPEN **********************************
519 Structure of configuration info used with OPEN, CONFIG and MOPEN packets... */
614 Packet structure is same as OPEN. */
625 Packet structure is same as OPEN. */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/fc/
H A Dtach.h182 #define OPEN 0x00000030 macro
H A Diph5526.c2007 if ((fm_status & 0xF0) == OPEN)
2008 DPRINTK1("ED_TOV timesout.In OPEN state...");
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/cpu/sb1250/include/
H A Dsb1250_draminit.h307 #define OPEN K_MC_CS_ATTR_OPEN macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/tokenring/
H A Dibmtr.c868 ti->open_status = CLOSED; /* CLOSED or OPEN */
869 ti->sap_status = CLOSED; /* CLOSED or OPEN */
891 if (ti->open_status == OPEN && ti->sap_status==OPEN) {
990 if (/*BMSHELPdev->start == 0 ||*/ ti->open_status != OPEN) return;
1108 ti->open_status = OPEN; /* TR adapter is now available */
1303 ti->sap_status = OPEN;/* TR adapter is now available */
H A Dtms380tr.h251 #define OC_OPEN 0x0001 /* OPEN command */
266 #define OPEN 0x0300 /* C: open command. S: completion. */ macro
288 * OPEN. S: completion. (COMMAND_REJECT
292 * after OPEN. S: completion.
382 * OPEN Command Parameter List (OCPL) (can be reused, if the adapter has to
395 /* OPEN Options (high-low) */
432 * the system. (after OPEN: duplicate
671 * initialized in the OPL. (OPEN parameter list)
704 /* TPL/RPL size in OPEN parameter list depending on maximal
821 #define INVALID_OPEN_OPTION 0x0001 /* OPEN option
[all...]
H A Dsmctr.c753 if(tp->status != OPEN)
1486 if(tp->status != OPEN)
2481 tp->status = OPEN;
3575 if(tp->status == OPEN)
3607 tp->status = OPEN;
3620 tp->status = OPEN;
3634 tp->status = OPEN;
5410 case OPEN:
H A Dtms380tr.c493 * Send OPEN command to adapter
917 if(ssb_cmd == OPEN)
1497 /* Execute OPEN command */
1503 tp->scb.CMD = OPEN;
1506 /* No OPEN command queued, but adapter closed. Note:
1586 tp->scb.Parm[0] = tp->ocpl.OPENOptions; /* new OPEN options*/
1644 * frames (disabled if bit 1 of OPEN option is set); report error MAC
1645 * frame transmit (disabled if bit 2 of OPEN option is set); open or short
H A Dsmctr.h1276 #define OPEN 0x0001 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/intermezzo/
H A Dkml_unpack.c533 OPNAME(OPEN),
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dde4x5.h909 #define OPEN 2 /* Running */ macro
H A Dde4x5.c1405 lp->state = OPEN;
2021 if (lp->state == OPEN) {
3662 if (lp->state != OPEN) return (struct sk_buff *)1; /* Fake out the open */

Completed in 509 milliseconds