Searched refs:OPEN (Results 1 – 11 of 11) sorted by relevance
/drivers/net/tokenring/ |
D | ibmtr.c | 894 if (ti->open_status == OPEN && ti->sap_status==OPEN) { in tok_open() 992 if (/*BMSHELPdev->start == 0 ||*/ ti->open_status != OPEN) return; in tok_set_multicast_list() 1112 ti->open_status = OPEN; /* TR adapter is now available */ in dir_open_adapter() 1303 ti->sap_status = OPEN;/* TR adapter is now available */ in tok_interrupt()
|
D | tms380tr.h | 267 #define OPEN 0x0300 /* C: open command. S: completion. */ macro
|
D | smctr.c | 727 if(tp->status != OPEN) in smctr_close() 1471 if(tp->status != OPEN) in smctr_hardware_send_packet() 2420 tp->status = OPEN; in smctr_interrupt() 3500 if(tp->status == OPEN) in smctr_open_tr() 3533 tp->status = OPEN; in smctr_open_tr() 3546 tp->status = OPEN; in smctr_open_tr() 3560 tp->status = OPEN; in smctr_open_tr() 5339 case OPEN: in smctr_status_chg()
|
D | tms380tr.c | 943 if(ssb_cmd == OPEN) in tms380tr_cmd_status_irq() 1566 tp->scb.CMD = OPEN; in tms380tr_chk_outstanding_cmds()
|
D | smctr.h | 1276 #define OPEN 0x0001 macro
|
/drivers/serial/jsm/ |
D | jsm_tty.c | 230 jsm_printk(OPEN, INFO, &channel->ch_bd->pci_dev, in jsm_tty_open() 267 jsm_printk(OPEN, INFO, &channel->ch_bd->pci_dev, "finish\n"); in jsm_tty_open()
|
/drivers/media/video/pwc/ |
D | pwc.h | 67 #define PWC_DEBUG_OPEN(fmt, args...) PWC_DEBUG(OPEN, fmt, ##args)
|
/drivers/net/tulip/ |
D | de4x5.h | 900 #define OPEN 2 /* Running */ macro
|
D | de4x5.c | 1316 lp->state = OPEN; in de4x5_open() 1927 if (lp->state == OPEN) { in set_multicast_list() 3639 if (lp->state != OPEN) return (struct sk_buff *)1; /* Fake out the open */ in de4x5_alloc_rx_buff()
|
/drivers/staging/rt2870/ |
D | tmp60 | 5984 else if ((strcmp(arg, "OPEN") == 0) || (strcmp(arg, "open") == 0))
|
D | tmp61 | 5984 else if ((strcmp(arg, "OPEN") == 0) || (strcmp(arg, "open") == 0))
|